Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: Circular Reference Hell! Pin
Colin Angus Mackay6-Nov-04 13:16
Colin Angus Mackay6-Nov-04 13:16 
GeneralRe: Circular Reference Hell! Pin
RFickling6-Nov-04 13:30
RFickling6-Nov-04 13:30 
QuestionI need a simulator for ..........? Pin
Sakkijha6-Nov-04 11:38
Sakkijha6-Nov-04 11:38 
AnswerRe: I need a simulator for ..........? Pin
tom_dx6-Nov-04 11:51
tom_dx6-Nov-04 11:51 
GeneralRe: I need a simulator for ..........? Pin
Sakkijha6-Nov-04 12:03
Sakkijha6-Nov-04 12:03 
GeneralRe: I need a simulator for ..........? Pin
tom_dx6-Nov-04 13:12
tom_dx6-Nov-04 13:12 
AnswerRe: I need a simulator for ..........? Pin
Christian Graus7-Nov-04 15:31
protectorChristian Graus7-Nov-04 15:31 
Questioncan't get two EXEs to share the same DLL? Pin
vista276-Nov-04 11:16
vista276-Nov-04 11:16 
For some reason, as simple as this seems, I'm having trouble getting it working. My scenario:

I have one dll that I want shared by two exes. What I want to happen, is EXE1 will make a call into the DLL, and in that function call the DLL will raise an event that will be caught in EXE2. what I have done is in both EXE1 and EXE2 project, I have referenced the same DLL. When EXE2 loads up, it registers the dll event, and when EXE1 calls that function in the DLL that fires that event, registered by EXE2, it doesn't work because the event is null. So the event was never registered. Is this because both EXEs are using their own copy of the DLL, and not REALLY sharing the same DLL? How can I achieve the behavior desired?

thanks

AnswerRe: can't get two EXEs to share the same DLL? Pin
Colin Angus Mackay6-Nov-04 12:59
Colin Angus Mackay6-Nov-04 12:59 
AnswerRe: can't get two EXEs to share the same DLL? Pin
Dave Kreskowiak6-Nov-04 17:14
mveDave Kreskowiak6-Nov-04 17:14 
AnswerRe: can't get two EXEs to share the same DLL? Pin
Peff6-Nov-04 17:25
Peff6-Nov-04 17:25 
QuestionDetect Server Software (i.e. Apache)? Pin
Justin Garrick6-Nov-04 8:47
Justin Garrick6-Nov-04 8:47 
QuestionIdentify this form? Pin
Justin Garrick6-Nov-04 8:03
Justin Garrick6-Nov-04 8:03 
AnswerRe: Identify this form? Pin
tom_dx6-Nov-04 8:16
tom_dx6-Nov-04 8:16 
GeneralRe: Identify this form? Pin
Justin Garrick6-Nov-04 8:44
Justin Garrick6-Nov-04 8:44 
GeneralRe: Identify this form? Pin
tom_dx6-Nov-04 11:50
tom_dx6-Nov-04 11:50 
GeneralBoreland C# personal edition Pin
Underhillron6-Nov-04 5:42
Underhillron6-Nov-04 5:42 
GeneralRe: Boreland C# personal edition Pin
Pooria Madani6-Nov-04 8:04
Pooria Madani6-Nov-04 8:04 
GeneralRe: Boreland C# personal edition Pin
yoaz6-Nov-04 22:16
yoaz6-Nov-04 22:16 
GeneralRe: Boreland C# personal edition Pin
Christian Graus7-Nov-04 15:33
protectorChristian Graus7-Nov-04 15:33 
Generaldifference of GDI+ & OpenGL Pin
visitsaadi6-Nov-04 4:40
visitsaadi6-Nov-04 4:40 
GeneralRe: difference of GDI+ & OpenGL Pin
Christian Graus7-Nov-04 15:35
protectorChristian Graus7-Nov-04 15:35 
GeneralTcpClient - waiting for connection Pin
quilkin6-Nov-04 4:19
quilkin6-Nov-04 4:19 
GeneralRe: TcpClient - waiting for connection Pin
jahawkins6-Nov-04 4:56
jahawkins6-Nov-04 4:56 
GeneralRe: TcpClient - waiting for connection Pin
quilkin6-Nov-04 5:23
quilkin6-Nov-04 5:23 

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.