Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing Font Color Pin
PJ Arends14-Aug-02 13:06
professionalPJ Arends14-Aug-02 13:06 
GeneralDouble Byte Characters in win32 controls. Pin
djrisc14-Aug-02 10:38
djrisc14-Aug-02 10:38 
GeneralDouble Byte Characters in win32 controls. Pin
djrisc14-Aug-02 13:21
djrisc14-Aug-02 13:21 
GeneralRe: Double Byte Characters in win32 controls. Pin
Michael Dunn14-Aug-02 14:57
sitebuilderMichael Dunn14-Aug-02 14:57 
GeneralRe: Double Byte Characters in win32 controls. Pin
djrisc14-Aug-02 20:22
djrisc14-Aug-02 20:22 
GeneralWrapping windows dialogues around old DOS programs Pin
Malcolm Crawford14-Aug-02 10:24
Malcolm Crawford14-Aug-02 10:24 
GeneralLoadLibrary Error Pin
Michael_Petrov14-Aug-02 10:02
sussMichael_Petrov14-Aug-02 10:02 
GeneralRe: LoadLibrary Error Pin
Stephane Rodriguez.14-Aug-02 10:17
Stephane Rodriguez.14-Aug-02 10:17 
That's a known error. Don't forget that depending on what libraries you link with, the DLL when loaded for registration may be automatically trying to load sister dlls, and in this case may not find one of them.

For instance, if you link with winwin.lib with at least one method implementation taken from it (_dllimport), and winwin.dll does not exist, then registration fails.

The error message tells you that's about the main dll, while it's not !

GeneralGet COM interface from other process Pin
Aaron Schaefer14-Aug-02 9:54
Aaron Schaefer14-Aug-02 9:54 
GeneralRe: (option1) Get COM interface from other process Pin
Stephane Rodriguez.14-Aug-02 10:07
Stephane Rodriguez.14-Aug-02 10:07 
GeneralRe: (option2) Get COM interface from other process Pin
Stephane Rodriguez.14-Aug-02 10:11
Stephane Rodriguez.14-Aug-02 10:11 
GeneralRe: (option2) Get COM interface from other process Pin
Aaron Schaefer14-Aug-02 10:22
Aaron Schaefer14-Aug-02 10:22 
GeneralRe: (option2) Get COM interface from other process Pin
Bill Wilson14-Aug-02 10:45
Bill Wilson14-Aug-02 10:45 
GeneralRe: (option2) Get COM interface from other process Pin
Aaron Schaefer14-Aug-02 10:48
Aaron Schaefer14-Aug-02 10:48 
GeneralRe: (option2) Get COM interface from other process Pin
Bill Wilson14-Aug-02 13:25
Bill Wilson14-Aug-02 13:25 
GeneralUse the ROT for debugging Pin
Vi214-Aug-02 20:34
Vi214-Aug-02 20:34 
GeneralRe: Use the ROT for debugging Pin
Aaron Schaefer15-Aug-02 3:09
Aaron Schaefer15-Aug-02 3:09 
GeneralRe: Use the ROT for debugging Pin
Vi215-Aug-02 3:31
Vi215-Aug-02 3:31 
GeneralRe: Get COM interface from other process Pin
Michael Dunn14-Aug-02 15:00
sitebuilderMichael Dunn14-Aug-02 15:00 
GeneralRe: Get COM interface from other process Pin
Aaron Schaefer15-Aug-02 3:05
Aaron Schaefer15-Aug-02 3:05 
GeneralRe: Get COM interface from other process Pin
Stuart Dootson14-Aug-02 20:49
professionalStuart Dootson14-Aug-02 20:49 
QuestionCalling methods in child classes from base class? Pin
clintsinger14-Aug-02 9:30
clintsinger14-Aug-02 9:30 
AnswerRe: Calling methods in child classes from base class? Pin
Chris Losinger14-Aug-02 9:36
professionalChris Losinger14-Aug-02 9:36 
GeneralRe: Calling methods in child classes from base class? Pin
clintsinger14-Aug-02 10:08
clintsinger14-Aug-02 10:08 
AnswerRe: Calling methods in child classes from base class? Pin
moredip14-Aug-02 9:48
moredip14-Aug-02 9:48 

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.