hi I am using vc++ 6. Din't find anything related to multithreading in the options. Does VC++ 6 support it?
On 3/5/07, Tamas Marki <[EMAIL PROTECTED]> wrote: > > On 05 Mar 2007 07:10:49 -0800, Tyro <[EMAIL > PROTECTED]<knight.comp%40gmail.com>> > 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 > > [Non-text portions of this message have been removed]
