On 05 Mar 2007 07:10:49 -0800, Tyro <[EMAIL PROTECTED]> wrote: > Hi i'm trying to use ADO classes > but while building the project i get the following errors > > Linking... > nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol > __endthreadex > nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol > __beginthreadex > Debug/img.exe : fatal error LNK1120: 2 unresolved externals > Error executing link.exe. > > file1.exe - 3 error(s), 0 warning(s)
It seems like you need to link against the multithreaded libraries. Look around in your project options, you'll find the option for it (you didn't specify the exact compiler). -- Tamas Marki
