NetTalk Central

Author Topic: Unresolved MEMORY in Host.obj  (Read 4616 times)

springguy

  • Full Member
  • ***
  • Posts: 195
    • View Profile
    • Email
Unresolved MEMORY in Host.obj
« 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

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: Unresolved MEMORY in Host.obj
« Reply #1 on: June 19, 2013, 04:43:26 AM »
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
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

springguy

  • Full Member
  • ***
  • Posts: 195
    • View Profile
    • Email
Re: Unresolved MEMORY in Host.obj
« Reply #2 on: June 20, 2013, 02:36:35 AM »
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

springguy

  • Full Member
  • ***
  • Posts: 195
    • View Profile
    • Email
Re: Unresolved MEMORY in Host.obj
« Reply #3 on: June 20, 2013, 02:57:13 AM »
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


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Unresolved MEMORY in Host.obj
« Reply #4 on: June 20, 2013, 05:10:41 AM »
No, it's likely related to compiling the app with debugging mode turned on.
Or comment out that line in abfile.clw.

cheers
Bruce

springguy

  • Full Member
  • ***
  • Posts: 195
    • View Profile
    • Email
Re: Unresolved MEMORY in Host.obj
« Reply #5 on: June 20, 2013, 06:10:03 AM »
Yep,
I had debugging on - turned it off and got rid of the popup error.
Thanks,
Mike