NetTalk Central

Author Topic: Unresolved External errors  (Read 3348 times)

alan

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Email
Unresolved External errors
« on: February 06, 2014, 11:27:25 AM »
Hi Bruce, or whoever.....

Trying for the first time to use NetSimple Object to send an email.  Using NT 7.25, StringTheory 1.92 and C9.

The example Email Send jump start compiles just fine.  But, when I put a window with the NetSimple Object template in my app (including NetTalk and StringTheory global extensions), I get a bunch of Unresolved External errors.  Take the procedure template out and the errors go away.

I can't find anything in the documentation other than installing those three templates - obviously I missed something.  Suggesitons?

Thanks
Alan Schoolcraft

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11182
    • View Profile
Re: Unresolved External errors
« Reply #1 on: February 06, 2014, 10:23:22 PM »
>> I get a bunch of Unresolved External errors.

I need to know what the errors actually say. (Fortunately you can select and copy errors from the Errors pad in the IDE).

also - is your app a multi-dll (ie multi-app) setup? Or just a single app? If it's multi-app, then you need to add NetTalk to your data DLL and recompile the whole suite of apps.

cheers
Bruce

alan

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • Email
Re: Unresolved External errors
« Reply #2 on: February 07, 2014, 12:26:47 AM »
Thanks Bruce,  your solution worked.  I added the template to the data dll and recompiled the whole project and everything works fine.

I appreciate the help.

Alan
Alan Schoolcraft