Re: Windows C/C++ Linker errors
Posted by: Guy Davidson
Date: January 13, 2006 05:30PM

I am having the same problem - I have to use mysqlclient.lib rather than the dll library, and I get a collision with msvcrtd and libcmtd containing the same symbols. There is also an unresolved external symbol, _main, referenced in function ___tmainCRTStartup. Removing one or the other (using NODEFAULTLIB) still leaves me with missing symbols - ___iob or ___imp_getdrives.

Anyone got any clues? I'm using VC8 (which is nice) on WinXP SP2.

Cheers,
Guy

Options: ReplyQuote


Subject
Views
Written By
Posted
795
September 21, 2005 12:32PM
Re: Windows C/C++ Linker errors
467
January 13, 2006 05:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.