Click here to Skip to main content
15,906,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCXImage Printing Pin
radha vijay3-Oct-03 10:34
radha vijay3-Oct-03 10:34 
GeneralPrinting in vc++ Pin
radha vijay3-Oct-03 10:32
radha vijay3-Oct-03 10:32 
QuestionIs it me or is it the compiler? Pin
Ravi Bhavnani3-Oct-03 10:24
professionalRavi Bhavnani3-Oct-03 10:24 
AnswerRe: Is it me or is it the compiler? Pin
Orhun Birsoy3-Oct-03 10:37
Orhun Birsoy3-Oct-03 10:37 
GeneralRe: Is it me or is it the compiler? Pin
Ravi Bhavnani3-Oct-03 10:42
professionalRavi Bhavnani3-Oct-03 10:42 
GeneralRe: Is it me or is it the compiler? Pin
Peter Weyzen3-Oct-03 11:26
Peter Weyzen3-Oct-03 11:26 
GeneralRe: Is it me or is it the compiler? Pin
Ravi Bhavnani3-Oct-03 12:18
professionalRavi Bhavnani3-Oct-03 12:18 
AnswerRe: Is it me or is it the compiler? Pin
Michael Dunn3-Oct-03 13:06
sitebuilderMichael Dunn3-Oct-03 13:06 
GeneralRe: Is it me or is it the compiler? Pin
Ravi Bhavnani3-Oct-03 13:17
professionalRavi Bhavnani3-Oct-03 13:17 
GeneralRe: Is it me or is it the compiler? Pin
Michael Dunn3-Oct-03 14:26
sitebuilderMichael Dunn3-Oct-03 14:26 
GeneralRe: Is it me or is it the compiler? Pin
Ravi Bhavnani4-Oct-03 6:11
professionalRavi Bhavnani4-Oct-03 6:11 
GeneralRe: Is it me or is it the compiler? Pin
peterchen3-Oct-03 20:32
peterchen3-Oct-03 20:32 
GeneralRe: Is it me or is it the compiler? Pin
Ravi Bhavnani4-Oct-03 6:13
professionalRavi Bhavnani4-Oct-03 6:13 
GeneralWeird VC++ behaviour Pin
DaFrawg3-Oct-03 9:45
DaFrawg3-Oct-03 9:45 
GeneralRe: Weird VC++ behaviour Pin
Michael P Butler3-Oct-03 10:00
Michael P Butler3-Oct-03 10:00 
GeneralRe: Weird VC++ behaviour Pin
DaFrawg10-Oct-03 8:42
DaFrawg10-Oct-03 8:42 
GeneralRe: Weird VC++ behaviour Pin
Michael P Butler10-Oct-03 9:03
Michael P Butler10-Oct-03 9:03 
GeneralRe: Weird VC++ behaviour Pin
DaFrawg27-Oct-03 2:05
DaFrawg27-Oct-03 2:05 
GeneralRe: Weird VC++ behaviour Pin
David Crow3-Oct-03 10:07
David Crow3-Oct-03 10:07 
GeneralRe: Weird VC++ behaviour Pin
DaFrawg4-Oct-03 2:23
DaFrawg4-Oct-03 2:23 
GeneralRe: Weird VC++ behaviour Pin
David Crow6-Oct-03 2:59
David Crow6-Oct-03 2:59 
GeneralRe: Weird VC++ behaviour Pin
Mike Dimmick3-Oct-03 23:52
Mike Dimmick3-Oct-03 23:52 
GeneralRe: Weird VC++ behaviour Pin
DaFrawg27-Oct-03 2:00
DaFrawg27-Oct-03 2:00 
QuestionSDK creation (export of variables)? Pin
sjcomp3-Oct-03 9:25
sjcomp3-Oct-03 9:25 
Hello, everyone.

I am making a program with plug-ins. So I designed SDK (header files + lib file). This sdk is being used by the main program and plug-ins. I am working VC6. Now to the problem. I want to have a global object, which can be used and modified by the main program and all plug-ins (so it is a global object in the sdk). I am confused about how this object is used by main program and dll's. It looks like main program has its own version and each dll has its own version, while I want it to be shared. How do I do it?

And another concern: for right now my sdk is a static linked library, but can I make it to be a dll too? My confustion is that program must load dll and import its functions (like plug-ins), while I want a case, when implimentation of the sdk functions are in the shared dll. I would like to have more information about this topic, does anyone know a good reading material on the subject?

Thank you.

Regards,
Alexander.
AnswerRe: SDK creation (export of variables)? Pin
Peter Weyzen3-Oct-03 9:34
Peter Weyzen3-Oct-03 9:34 

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.