Click here to Skip to main content
15,915,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Displaying Text Pin
Vaclav_31-Aug-07 5:17
Vaclav_31-Aug-07 5:17 
QuestionSchell Pin
ellllllllie30-Aug-07 6:09
ellllllllie30-Aug-07 6:09 
AnswerRe: Schell Pin
led mike30-Aug-07 7:57
led mike30-Aug-07 7:57 
AnswerRe: Schell Pin
Russell'30-Aug-07 8:08
Russell'30-Aug-07 8:08 
GeneralRe: Schell Pin
Perspx30-Aug-07 9:25
Perspx30-Aug-07 9:25 
GeneralRe: Schell Pin
Russell'30-Aug-07 9:52
Russell'30-Aug-07 9:52 
QuestionLinking and recompiling a DLL Pin
Fernando A. Gomez F.30-Aug-07 6:08
Fernando A. Gomez F.30-Aug-07 6:08 
AnswerRe: Linking and recompiling a DLL Pin
Dennis Gourjii30-Aug-07 6:34
Dennis Gourjii30-Aug-07 6:34 
Generally, you do have to recompile if you want to be safe. However, unless you have changed the interfaces of those classes that used to be in the DLL before your modifications, you should run well without recompiling. Again, there are cases when this is not true. One example is if you access functions in that DLL by their ordinals - add or remove a function and you're probably in trouble.

Bottom line - you can never be 100% sure (that's why COM is better than regular DLLs), but you definitely may try leaving those executables as they are. Test empirically. If it works for you, it'll work for your users also.
AnswerRe: Linking and recompiling a DLL Pin
James R. Twine30-Aug-07 7:15
James R. Twine30-Aug-07 7:15 
QuestionDrawing lines... Pin
omnimny30-Aug-07 4:43
omnimny30-Aug-07 4:43 
JokeRe: Drawing lines... Pin
Maximilien30-Aug-07 5:06
Maximilien30-Aug-07 5:06 
GeneralRe: Drawing lines... Pin
omnimny31-Aug-07 8:12
omnimny31-Aug-07 8:12 
AnswerRe: Drawing lines... Pin
Russell'30-Aug-07 7:52
Russell'30-Aug-07 7:52 
GeneralRe: Drawing lines... Pin
omnimny31-Aug-07 8:54
omnimny31-Aug-07 8:54 
GeneralRe: Drawing lines... Pin
Russell'31-Aug-07 22:07
Russell'31-Aug-07 22:07 
GeneralRe: Drawing lines... Pin
omnimny14-Sep-07 3:26
omnimny14-Sep-07 3:26 
GeneralRe: Drawing lines... Pin
Russell'14-Sep-07 3:34
Russell'14-Sep-07 3:34 
QuestionImage Zoom (Scaling?) with GDI+ Pin
TheShihan30-Aug-07 3:29
TheShihan30-Aug-07 3:29 
AnswerRe: Image Zoom (Scaling?) with GDI+ Pin
Naveen30-Aug-07 3:54
Naveen30-Aug-07 3:54 
GeneralRe: Image Zoom (Scaling?) with GDI+ Pin
TheShihan30-Aug-07 4:17
TheShihan30-Aug-07 4:17 
GeneralRe: Image Zoom (Scaling?) with GDI+ Pin
Naveen30-Aug-07 4:20
Naveen30-Aug-07 4:20 
GeneralRe: Image Zoom (Scaling?) with GDI+ Pin
James R. Twine30-Aug-07 7:07
James R. Twine30-Aug-07 7:07 
QuestionCFontDialog Pin
Try30-Aug-07 3:17
Try30-Aug-07 3:17 
QuestionRe: CFontDialog Pin
David Crow30-Aug-07 3:20
David Crow30-Aug-07 3:20 
AnswerRe: CFontDialog Pin
Jason Teagle30-Aug-07 3:24
Jason Teagle30-Aug-07 3:24 

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.