NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: springguy on June 19, 2013, 03:11:58 AM
-
C6.3
NTWS 6.51
Trying to set up the Multi-Site Host example for the first time, and I get a compile error as follows:
Link Error:
Unresolved External MEMORY in host.org
Any idea what is causing this? I've copied in the files that the "Compiling your own Multi-Site host" instructions call for. Have all the required and recommended templates except for Insight Graphing. Don't see anything in the project file that gives me a clue about it.
Stuck...
Mike Springer
-
Hello Mike,
One of the tables in the dictionary uses the Clarion InMemory database driver. I have had some success by changing that to a TPS table.
Don
-
Thanks Don! That got me past the unresolved external error. The "errors" file dictionary was set to use an ADO driver. I changed that to a TPS driver and it seems to work fine.
Bruce, is there a particular reason you set that for ADO? Is there some capability that you are counting on that is going to be lost because I switched to a TPS driver on that file?
Thanks,
Mike Springer
-
Noticed that when running the Host.exe (no web servers set yet), and click the following Menu buttons:
Page Analysis
Site Analysis
Log
That I get the following error message:
Assertion failed on line:501 in ABFile.clw. Message: You have not called File Manager.UseFile() for wsLog. Shall I GPF?
Is this related to not having Insight Graphing?
Mike
-
No, it's likely related to compiling the app with debugging mode turned on.
Or comment out that line in abfile.clw.
cheers
Bruce
-
Yep,
I had debugging on - turned it off and got rid of the popup error.
Thanks,
Mike