NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: bramkip on March 09, 2013, 03:34:44 AM
-
Hi,
After upgrading from 7.05 to 7.06 all my programs (and the Capesoft demo progs also) are crashing with an exception error. The Webserver procedure starts correctly but when starting the browser I become this exception error.
How can I debug this? As soon as I start the browser, nothing is displayed in DebugView.
Thanks.
Bram
-
Same this side.. If I compile on Clarion 6.3 with new nettalk (7.06) it work 100%
But
If I compile with Clarion 8 I get
Exception occurred at address 01022BCD
Exception code C0000005: Access Violation
Process PID=5248
The exe compiles and runs. But as soon as the browser connects to the Nettalk Server it gives exception error.
Regards
Louis
-
Louis, The exception "C0000005: Access Violation" is almost always caused by mismatched DLLs. Search for duplicates in the path, and/or uses depends to find what your exe is loading.
Larry Sand
-
Hi Louis,
What do you mean with 'depends to find what your exe is loading' ? When I run my program which was compiled with C8 and NT 7.05 it works correctly.
Regards,
Bram
-
most likely all you need is to add the StringTheory extension to the app.
The latest build of StringTheory requires that it be explicitly added - the next NetTalk build will have an error to this effect.
see here for more;
http://www.capesoft.com/accessories/standards.htm
Cheers
Bruce
-
Hi Bruce,
Indeed, adding StringTheory to the Globals again solved the problem. Probably I missed that comment on the installation of NT 7.06
Thanks.
Bram
-
you missed it in the StringTheory release notes for the most recent build.
cheers
Bruce
-
Helps if you read the history on new releases. Reloaded stringtheory in global - worked !
Thanks