Click here to Skip to main content
15,899,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I get the version of RICHED20.DLL? Pin
Oz Ben Eliezer13-Jun-02 14:08
Oz Ben Eliezer13-Jun-02 14:08 
AnswerRe: How can I get the version of RICHED20.DLL? Pin
James R. Twine13-Jun-02 17:53
James R. Twine13-Jun-02 17:53 
GeneralString Table Resource Pin
Atlence13-Jun-02 13:51
Atlence13-Jun-02 13:51 
GeneralRe: String Table Resource Pin
James R. Twine13-Jun-02 17:54
James R. Twine13-Jun-02 17:54 
GeneralPostThreadMessage Pin
wilche13-Jun-02 13:34
wilche13-Jun-02 13:34 
GeneralRe: PostThreadMessage Pin
Rama Krishna Vavilala13-Jun-02 14:45
Rama Krishna Vavilala13-Jun-02 14:45 
GeneralRe: PostThreadMessage Pin
wilche13-Jun-02 16:36
wilche13-Jun-02 16:36 
Generallink error Pin
13-Jun-02 12:44
suss13-Jun-02 12:44 
Hi,

this was a release build after the code had successfully compiled in debug mode .
nafxcw.lib(winctrl5.obj) : error LNK2005: "public: virtual struct CRuntimeClass * __thiscall CDateTimeCtrl::GetRuntimeClass(void)const " (?GetRuntimeClass@CDateTimeCtrl@@UBEPAUCRuntimeClass@@XZ) already defined in TreeOptionsCtrl.obj

nafxcw.lib(winctrl5.obj) : error LNK2005: "public: static struct CRuntimeClass const  CDateTimeCtrl::classCDateTimeCtrl" (?classCDateTimeCtrl@CDateTimeCtrl@@2UCRuntimeClass@@B) already defined in TreeOptionsCtrl.obj


Do you have an idea what actually the problem is?

Thanks

R.
GeneralRe: link error Pin
Rama Krishna Vavilala13-Jun-02 12:52
Rama Krishna Vavilala13-Jun-02 12:52 
GeneralRe: link error Pin
13-Jun-02 12:57
suss13-Jun-02 12:57 
General10x Pin
13-Jun-02 13:00
suss13-Jun-02 13:00 
GeneralOpen files by double clicking Pin
Sun666613-Jun-02 10:48
Sun666613-Jun-02 10:48 
GeneralSTL valarray usage Pin
David Leikis13-Jun-02 10:23
David Leikis13-Jun-02 10:23 
GeneralRe: STL valarray usage Pin
Joaquín M López Muñoz13-Jun-02 12:20
Joaquín M López Muñoz13-Jun-02 12:20 
QuestionHow do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Pin
redeemer13-Jun-02 9:20
redeemer13-Jun-02 9:20 
AnswerRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Ans: you can set the parent window as parent to the dialog or disable te window and enalbe it when the dialog is closed Pin
loket13-Jun-02 9:43
loket13-Jun-02 9:43 
GeneralRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Ans: you can set the parent window as parent to the dialog or disable te window and enalbe it when the dialog is closed Pin
redeemer13-Jun-02 9:39
redeemer13-Jun-02 9:39 
General<b></b> Pin
Rama Krishna Vavilala13-Jun-02 10:10
Rama Krishna Vavilala13-Jun-02 10:10 
GeneralRe Pin
Marc Richarme13-Jun-02 13:13
Marc Richarme13-Jun-02 13:13 
AnswerRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Pin
Tim Smith13-Jun-02 9:43
Tim Smith13-Jun-02 9:43 
GeneralRe: How do i create a dialog from a resource file where the parent window can't be used untill the dialog has been closed? Pin
redeemer13-Jun-02 10:06
redeemer13-Jun-02 10:06 
GeneralPassing an object from VB to VC++ ActiveX control Pin
13-Jun-02 8:36
suss13-Jun-02 8:36 
GeneralRe: Passing an object from VB to VC++ ActiveX control Pin
13-Jun-02 9:20
suss13-Jun-02 9:20 
GeneralDeleting STL list elements Pin
moredip13-Jun-02 8:38
moredip13-Jun-02 8:38 
GeneralRe: Deleting STL list elements Pin
moredip13-Jun-02 9:06
moredip13-Jun-02 9:06 

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.