Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionthe Prompt save message Pin
susanne13-Jun-09 4:56
susanne13-Jun-09 4:56 
QuestionRe: the Prompt save message Pin
David Crow3-Jun-09 4:58
David Crow3-Jun-09 4:58 
AnswerRe: the Prompt save message Pin
susanne14-Jun-09 0:55
susanne14-Jun-09 0:55 
GeneralRe: the Prompt save message Pin
susanne14-Jun-09 1:00
susanne14-Jun-09 1:00 
GeneralRe: the Prompt save message Pin
David Crow4-Jun-09 5:47
David Crow4-Jun-09 5:47 
QuestionRestart Manager Using VS2005 MFC Pin
Member 41040373-Jun-09 4:44
Member 41040373-Jun-09 4:44 
AnswerRe: Restart Manager Using VS2005 MFC Pin
Stuart Dootson3-Jun-09 9:08
professionalStuart Dootson3-Jun-09 9:08 
QuestionDEBUG to RELEASE Pin
eli150219793-Jun-09 4:35
eli150219793-Jun-09 4:35 
Hi,

I'm facing some problem when trying to build my solution in Release mode(building in debug mode works fine).
My solution contains several project(10 of them are static libraries and one is the executable which uses those libraries).
One of the static libraries is the GUI implementation(MFC).
I've configured the properties of each project in release mode(e.g. use MFC as a shared DLL , use runtime library as Multi-Threaded DLL[\Md] etc.).
I've managed to compile the entire solution,but failed to link the executable.
I'm getting the following error
<br />
Linking...<br />
GsaActLib.lib(g_act_hndlact.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification<br />
mfcs80.lib(nolib.obj) : warning LNK4098: defaultlib 'nafxcw.lib' conflicts with use of other libs; use /NODEFAULTLIB:library<br />
HmiLib.lib(h_windsp_formMng.obj) : error LNK2019: unresolved external symbol __imp___invalid_parameter_noinfo referenced in function "public: bool __thiscall std::_Tree<class std::_Tmap_traits<class IlvGadgetContainer *,int,struct std::less<class IlvGadgetContainer *>,class std::allocator<struct std::pair<class IlvGadgetContainer * const,int> >,0> >::const_iterator::operator==(class std::_Tree<class std::_Tmap_traits<class IlvGadgetContainer *,int,struct std::less<class IlvGadgetContainer *>,class std::allocator<struct std::pair<class IlvGadgetContainer * const,int> >,0> >::const_iterator const &)const " (??8const_iterator@?$_Tree@V?$_Tmap_traits@PAVIlvGadgetContainer@@HU?$less@PAVIlvGadgetContainer@@@std@@V?$allocator@U?$pair@QAVIlvGadgetContainer@@H@std@@@3@$0A@@std@@@std@@QBE_NABV012@@Z)<br />
HmiLib.lib(h_utils_studio_attrGadget.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo<br />
HmiLib.lib(h_utils_studio_enumGadget.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo<br />
HmiLib.lib(h_utils_studio_egGadget.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo<br />
.\Release/link.exe : fatal error LNK1120: 1 unresolved externals<br />
<br />
Error executing link.exe (tool returned code: 1120)<br />
<br />
Newlink - 5 error(s), 68 warning(s)<br />


I've trying to google a little bit but didn't find an explanation for the above error.

Anyone? D'Oh! | :doh:

With best regards,
Eli
QuestionRe: DEBUG to RELEASE Pin
David Crow3-Jun-09 5:00
David Crow3-Jun-09 5:00 
AnswerRe: DEBUG to RELEASE Pin
eli150219793-Jun-09 18:25
eli150219793-Jun-09 18:25 
AnswerRe: DEBUG to RELEASE - SOLVED!!!! Pin
eli150219793-Jun-09 19:29
eli150219793-Jun-09 19:29 
GeneralRe: DEBUG to RELEASE - SOLVED!!!! Pin
hyperpontia14-Apr-11 2:01
hyperpontia14-Apr-11 2:01 
GeneralRe: DEBUG to RELEASE - SOLVED!!!! Pin
JackyGee24-Oct-11 23:12
JackyGee24-Oct-11 23:12 
GeneralRe: DEBUG to RELEASE Pin
norish3-Jun-09 16:11
norish3-Jun-09 16:11 
GeneralRe: DEBUG to RELEASE Pin
eli150219793-Jun-09 18:21
eli150219793-Jun-09 18:21 
GeneralRe: DEBUG to RELEASE - SOLVED!!!!!! Pin
eli150219793-Jun-09 19:38
eli150219793-Jun-09 19:38 
QuestionCreating bitmap from scratch using GDI and convert to raw memory data Pin
GingkoBiloba3-Jun-09 3:37
GingkoBiloba3-Jun-09 3:37 
AnswerRe: Creating bitmap from scratch using GDI and convert to raw memory data Pin
Stephen Hewitt3-Jun-09 4:16
Stephen Hewitt3-Jun-09 4:16 
GeneralRe: Creating bitmap from scratch using GDI and convert to raw memory data Pin
GingkoBiloba3-Jun-09 5:05
GingkoBiloba3-Jun-09 5:05 
QuestionC++ MySQL Column Names Pin
JimBewlay443-Jun-09 3:09
JimBewlay443-Jun-09 3:09 
AnswerRe: C++ MySQL Column Names Pin
Stuart Dootson3-Jun-09 3:31
professionalStuart Dootson3-Jun-09 3:31 
QuestionC++ Windows Forms DateTime Pin
wael_r3-Jun-09 2:11
wael_r3-Jun-09 2:11 
QuestionRe: C++ Windows Forms DateTime Pin
CPallini3-Jun-09 2:28
mveCPallini3-Jun-09 2:28 
AnswerRe: C++ Windows Forms DateTime Pin
Stuart Dootson3-Jun-09 2:41
professionalStuart Dootson3-Jun-09 2:41 
AnswerRe: C++ Windows Forms DateTime Pin
George L. Jackson3-Jun-09 10:36
George L. Jackson3-Jun-09 10:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.