|
|
This thread is locked; no one can reply to it.
|
1
2
|
| Auto-downloader |
|
blargmob
Member #8,356
February 2007
|
I did a clean rebuild and that reduced some errors, but there still 4 unresolved externals. So..how do I recompile the other libs I'm using with MT? :-[ (don't know much about this kind of internal work..:-) --- |
|
ReyBrujo
Moderator
January 2001
|
Which unresolved externals? There could be thousands of those and, believe me, you don't want me start enumerating them. -- |
|
blargmob
Member #8,356
February 2007
|
Here they are:
Warning 2 warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
Auto-download
Error 3 error LNK2019: unresolved external symbol __CrtDbgReportW referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > & __thiscall std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator
--- |
|
Matthew Leverton
Supreme Loser
January 1999
|
That's a debug library. /MT is static release, so you've got some mixing of release types going on. |
|
blargmob
Member #8,356
February 2007
|
I'm not getting this one bit..how do I find what release types are mixing? --- |
|
Matthew Leverton
Supreme Loser
January 1999
|
If you don't know how to compile things properly, then you could go back to your original method (/MD) and just install this on whatever computer needs to run it. |
|
blargmob
Member #8,356
February 2007
|
Wow. Thanks! --- |
|
ReyBrujo
Moderator
January 2001
|
All that work and no cookies? -- |
|
blargmob
Member #8,356
February 2007
|
Oh yeah! http://www.chocolate-chip-cookie-recipes.com/images/chewy-chocolate-chip-cookies.jpg --- |
|
BAF
Member #2,981
December 2002
|
We mean a.cc cookies. |
|
blargmob
Member #8,356
February 2007
|
Well than, you should already have those shouldn't you? --- |
|
|
1
2
|