NetTalk Central

Author Topic: Multisite - dll apps not compiling with winevent 3.85  (Read 1813 times)

lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Multisite - dll apps not compiling with winevent 3.85
« 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
« Last Edit: January 06, 2014, 11:53:45 AM by Bruce »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Multisite - dll apps not compiling with winevent 3.85
« Reply #1 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.

lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Re: Multisite - dll apps not compiling with winevent 3.85
« Reply #2 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


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Multisite - dll apps not compiling with winevent 3.85
« Reply #3 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

lkeyser

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Email
Re: Multisite - dll apps not compiling with winevent 3.85
« Reply #4 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