NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: oggy on February 11, 2014, 02:41:46 AM

Title: Problem with conversion app from NT5 to NT7
Post by: oggy on February 11, 2014, 02:41:46 AM
I just try to make an conversion from my web application (in Nettalk 5.5) to Nettalk version (7.34), but only got huge amount of errors like this;:
Unresolved External Cla$Hookbutton in NETDL001.OBJ - O:\Werp\App\Web\Web_RK\map\release\web_rk.MAP:17
Unresolved External Cla$Hookstring in FM3MSS.OBJ - O:\Werp\App\Web\Web_RK\map\release\web_rk.MAP:14
____________________________________________________________________________________________________________

And so on, and so on...
This is my main web application and I need it to finish this conversion as soon as possible...
Any help from gurus?
Regards, Ozren.
Title: Re: Problem with conversion app from NT5 to NT7
Post by: Bruce on February 11, 2014, 10:47:05 PM
sounds like your DLL's or LIB's are not matching the version of Clarion you are using.
What version of Clarion are you using?
Check the Solution to make sure that LIB's there haven't been duplicated. (If in doubt delete them, and let the template add the correct ones back.)

cheers
Bruce
Title: Re: Problem with conversion app from NT5 to NT7
Post by: oggy on February 12, 2014, 11:56:50 PM
I found the reason for these errors: I have one data dll with all data declaration, and web exe. In data dll in global extensions I have: selfservice, winevent, stringtheory templates... On properties, in multi-dll tab I checked (in old version, n5), 'this is a part of multi-dll program'. But, also in web server application, there is exactly the same check, and this is source of errors on compilation. I just simply un-check that check options in web application and all goes well now.
Regards, Ozren.