1. Thanks Elysia, that's really, really cool.
2. Ok, ill go into project options and play around
This is a discussion on File sizes within the C++ Programming forums, part of the General Programming Boards category; 1. Thanks Elysia, that's really, really cool. 2. Ok, ill go into project options and play around...
1. Thanks Elysia, that's really, really cool.
2. Ok, ill go into project options and play around
OS: Windows XP Home Edition SP3, Windows 7 Ultimate Beta Build 7000
LANGUAGES: C++, VB6
SKILL: Novice/Intermediate
After linking with user32.lib, I got to the linking stage! Yay!
And then...
Oh no.
libcpmtd.lib(stdthrow.obj)||error LNK2001: unresolved external symbol __CrtDbgReportW|
libcpmtd.lib(xmbtowc.obj)||error LNK2001: unresolved external symbol __CrtDbgReportW|
XCP FInal.obj||error LNK2019: unresolved external symbol __CrtDbgReportW referenced in function "public: char const & __thiscall std::_String_const_iterator<char,struct std::char_traits<char>,class std::allocator<char> >:perator*(void)const " (??D?$_String_const_iterator@DU?$char_traits@D@std @@V?$allocator@D@2@@std@@QBEABDXZ)|
libcpmtd.lib(cin.obj)||error LNK2001: unresolved external symbol __CrtDbgReportW|
libcpmtd.lib(cout.obj)||error LNK2001: unresolved external symbol __CrtDbgReportW|
libcpmtd.lib(cerr.obj)||error LNK2001: unresolved external symbol __CrtDbgReportW|
libcpmtd.lib(xdebug.obj)||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(xmbtowc.obj)||error LNK2001: unresolved external symbol __malloc_dbg|
libcpmtd.lib(xdebug.obj)||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(xmbtowc.obj)||error LNK2001: unresolved external symbol __free_dbg|
libcpmtd.lib(_tolower.obj)||error LNK2019: unresolved external symbol __calloc_dbg referenced in function __Getctype|
bin\Debug\Xtended CMD.exe||fatal error LNK1120: 4 unresolved externals|![]()
Last edited by bradszy; 04-28-2008 at 05:16 AM.
OS: Windows XP Home Edition SP3, Windows 7 Ultimate Beta Build 7000
LANGUAGES: C++, VB6
SKILL: Novice/Intermediate
You are not linking with libcmtd.lib, I would expect.
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
Oh.My.Freaken.God.
You two are both legends!
Finally got it to work, thanks to you two!
AND, now my indenting won't suck ass!
This has been a really helpful thread, thanks again Elysia and Matsp!
OS: Windows XP Home Edition SP3, Windows 7 Ultimate Beta Build 7000
LANGUAGES: C++, VB6
SKILL: Novice/Intermediate