Click here to Skip to main content
15,891,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: quick help require? Pin
Jawache24-Sep-02 14:56
Jawache24-Sep-02 14:56 
Generallabel background color Pin
xai24-Sep-02 14:03
xai24-Sep-02 14:03 
GeneralRe: label background color Pin
xai24-Sep-02 14:06
xai24-Sep-02 14:06 
QuestionWho called InitiateSystemShutdown? Pin
Todd Smith24-Sep-02 13:54
Todd Smith24-Sep-02 13:54 
QuestionHow to rename a project in VS.Net??? Pin
LukeV24-Sep-02 13:06
LukeV24-Sep-02 13:06 
AnswerRe: How to rename a project in VS.Net??? Pin
Nick Hodapp24-Sep-02 13:23
sitebuilderNick Hodapp24-Sep-02 13:23 
GeneralDLL plugin help Pin
DarrollWalsh24-Sep-02 11:52
DarrollWalsh24-Sep-02 11:52 
GeneralRe: DLL plugin help Pin
Tomasz Sowinski24-Sep-02 12:26
Tomasz Sowinski24-Sep-02 12:26 
Darroll wrote:
I was once told that as long as you keep the same functions exported in each dll, same input/output data types, that all you need to do is to load whatever dll you want

Yes. Use LoadLibrary with correct path, then GetProcAddress with function name.

Of course, there's number of things to remember - for example, if you're linking statically with CRT, then your dll shouldn't free blocks allocated in exe and vice versa.

Tomasz Sowinski -- http://www.shooltz.com

*** Vodka. Connecting people. ***

GeneralRe: DLL plugin help Pin
Pavel Klocek24-Sep-02 12:36
Pavel Klocek24-Sep-02 12:36 
GeneralRe: DLL plugin help Pin
Roger Allen25-Sep-02 3:05
Roger Allen25-Sep-02 3:05 
GeneralRe: DLL plugin help Pin
DarrollWalsh25-Sep-02 17:59
DarrollWalsh25-Sep-02 17:59 
GeneralIShellView, CView and OnSize (display bug) Pin
luc224-Sep-02 11:38
luc224-Sep-02 11:38 
GeneralRe: IShellView, CView and OnSize (display bug) Pin
Jawache24-Sep-02 13:16
Jawache24-Sep-02 13:16 
GeneralRe: IShellView, CView and OnSize (display bug) Pin
luc225-Sep-02 1:24
luc225-Sep-02 1:24 
GeneralInitializing listboxes Pin
RalfPeter24-Sep-02 11:01
RalfPeter24-Sep-02 11:01 
GeneralRe: Initializing listboxes Pin
Tomasz Sowinski24-Sep-02 11:04
Tomasz Sowinski24-Sep-02 11:04 
QuestionIs the parent window handle correct? Pin
ns24-Sep-02 10:21
ns24-Sep-02 10:21 
AnswerRe: Is the parent window handle correct? Pin
Tomasz Sowinski24-Sep-02 10:31
Tomasz Sowinski24-Sep-02 10:31 
GeneralRe: Is the parent window handle correct? Pin
ns24-Sep-02 10:43
ns24-Sep-02 10:43 
GeneralRe: Is the parent window handle correct? Pin
Tomasz Sowinski24-Sep-02 10:49
Tomasz Sowinski24-Sep-02 10:49 
Generalnope... Pin
ns24-Sep-02 11:06
ns24-Sep-02 11:06 
AnswerRe: Is the parent window handle correct? Pin
Chris Richardson24-Sep-02 11:17
Chris Richardson24-Sep-02 11:17 
GeneralAD Schema changes... Pin
Ray Cassick24-Sep-02 10:02
Ray Cassick24-Sep-02 10:02 
GeneralAuto scroll selected text to the top of a view Pin
Wade H.24-Sep-02 9:37
Wade H.24-Sep-02 9:37 
Question??? Number Formating ??? Pin
Nitron24-Sep-02 9:24
Nitron24-Sep-02 9: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.