Click here to Skip to main content
15,921,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 6:43
Semion_N8-Jul-06 6:43 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 7:24
Justin Tay8-Jul-06 7:24 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 8:17
Semion_N8-Jul-06 8:17 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 9:03
Justin Tay8-Jul-06 9:03 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 9:25
Semion_N8-Jul-06 9:25 
GeneralRe: Problem with NTGraph Pin
Justin Tay8-Jul-06 9:32
Justin Tay8-Jul-06 9:32 
GeneralRe: Problem with NTGraph Pin
Semion_N8-Jul-06 9:44
Semion_N8-Jul-06 9:44 
QuestionExporting from a DLL Pin
Jay037-Jul-06 5:46
Jay037-Jul-06 5:46 
class RTI_EXPORT RTIambassador {<br />
public:<br />
#include "RTIambServices.hh"<br />
RTIambPrivateData* privateData;<br />
private:<br />
RTIambPrivateRefs* privateRefs;<br />
};


I didn't know the meaning of having two names beside the name Class like this:

class RTI_EXPORT RTIambassador

Someone gave me an answering saying the class is intended to be exported from a DLL.
What is meant by a class being exported from a DLL. Does this mean that this specific code here is a a little chunk of a code from a DLL file and is being used by the current file Im working with? Or does it mean, tell the DLL linker to add this specific class onto the linker as an addition function.

I'm very confused here. Someone help me out. Thanks in advance

PS: I've already posted this before. Sorry for posting it again but I haven't got much reply. I beleive its because of the time I posted. Hope someone can help me out

Cheers,
Jay -
AnswerRe: Exporting from a DLL Pin
Zac Howland7-Jul-06 6:18
Zac Howland7-Jul-06 6:18 
QuestionUser Input Pin
Harold_Wishes7-Jul-06 5:26
Harold_Wishes7-Jul-06 5:26 
AnswerRe: User Input Pin
Zac Howland7-Jul-06 5:31
Zac Howland7-Jul-06 5:31 
GeneralRe: User Input Pin
Harold_Wishes7-Jul-06 5:51
Harold_Wishes7-Jul-06 5:51 
GeneralRe: User Input Pin
Zac Howland7-Jul-06 6:04
Zac Howland7-Jul-06 6:04 
GeneralRe: User Input Pin
Harold_Wishes7-Jul-06 7:06
Harold_Wishes7-Jul-06 7:06 
GeneralRe: User Input Pin
Zac Howland7-Jul-06 7:33
Zac Howland7-Jul-06 7:33 
GeneralRe: User Input Pin
Harold_Wishes7-Jul-06 10:08
Harold_Wishes7-Jul-06 10:08 
GeneralRe: User Input [modified] Pin
Zac Howland7-Jul-06 10:35
Zac Howland7-Jul-06 10:35 
GeneralRe: User Input [modified] Pin
Harold_Wishes8-Jul-06 17:36
Harold_Wishes8-Jul-06 17:36 
GeneralRe: User Input Pin
Zac Howland9-Jul-06 14:28
Zac Howland9-Jul-06 14:28 
QuestionSimple MAPI Outlook outbox problem Pin
chilituna7-Jul-06 4:45
chilituna7-Jul-06 4:45 
Questionostream operator link error Pin
mosu'7-Jul-06 4:33
mosu'7-Jul-06 4:33 
AnswerRe: ostream operator link error [modified] Pin
Viorel.7-Jul-06 4:45
Viorel.7-Jul-06 4:45 
AnswerRe: ostream operator link error Pin
Zac Howland7-Jul-06 5:11
Zac Howland7-Jul-06 5:11 
QuestionRun an application inside another one Pin
xtof737-Jul-06 4:03
xtof737-Jul-06 4:03 
AnswerRe: Run an application inside another one Pin
Sarath C7-Jul-06 4:25
Sarath C7-Jul-06 4:25 

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.