NetTalk Central

Author Topic: Exception Error compiling in multy DLL  (Read 2107 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1851
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Exception Error compiling in multy DLL
« on: April 28, 2016, 12:45:32 PM »
Hi, I have an app that runs ok compiled in EXE/DLL without external clarion dlls.
I modify it to use an external data dll thet works ok with many other sln (not NT)
Now it compiles and run ok but with the first request I get an instant Exception error.
Please see image...
I´ve attached the Global Extentions of the exe and the data dll too
Using NT8.71
What am I doing wrong?
Thanks

« Last Edit: April 28, 2016, 12:51:15 PM by michelis »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11197
    • View Profile
Re: Exception Error compiling in multy DLL
« Reply #1 on: April 29, 2016, 02:21:13 AM »
NetTalk needs to be in the Data DLL, and it needs to be the _exact same_ version as in the Web app exe.

And you would set the web exe itself so that it uses ABC from an external DLL, in the normal Clarion way.
I presume the Dtaa DLL and Web app are both ABC apps?

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1851
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Exception Error compiling in multy DLL
« Reply #2 on: April 29, 2016, 02:32:30 AM »
Done, thanks
« Last Edit: April 29, 2016, 02:44:52 AM by michelis »
-----------
Regards
Alberto