Click here to Skip to main content
15,922,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConvert CString to char * Pin
Vassili6-Jun-03 3:01
Vassili6-Jun-03 3:01 
GeneralRe: Convert CString to char * Pin
Anonymous6-Jun-03 3:32
Anonymous6-Jun-03 3:32 
GeneralRe: Convert CString to char * Pin
Rage6-Jun-03 3:41
professionalRage6-Jun-03 3:41 
GeneralRe: Convert CString to char * Pin
jhwurmbach6-Jun-03 4:35
jhwurmbach6-Jun-03 4:35 
GeneralRe: Convert CString to char * Pin
Rage6-Jun-03 5:21
professionalRage6-Jun-03 5:21 
GeneralRe: Convert CString to char * Pin
jhwurmbach6-Jun-03 5:27
jhwurmbach6-Jun-03 5:27 
GeneralRe: Convert CString to char * Pin
Michael Dunn6-Jun-03 9:08
sitebuilderMichael Dunn6-Jun-03 9:08 
QuestionWhere to find common toolbar xp icons? Pin
Nicolas Bonamy6-Jun-03 2:37
Nicolas Bonamy6-Jun-03 2:37 
Question?????CListCtrl???? Pin
Stefcos6-Jun-03 1:59
Stefcos6-Jun-03 1:59 
AnswerRe: ?????CListCtrl???? Pin
David Crow6-Jun-03 2:27
David Crow6-Jun-03 2:27 
GeneralMove desktop icons Pin
Jarek G6-Jun-03 1:58
Jarek G6-Jun-03 1:58 
GeneralRe: Move desktop icons Pin
David Crow6-Jun-03 2:29
David Crow6-Jun-03 2:29 
GeneralRe: Move desktop icons Pin
Jarek G6-Jun-03 22:00
Jarek G6-Jun-03 22:00 
GeneralRe: Move desktop icons Pin
David Crow9-Jun-03 2:39
David Crow9-Jun-03 2:39 
GeneralRe: Move desktop icons Pin
Jarek G9-Jun-03 3:22
Jarek G9-Jun-03 3:22 
GeneralRe: Move desktop icons Pin
David Crow9-Jun-03 5:36
David Crow9-Jun-03 5:36 
GeneralRe: Move desktop icons Pin
Jarek G10-Jun-03 8:12
Jarek G10-Jun-03 8:12 
QuestionIs it Possible to export a class from a DLL? Pin
Theopulus6-Jun-03 0:29
Theopulus6-Jun-03 0:29 
AnswerRe: Is it Possible to export a class from a DLL? Pin
Cedric Moonen6-Jun-03 1:14
Cedric Moonen6-Jun-03 1:14 
GeneralRe: Is it Possible to export a class from a DLL? Pin
berndg6-Jun-03 2:29
berndg6-Jun-03 2:29 
GeneralRe: Is it Possible to export a class from a DLL? Pin
Cedric Moonen6-Jun-03 2:49
Cedric Moonen6-Jun-03 2:49 
GeneralRe: Is it Possible to export a class from a DLL? Pin
berndg6-Jun-03 2:58
berndg6-Jun-03 2:58 
You didn't misunderstand the question, but the DLL export statement...

You have to include header files in both sides (there is no type library query or so), but the code stays on the server side (DLL). Just look at the whole thing as if it were a good old function library, only with dynamic linking, classes, C++, and so forth.

This is not a "kindof COM", this is a C++ class library. Plain, simple, and useful.

Bernd Smile | :)
GeneralRe: Is it Possible to export a class from a DLL? Pin
geo_m6-Jun-03 3:40
geo_m6-Jun-03 3:40 
GeneralRe: Is it Possible to export a class from a DLL? Pin
berndg6-Jun-03 3:53
berndg6-Jun-03 3:53 
GeneralRe: Is it Possible to export a class from a DLL? Pin
Theopulus6-Jun-03 6:02
Theopulus6-Jun-03 6:02 

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.