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

C / C++ / MFC

 
GeneralRe: Long Strings in ComboBox not fully visible. Pin
Le@rner20-Jul-11 23:43
Le@rner20-Jul-11 23:43 
AnswerRe: Long Strings in ComboBox not fully visible. Pin
_Flaviu24-Jul-11 7:08
_Flaviu24-Jul-11 7:08 
QuestionPrint command to printer using PostMessage? Pin
AnayKulkarni20-Jul-11 2:29
AnayKulkarni20-Jul-11 2:29 
AnswerRe: Print command to printer using PostMessage? Pin
Richard MacCutchan20-Jul-11 2:33
mveRichard MacCutchan20-Jul-11 2:33 
QuestionCTabCtrl - retrieving tab's title text Pin
rp_suman20-Jul-11 1:11
rp_suman20-Jul-11 1:11 
AnswerRe: CTabCtrl - retrieving tab's title text Pin
Richard MacCutchan20-Jul-11 1:32
mveRichard MacCutchan20-Jul-11 1:32 
GeneralRe: CTabCtrl - retrieving tab's title text Pin
rp_suman20-Jul-11 2:23
rp_suman20-Jul-11 2:23 
QuestionVC6 to VC2008 migration Pin
_Flaviu19-Jul-11 19:34
_Flaviu19-Jul-11 19:34 
I have a relativ simple (SDI) VC6 project that, because system tray notification ( showing ballon ) I have to compile in a newly environment ... I choose VS2008. I prefer to compile in a dynamic MFC library but I front with several linking errors :
error LNK2005: __invoke_watson already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __encode_pointer already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __decode_pointer already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __configthreadlocale already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __amsg_exit already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __initterm_e already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: _exit already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __exit already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __cexit already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __unlock already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __lock already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __XcptFilter already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: ___xi_a already defined in msvcrtd.lib(cinitexe.obj)	libcmt.lib	Der
error LNK2005: ___xi_z already defined in msvcrtd.lib(cinitexe.obj)	libcmt.lib	Der
error LNK2005: ___xc_a already defined in msvcrtd.lib(cinitexe.obj)	libcmt.lib	Der
error LNK2005: ___xc_z already defined in msvcrtd.lib(cinitexe.obj)	libcmt.lib	Der
error LNK2005: "void __cdecl terminate(void)" (?terminate@@YAXXZ) already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: ___set_app_type already defined in msvcrtd.lib(MSVCR90D.dll)	libcmt.lib	Der
error LNK2005: __setmbcp already defined in libcmt.lib(mbctype.obj)	msvcrtd.lib	Der
fatal error CVT1100: duplicate resource.  type:MANIFEST, name:1, language:0x0409	CVTRES	Der
fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt	Der	Der


I never used VS2008, what should I do to solve the problem ?
AnswerRe: VC6 to VC2008 migration Pin
Stefan_Lang19-Jul-11 22:04
Stefan_Lang19-Jul-11 22:04 
GeneralRe: VC6 to VC2008 migration Pin
_Flaviu20-Jul-11 4:05
_Flaviu20-Jul-11 4:05 
GeneralRe: VC6 to VC2008 migration Pin
_Flaviu20-Jul-11 19:51
_Flaviu20-Jul-11 19:51 
QuestionWhy debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Cold_Fearing_Bird19-Jul-11 19:01
Cold_Fearing_Bird19-Jul-11 19:01 
AnswerRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Richard MacCutchan19-Jul-11 21:44
mveRichard MacCutchan19-Jul-11 21:44 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Cold_Fearing_Bird19-Jul-11 22:17
Cold_Fearing_Bird19-Jul-11 22:17 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Stefan_Lang19-Jul-11 22:48
Stefan_Lang19-Jul-11 22:48 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Cold_Fearing_Bird19-Jul-11 23:14
Cold_Fearing_Bird19-Jul-11 23:14 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Richard MacCutchan19-Jul-11 23:52
mveRichard MacCutchan19-Jul-11 23:52 
AnswerRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Stefan_Lang19-Jul-11 22:11
Stefan_Lang19-Jul-11 22:11 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Cold_Fearing_Bird19-Jul-11 22:22
Cold_Fearing_Bird19-Jul-11 22:22 
GeneralRe: Why debugging doesn't work properly when I choose "USE PRECOMPILED HEADER"? Pin
Stefan_Lang19-Jul-11 22:26
Stefan_Lang19-Jul-11 22:26 
QuestionHow to turn off the disassemble functionality Pin
Cold_Fearing_Bird19-Jul-11 5:48
Cold_Fearing_Bird19-Jul-11 5:48 
AnswerRe: How to turn off the disassemble functionality Pin
Richard MacCutchan19-Jul-11 6:15
mveRichard MacCutchan19-Jul-11 6:15 
AnswerRe: How to turn off the disassemble functionality Pin
Rajesh R Subramanian19-Jul-11 7:04
professionalRajesh R Subramanian19-Jul-11 7:04 
AnswerRe: How to turn off the disassemble functionality Pin
«_Superman_»19-Jul-11 8:40
professional«_Superman_»19-Jul-11 8:40 
GeneralRe: How to turn off the disassemble functionality Pin
Maximilien19-Jul-11 10:27
Maximilien19-Jul-11 10:27 

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.