NetTalk Central

NetTalk E-Mail => E-Mail - Ask For Help => Topic started by: alan on February 06, 2014, 11:27:25 AM

Title: Unresolved External errors
Post by: alan 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
Title: Re: Unresolved External errors
Post by: Bruce 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
Title: Re: Unresolved External errors
Post by: alan 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