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

C / C++ / MFC

 
GeneralRe: make data retrieved once, and be available to the whole application Pin
Mohammad Tarik1-May-05 3:19
Mohammad Tarik1-May-05 3:19 
GeneralRe: make data retrieved once, and be available to the whole application Pin
Gary R. Wheeler1-May-05 3:16
Gary R. Wheeler1-May-05 3:16 
GeneralRe: make data retrieved once, and be available to the whole application Pin
Mohammad Tarik1-May-05 3:37
Mohammad Tarik1-May-05 3:37 
GeneralRe: make data retrieved once, and be available to the whole application Pin
Gary R. Wheeler1-May-05 4:45
Gary R. Wheeler1-May-05 4:45 
GeneralMenu on dialog Pin
includeh1030-Apr-05 23:05
includeh1030-Apr-05 23:05 
QuestionOpen .col files? Pin
Dominik Reichl30-Apr-05 22:19
Dominik Reichl30-Apr-05 22:19 
GeneralDynamically import classes from a win32 DLL Pin
Mohammad A Gdeisat30-Apr-05 20:54
Mohammad A Gdeisat30-Apr-05 20:54 
GeneralRe: Dynamically import classes from a win32 DLL Pin
mark novak1-May-05 2:48
mark novak1-May-05 2:48 
Well it's tricky. What you usually do is define a function that creates and returns a pointer to a class and then a function that destroys the object passed. If you don't have the complete class definition, this is as good as you'll get because you will never be able to create an object yourself. How could you without it's definition? The compiler requires this, even pointers to functions imported from DLLs are defined before they are used. Search www.deja.com for "import classes from DLL dynamically" for more information.
GeneralRe: Dynamically import classes from a win32 DLL Pin
Alexander M.,1-May-05 3:07
Alexander M.,1-May-05 3:07 
GeneralRe: Dynamically import classes from a win32 DLL Pin
Mohammad A Gdeisat1-May-05 5:00
Mohammad A Gdeisat1-May-05 5:00 
Generalsee all items of "tip of the day" at once of VC++ Pin
dilsiot30-Apr-05 20:04
sussdilsiot30-Apr-05 20:04 
GeneralRe: see all items of "tip of the day" at once of VC++ Pin
Ali Rafiee2-May-05 6:05
Ali Rafiee2-May-05 6:05 
GeneralInsert Items in Hash Table Container. Pin
joenching30-Apr-05 19:24
joenching30-Apr-05 19:24 
GeneralRe: Insert Items in Hash Table Container. Pin
Ali Rafiee2-May-05 6:09
Ali Rafiee2-May-05 6:09 
Generalenum question Pin
joenching30-Apr-05 19:22
joenching30-Apr-05 19:22 
GeneralRe: enum question Pin
mark novak1-May-05 2:23
mark novak1-May-05 2:23 
GeneralRe: enum question Pin
joenching1-May-05 8:47
joenching1-May-05 8:47 
GeneralRe: enum question Pin
mark novak1-May-05 8:52
mark novak1-May-05 8:52 
GeneralRe: enum question Pin
joenching1-May-05 12:39
joenching1-May-05 12:39 
GeneralRe: enum question Pin
mark novak1-May-05 13:24
mark novak1-May-05 13:24 
Generalsource formatting problem in vs.net2003 Pin
followait30-Apr-05 17:58
followait30-Apr-05 17:58 
GeneralRe: source formatting problem in vs.net2003 Pin
Gary R. Wheeler1-May-05 2:56
Gary R. Wheeler1-May-05 2:56 
GeneralCOleControl and <Param> or <Embed> Pin
ThomasABBE30-Apr-05 17:47
ThomasABBE30-Apr-05 17:47 
GeneralTCP or IP header configuration Pin
ahkt30-Apr-05 17:33
ahkt30-Apr-05 17:33 
GeneralRe: TCP or IP header configuration Pin
Alexander M.,1-May-05 2:37
Alexander M.,1-May-05 2:37 

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.