Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SDK creation (export of variables)? Pin
sjcomp3-Oct-03 10:06
sjcomp3-Oct-03 10:06 
GeneralRe: SDK creation (export of variables)? Pin
Peter Weyzen3-Oct-03 10:27
Peter Weyzen3-Oct-03 10:27 
GeneralRe: SDK creation (export of variables)? Pin
sjcomp3-Oct-03 10:41
sjcomp3-Oct-03 10:41 
GeneralRe: SDK creation (export of variables)? Pin
Peter Weyzen3-Oct-03 11:24
Peter Weyzen3-Oct-03 11:24 
GeneralRe: SDK creation (export of variables)? Pin
sjcomp3-Oct-03 11:46
sjcomp3-Oct-03 11:46 
GeneralRe: SDK creation (export of variables)? Pin
Peter Weyzen3-Oct-03 12:10
Peter Weyzen3-Oct-03 12:10 
AnswerRe: SDK creation (export of variables)? Pin
Gopalakrishna Palem3-Oct-03 19:18
Gopalakrishna Palem3-Oct-03 19:18 
GeneralRe: SDK creation (export of variables)? Pin
sjcomp4-Oct-03 7:01
sjcomp4-Oct-03 7:01 
What about functions, which refer to the same objects? Let's say I have my global object gObject and I have function DoSome(); in my sdk.cpp. Which does something with gObject. Would it still work properly? My confusion is, that once object is decleared external, it means, that it will be referenced at linking. But it will be linked with main program and the dll separately, which would cause them to have two different versions of the same object. I have a feeling that extern works only for the code in the same project, i.e. object files linked together. So it will not solve my problem. Maybe I am wrong, so I will try it.
Thanks everyone, who is helping me, I really appreciate your help.

Regards,
Alexander.
GeneralRe: SDK creation (export of variables)? Pin
Gopalakrishna Palem4-Oct-03 14:39
Gopalakrishna Palem4-Oct-03 14:39 
AnswerRe: SDK creation (export of variables)? Pin
sjcomp6-Oct-03 4:19
sjcomp6-Oct-03 4:19 
GeneralPSAPI and Winsock Pin
Peter Weyzen3-Oct-03 9:24
Peter Weyzen3-Oct-03 9:24 
GeneralCFormView Issues! Pin
Steven M Hunt3-Oct-03 8:59
Steven M Hunt3-Oct-03 8:59 
GeneralRe: CFormView Issues! Pin
Maximilien3-Oct-03 9:09
Maximilien3-Oct-03 9:09 
GeneralRe: CFormView Issues! Pin
vcplusplus3-Oct-03 9:23
vcplusplus3-Oct-03 9:23 
GeneralFile Open Pin
Anonymous3-Oct-03 8:24
Anonymous3-Oct-03 8:24 
GeneralRe: File Open Pin
Steven M Hunt3-Oct-03 8:54
Steven M Hunt3-Oct-03 8:54 
GeneralRe: File Open Pin
pma3-Oct-03 8:54
pma3-Oct-03 8:54 
GeneralRe: File Open Pin
Anonymous3-Oct-03 9:07
Anonymous3-Oct-03 9:07 
GeneralRe: File Open Pin
Peter Weyzen3-Oct-03 9:35
Peter Weyzen3-Oct-03 9:35 
GeneralRe: File Open Pin
peterchen3-Oct-03 20:33
peterchen3-Oct-03 20:33 
GeneralRe: File Open Pin
David Crow3-Oct-03 10:10
David Crow3-Oct-03 10:10 
GeneralSNMP response time Pin
pma3-Oct-03 8:12
pma3-Oct-03 8:12 
GeneralRe: SNMP response time Pin
Joe Woodbury3-Oct-03 11:05
professionalJoe Woodbury3-Oct-03 11:05 
GeneralRe: SNMP response time Pin
pma3-Oct-03 11:14
pma3-Oct-03 11:14 
GeneralRe: SNMP response time Pin
Joe Woodbury3-Oct-03 11:57
professionalJoe Woodbury3-Oct-03 11:57 

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.