Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: double and long-double Pin
David Crow30-Aug-07 3:29
David Crow30-Aug-07 3:29 
Questionconst member variable issue Pin
Neo Andreson29-Aug-07 21:52
Neo Andreson29-Aug-07 21:52 
AnswerRe: const member variable issue Pin
Naveen29-Aug-07 21:56
Naveen29-Aug-07 21:56 
GeneralRe: const member variable issue Pin
Neo Andreson29-Aug-07 23:07
Neo Andreson29-Aug-07 23:07 
AnswerRe: const member variable issue Pin
toxcct29-Aug-07 21:57
toxcct29-Aug-07 21:57 
AnswerRe: const member variable issue Pin
Nibu babu thomas29-Aug-07 22:58
Nibu babu thomas29-Aug-07 22:58 
GeneralRe: const member variable issue Pin
Neo Andreson29-Aug-07 23:06
Neo Andreson29-Aug-07 23:06 
QuestionDLL Load issue Pin
George_George29-Aug-07 21:13
George_George29-Aug-07 21:13 
Hello everyone,


I am developing a DLL and I implement a class in the DLL. I am wondering in the two situations,

1. DLL is loaded by a single process multiple times

2. DLL is loaded a couple of times by multiple process

How much times will the constructor be invoked? I want to learn how objects inside a DLL is shared between different process. Is it possible to make multiple process share one single class (class is defined in DLL) object instance?


thanks in advance,
George
AnswerRe: DLL Load issue Pin
Naveen29-Aug-07 22:01
Naveen29-Aug-07 22:01 
GeneralRe: DLL Load issue Pin
George_George29-Aug-07 22:57
George_George29-Aug-07 22:57 
GeneralRe: DLL Load issue Pin
Naveen29-Aug-07 23:06
Naveen29-Aug-07 23:06 
GeneralRe: DLL Load issue Pin
George_George29-Aug-07 23:17
George_George29-Aug-07 23:17 
GeneralRe: DLL Load issue Pin
Naveen29-Aug-07 23:31
Naveen29-Aug-07 23:31 
GeneralRe: DLL Load issue Pin
George_George29-Aug-07 23:41
George_George29-Aug-07 23:41 
GeneralRe: DLL Load issue Pin
Naveen29-Aug-07 23:48
Naveen29-Aug-07 23:48 
GeneralRe: DLL Load issue Pin
George_George29-Aug-07 23:53
George_George29-Aug-07 23:53 
GeneralRe: DLL Load issue Pin
Naveen30-Aug-07 0:02
Naveen30-Aug-07 0:02 
GeneralRe: DLL Load issue Pin
George_George30-Aug-07 0:06
George_George30-Aug-07 0:06 
QuestionVC++ dll to C++ Builder Pin
smsmfe29-Aug-07 21:06
smsmfe29-Aug-07 21:06 
AnswerRe: VC++ dll to C++ Builder Pin
eli1502197929-Aug-07 21:53
eli1502197929-Aug-07 21:53 
GeneralRe: VC++ dll to C++ Builder Pin
smsmfe29-Aug-07 22:34
smsmfe29-Aug-07 22:34 
GeneralRe: VC++ dll to C++ Builder Pin
eli1502197930-Aug-07 0:00
eli1502197930-Aug-07 0:00 
GeneralRe: VC++ dll to C++ Builder Pin
smsmfe30-Aug-07 1:02
smsmfe30-Aug-07 1:02 
GeneralRe: VC++ dll to C++ Builder Pin
eli1502197930-Aug-07 1:13
eli1502197930-Aug-07 1:13 
GeneralRe: VC++ dll to C++ Builder Pin
smsmfe30-Aug-07 1:18
smsmfe30-Aug-07 1:18 

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.