Click here to Skip to main content
16,008,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: win32 user-drawn menus [modified] Pin
greghint18-Jun-08 8:00
greghint18-Jun-08 8:00 
QuestionMoving desktop shortcuts to desired position Pin
Manfred Staiger16-Jun-08 5:13
Manfred Staiger16-Jun-08 5:13 
QuestionCRuntimeClass linker error unresolved external – how to troubleshoot? Pin
Vaclav_16-Jun-08 5:13
Vaclav_16-Jun-08 5:13 
AnswerRe: CRuntimeClass linker error unresolved external – how to troubleshoot? Pin
Chris Losinger16-Jun-08 6:54
professionalChris Losinger16-Jun-08 6:54 
GeneralRe: CRuntimeClass linker error unresolved external – how to troubleshoot? Pin
Vaclav_16-Jun-08 7:13
Vaclav_16-Jun-08 7:13 
GeneralRe: CRuntimeClass linker error unresolved external – how to troubleshoot? Pin
Vaclav_16-Jun-08 7:16
Vaclav_16-Jun-08 7:16 
AnswerRe: CRuntimeClass linker error unresolved external – how to troubleshoot? Pin
Stephen Hewitt16-Jun-08 15:44
Stephen Hewitt16-Jun-08 15:44 
GeneralRe: CRuntimeClass linker error unresolved external – how to troubleshoot? Pin
Vaclav_16-Jun-08 17:28
Vaclav_16-Jun-08 17:28 
Not true,if I comment out //IMPLEMENT_DYNCREATE(C_Bitmap_View_, CView)I get the following linker errors.


Bitmap_View_.obj : error LNK2001: unresolved external symbol "public: virtual struct CRuntimeClass * __thiscall C_Bitmap_View_::GetRuntimeClass(void)const " (?GetRuntimeClass@C_Bitmap_View_@@UBEPAUCRuntimeClass@@XZ)
TabView_View.obj : error LNK2001: unresolved external symbol "public: static struct CRuntimeClass const C_Bitmap_View_::classC_Bitmap_View_" (?classC_Bitmap_View_@C_Bitmap_View_@@2UCRuntimeClass@@B)
Debug/CCC_Parser.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

I have rebuild offending class from scratch and have no more linker errors related to RUNTIME_CLASS macro.
The remaining suspect is Gallery since the failing class was loaded from there. I had some weird problems with Gallery before.
Anyway, I do not have an energy to find out if the Gallery caused this problem.
Will try it later. Good night from Houston.
Vaclav
QuestionCreating an embeded window in Internet Explorer Pin
chatko16-Jun-08 2:30
chatko16-Jun-08 2:30 
AnswerRe: Creating an embeded window in Internet Explorer Pin
ThatsAlok16-Jun-08 3:22
ThatsAlok16-Jun-08 3:22 
QuestionProblem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 2:26
ritz123416-Jun-08 2:26 
AnswerRe: Problem with a program that does Copy-Paste functionality. Pin
CPallini16-Jun-08 2:40
mveCPallini16-Jun-08 2:40 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 2:57
ritz123416-Jun-08 2:57 
AnswerRe: Problem with a program that does Copy-Paste functionality. Pin
David Crow16-Jun-08 3:30
David Crow16-Jun-08 3:30 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 3:43
ritz123416-Jun-08 3:43 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
David Crow16-Jun-08 3:50
David Crow16-Jun-08 3:50 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 4:00
ritz123416-Jun-08 4:00 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
David Crow16-Jun-08 6:07
David Crow16-Jun-08 6:07 
AnswerRe: Problem with a program that does Copy-Paste functionality. Pin
Saurabh.Garg16-Jun-08 6:41
Saurabh.Garg16-Jun-08 6:41 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
ritz123416-Jun-08 20:07
ritz123416-Jun-08 20:07 
GeneralRe: Problem with a program that does Copy-Paste functionality. Pin
Saurabh.Garg16-Jun-08 20:10
Saurabh.Garg16-Jun-08 20:10 
QuestionNamedPipe issue Pin
Sunil P V16-Jun-08 2:19
Sunil P V16-Jun-08 2:19 
QuestionRe: NamedPipe issue Pin
Mark Salsbery16-Jun-08 5:36
Mark Salsbery16-Jun-08 5:36 
AnswerRe: NamedPipe issue Pin
Sunil P V16-Jun-08 19:10
Sunil P V16-Jun-08 19:10 
GeneralRe: NamedPipe issue Pin
Mark Salsbery17-Jun-08 5:18
Mark Salsbery17-Jun-08 5:18 

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.