NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: lkeyser on January 06, 2014, 07:31:09 AM

Title: Multisite - dll apps not compiling with winevent 3.85
Post 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
Title: Re: Multisite - dll apps not compiling with winevent 3.85
Post by: Bruce on January 06, 2014, 11:55:25 AM
>> Anything I'm doing wrong ?

Set settings on Multi-DLL tab of WinEvent extension correctly. Especially in Data DLL.
Title: Re: Multisite - dll apps not compiling with winevent 3.85
Post by: lkeyser on January 06, 2014, 12:49:32 PM
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

Title: Re: Multisite - dll apps not compiling with winevent 3.85
Post by: Bruce on January 06, 2014, 07:51:34 PM
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
Title: Re: Multisite - dll apps not compiling with winevent 3.85
Post by: lkeyser on January 06, 2014, 11:35:56 PM
Thanks for your help and pointing this out to me...

[Checked] Export Winevent data from this DLL in winevent. Worked  !!

Thanks again
Louis