Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLinker optimizations & RuntimeClass info Pin
Christopher Duncan26-Mar-02 8:52
Christopher Duncan26-Mar-02 8:52 
GeneralRe: Linker optimizations & RuntimeClass info Pin
Tim Smith26-Mar-02 9:06
Tim Smith26-Mar-02 9:06 
GeneralRe: Linker optimizations & RuntimeClass info Pin
Christopher Duncan26-Mar-02 9:36
Christopher Duncan26-Mar-02 9:36 
GeneralRe: Linker optimizations & RuntimeClass info Pin
AndyC11-Jul-02 2:46
AndyC11-Jul-02 2:46 
GeneralRe: Linker optimizations & RuntimeClass info Pin
Joaquín M López Muñoz26-Mar-02 9:37
Joaquín M López Muñoz26-Mar-02 9:37 
GeneralRe: Linker optimizations & RuntimeClass info Pin
Christopher Duncan26-Mar-02 9:34
Christopher Duncan26-Mar-02 9:34 
GeneralRe: Linker optimizations & RuntimeClass info Pin
Joaquín M López Muñoz26-Mar-02 9:57
Joaquín M López Muñoz26-Mar-02 9:57 
GeneralRe: Linker optimizations & RuntimeClass info Pin
Tim Smith26-Mar-02 9:58
Tim Smith26-Mar-02 9:58 
Take a look at #pragma comment. My guess now is that the linker doesn't even realize you want the object included in the executable. Maybe you could place the RUNTIME_CLASS object in an include statement to force it.

#pragma comment (linker, /include:classCMyClass)



Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
Generalwhy don't my column headers show up in my dialog :confused: Pin
26-Mar-02 8:44
suss26-Mar-02 8:44 
GeneralRe: why don't my column headers show up in my dialog :confused: Pin
Joaquín M López Muñoz26-Mar-02 9:05
Joaquín M López Muñoz26-Mar-02 9:05 
GeneralMultithreading, DLL's and COM Pin
#realJSOP26-Mar-02 8:12
professional#realJSOP26-Mar-02 8:12 
GeneralRe: Multithreading, DLL's and COM Pin
Tim Smith26-Mar-02 8:23
Tim Smith26-Mar-02 8:23 
GeneralRe: Multithreading, DLL's and COM Pin
#realJSOP26-Mar-02 10:02
professional#realJSOP26-Mar-02 10:02 
GeneralRe: Multithreading, DLL's and COM Pin
Tim Smith26-Mar-02 10:21
Tim Smith26-Mar-02 10:21 
GeneralRe: Multithreading, DLL's and COM Pin
#realJSOP27-Mar-02 3:39
professional#realJSOP27-Mar-02 3:39 
GeneralRelease version works but Debug version does not work Pin
mantrashrim26-Mar-02 8:14
mantrashrim26-Mar-02 8:14 
GeneralRe: Release version works but Debug version does not work Pin
Tim Smith26-Mar-02 8:24
Tim Smith26-Mar-02 8:24 
GeneralRe: Release version works but Debug version does not work Pin
Jim A. Johnson26-Mar-02 8:21
Jim A. Johnson26-Mar-02 8:21 
GeneralRe: Release version works but Debug version does not work Pin
mantrashrim27-Mar-02 6:19
mantrashrim27-Mar-02 6:19 
GeneralOnUpdateXXX(CCmdUI *pCmdUI)! ! ! Pin
BlackSmith26-Mar-02 7:31
BlackSmith26-Mar-02 7:31 
GeneralRe: OnUpdateXXX(CCmdUI *pCmdUI)! ! ! Pin
Joaquín M López Muñoz26-Mar-02 9:10
Joaquín M López Muñoz26-Mar-02 9:10 
QuestionCallback f(x)'s? Pin
Joan M26-Mar-02 6:54
professionalJoan M26-Mar-02 6:54 
AnswerRe: Callback f(x)'s? Pin
Joaquín M López Muñoz26-Mar-02 7:04
Joaquín M López Muñoz26-Mar-02 7:04 
General(repost) CriticalSection Question Pin
ChiYung26-Mar-02 6:34
ChiYung26-Mar-02 6:34 
GeneralRe: (repost) CriticalSection Question Pin
Le centriste26-Mar-02 6:35
Le centriste26-Mar-02 6:35 

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.