I posted about this before, but things have changed enough so I am posting again.
Running Nettalk 5 in C72.7653I have a multi-dll app. it had 11 DLLs and up until last week was working along pretty well.
Then it would throw an exception 05 - access violation.
When I compiled it with debug turned on so I could use GPF reporter, it stopped GPFing and started just closing. No log entry, no error message, the server would just close.
I have since written a new a new very bare bones webserver main exe, with only the data dll and a login dll.
The main exe has only an index page with xhtml that shows a title and a link to the login.
The login, looks up to user, validates the password when the webserver loads the index page it shuts down.
I have ds_debug messages in place that show that the login was successful and the procedure has ended so that the webserver would then be waiting for the next event.
I have been at this for several days, and now with this very simple example failing, I am at a loss as to what to try next.
I did have GPF reporter in place, but since there is no GPF, I took it out as well.
It also used to give me an assert message about using close instead of filemanager.close it doesn't do that either.
I am using FM3, MessageBox,NetTalk, NetTalk webserver, FreeImage, Version Resource in the Data Dll.
If anyone has a suggestion . . .
Thanks
chris
<Edit> - I have just changed the build configuration to Release and it seems to be working... why don't I feel any better about that?