NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: vsorensen on June 29, 2009, 05:25:54 PM
-
I couldn't get my DLL application to compile, so I tried the example and had the same problem:
_CREATEHEADER@F12NETWEBSERVER29NETWEBSERVERHEADERDETAILSTYPE Is unresolved for export - C:\Users\Public\Documents\SoftVelocity\Clarion7\Accessory\Capesoft\NetTalk\Web Server\MultiDLL (20)\AllFiles.exp:1465,3
W3HEADER@F18NETWEBSERVERWORKER Is unresolved for export - C:\Users\Public\Documents\SoftVelocity\Clarion7\Accessory\Capesoft\NetTalk\Web Server\MultiDLL (20)\AllFiles.exp:1609,3
_CREATESORTHEADER@F18NETWEBSERVERWORKERllsbsbOsbl Is unresolved for export - C:\Users\Public\Documents\SoftVelocity\Clarion7\Accessory\Capesoft\NetTalk\Web Server\MultiDLL (20)\AllFiles.exp:1626,3
-
This is C7 5768 (last week's release).
In terms of priority, the other issues I reported (IE8 Javascript errors and Radio Button selection not working) are much higher on my list because they affect existing releases...
-
I'm not able to duplicate the error in C7 Vince. However I completely cleaned out the Clarion 7 on my machine before installing the latest build so maybe that has something to do with it.
Cheers
Bruce
-
Uninstalled 4.35, installed 4.36, still get:
W3HEADER@F18NETWEBSERVERWORKER Is unresolved for export
_CREATEHEADER@F12NETWEBSERVER29NETWEBSERVERHEADERDETAILSTYPE Is unresolved for export
_CREATESORTHEADER@F18NETWEBSERVERWORKERllsbsbOsbl Is unresolved for export
*update*
I have found the problem - C7 looks at the subfolders under LIBSRC, so it was pulling up the contents of a "\c7\accessory\libsrc\win\CanDelete" folder, which contained an old copy of NetTalk. Once I deleted that, the errors disappeared.