Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
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 
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 
To add to waht Colin said, you can't share a .DLL like this between two .EXE's because, like he said, the data is no shored between processes. The .DLL doesn't run in it's own process. It's injected into the process that's using it, therefore each .EXE has seperate instances of the data for the same .DLL.

Using a .DLL, you can't get the functionality you want. You'll have to rewrite the .DLL and code it to use the singleton pattern and pass data back and forth through remoting. There is no way to adapt the .DLL to your requirements.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

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 
GeneralRe: TcpClient - waiting for connection Pin
Stefan Troschuetz6-Nov-04 12:43
Stefan Troschuetz6-Nov-04 12:43 
GeneralRe: TcpClient - waiting for connection Pin
quilkin6-Nov-04 13:44
quilkin6-Nov-04 13:44 

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.