Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Run executable from C++ Pin
picasso21-May-05 9:28
picasso21-May-05 9:28 
GeneralRe: Run executable from C++ Pin
ThatsAlok2-May-05 23:10
ThatsAlok2-May-05 23:10 
GeneralWindows media player Pin
azmina1-May-05 6:57
azmina1-May-05 6:57 
GeneralRe: Windows media player Pin
Christian Graus1-May-05 11:20
protectorChristian Graus1-May-05 11:20 
Questionget winhttp server using HINTERNET handle? Pin
ThinkingPrometheus1-May-05 5:08
ThinkingPrometheus1-May-05 5:08 
QuestionRichEdit for non MFC? Pin
DKT_1-May-05 1:05
DKT_1-May-05 1:05 
AnswerRe: RichEdit for non MFC? Pin
mark novak1-May-05 2:17
mark novak1-May-05 2:17 
GeneralRe: RichEdit for non MFC? Pin
DKT_1-May-05 2:21
DKT_1-May-05 2:21 
GeneralRe: RichEdit for non MFC? Pin
ThatsAlok2-May-05 23:12
ThatsAlok2-May-05 23:12 
Questionhow to write a multichat application !!!!??? Pin
khiconbmt1-May-05 0:40
khiconbmt1-May-05 0:40 
AnswerRe: how to write a multichat application !!!!??? Pin
ThatsAlok1-May-05 0:53
ThatsAlok1-May-05 0:53 
Generalmake data retrieved once, and be available to the whole application Pin
Mohammad Tarik30-Apr-05 23:19
Mohammad Tarik30-Apr-05 23:19 
GeneralRe: make data retrieved once, and be available to the whole application Pin
ThomasABBE30-Apr-05 23:31
ThomasABBE30-Apr-05 23:31 
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 

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.