Allegro.cc - Online Community

Allegro.cc Forums » Off-Topic Ordeals » Auto-downloader

This thread is locked; no one can reply to it. rss feed Print
 1   2 
Auto-downloader
blargmob
Member #8,356
February 2007
avatar

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..:-)

---
"No amount of prayer would have produced the computers you use to spread your nonsense." Arthur Kalliokoski

ReyBrujo
Moderator
January 2001
avatar

Which unresolved externals? There could be thousands of those and, believe me, you don't want me start enumerating them.

--
RB
光子「あたしただ…奪う側に回ろうと思っただけよ」
Mitsuko's last words, Battle Royale

blargmob
Member #8,356
February 2007
avatar

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 >,class std::allocator<class std::basic_string<char,struct std::char_traits,class std::allocator > > >:: operator[](unsigned int)" (??A?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@QAEAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@I@Z) Auto-download.obj Error 4 error LNK2001: unresolved external symbol __CrtDbgReportW libcpmtd.lib Error 5 error LNK2001: unresolved external symbol __CrtDbgReportW libcpmtd.lib Error 6 error LNK2019: unresolved external symbol __malloc_dbg referenced in function "void * __cdecl operator new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" (??2@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z) libcpmtd.lib Error 7 error LNK2019: unresolved external symbol __free_dbg referenced in function "void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" (??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z) libcpmtd.lib Error 8 error LNK2019: unresolved external symbol __calloc_dbg referenced in function __Getctype libcpmtd.lib Error 9 fatal error LNK1120: 4 unresolved externals C:\Documents and Settings\Owner.Cortana\My Documents\Visual Studio 2008\Projects\Auto-download\Debug\Auto-download.exe 1

?????????

---
"No amount of prayer would have produced the computers you use to spread your nonsense." Arthur Kalliokoski

Matthew Leverton
Supreme Loser
January 1999
avatar

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
avatar

:(

I'm not getting this one bit..how do I find what release types are mixing?

---
"No amount of prayer would have produced the computers you use to spread your nonsense." Arthur Kalliokoski

Matthew Leverton
Supreme Loser
January 1999
avatar

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
avatar

Wow. Thanks! ;D

---
"No amount of prayer would have produced the computers you use to spread your nonsense." Arthur Kalliokoski

ReyBrujo
Moderator
January 2001
avatar

All that work and no cookies? :P

--
RB
光子「あたしただ…奪う側に回ろうと思っただけよ」
Mitsuko's last words, Battle Royale

blargmob
Member #8,356
February 2007
avatar

Oh yeah!

http://www.chocolate-chip-cookie-recipes.com/images/chewy-chocolate-chip-cookies.jpg

---
"No amount of prayer would have produced the computers you use to spread your nonsense." Arthur Kalliokoski

BAF
Member #2,981
December 2002
avatar

We mean a.cc cookies.

blargmob
Member #8,356
February 2007
avatar

Well than, you should already have those shouldn't you? :P

---
"No amount of prayer would have produced the computers you use to spread your nonsense." Arthur Kalliokoski

 1   2 


Go to: