NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: lkeyser on January 06, 2014, 07:31:09 AM
-
Hi All
I have a MultiSite running without problems,
Using
C8,
NT 7.31
winevent 3.83
FM 5.15
GFP 2.31
StringTheory 1.93
with some other templates from CapeSoft
After upgrading winevent to 3.85 I get the following error when compiling.
C:\Dev\MultiSite\Mywebapp\map\release\Mywebapp.MAP(1,1) : Error : Unresolved External $WE::CANTCLOSENOW in Mywebapp002.obj
[....]
C:\Dev\MultiSite\Mywebapp\map\release\Mywebapp.MAP(2,1) : Error : Unresolved External $WE::MUSTCLOSE in Mywebapp002.obj
I cleared the obj folder, made sure my Project settings are correct compile method is DLL ect. After reverting back to winevent 3,83, I don't get this compile error. Anything I'm doing wrong ?
Thanks
Louis
-
>> Anything I'm doing wrong ?
Set settings on Multi-DLL tab of WinEvent extension correctly. Especially in Data DLL.
-
Bruce
Thanks...but this is not a "multi dll" application. I don't have a Data DLL.
Its just a MultiSite project. Recompiling the webapp exe to a dll as per the documentation for Multisites..
Louis
-
If its a dll then it's part of a multi dll system. So tick that on. And tick on " export" as well. It basically ISthe data dll
-
Thanks for your help and pointing this out to me...
[Checked] Export Winevent data from this DLL in winevent. Worked !!
Thanks again
Louis