Click here to Skip to main content
15,924,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is Thread? Pin
Cmania14-Nov-06 19:04
Cmania14-Nov-06 19:04 
AnswerRe: What is Thread? Pin
Christian Graus14-Nov-06 19:08
protectorChristian Graus14-Nov-06 19:08 
AnswerRe: What is Thread? Pin
Monty214-Nov-06 19:13
Monty214-Nov-06 19:13 
GeneralRe: What is Thread? Pin
Cmania14-Nov-06 20:58
Cmania14-Nov-06 20:58 
GeneralRe: What is Thread? Pin
Hamid_RT15-Nov-06 7:30
Hamid_RT15-Nov-06 7:30 
AnswerRe: What is Thread? Pin
switang17-Nov-06 3:42
switang17-Nov-06 3:42 
QuestionAbout DLL mapping Pin
Cmania14-Nov-06 18:57
Cmania14-Nov-06 18:57 
AnswerRe: About DLL mapping Pin
Stephen Hewitt14-Nov-06 19:04
Stephen Hewitt14-Nov-06 19:04 
wasim ahmad bhat wrote:
1. A DLL is loaded into memory only when it is absent.

  True.

wasim ahmad bhat wrote:
2. A process after loading DLL into memory creates an instance of its DLL-Data meant for the process itself(acopy of DLL-data).

  True, for the most part. If a section in the DLL is marked as shared the data in that section is shared among all the process that have that DLL loaded.

wasim ahmad bhat wrote:
3. For new every process using DLL there exists a new instance of data for it.

  Again, mostly true. The same exception in the case of shared sections exists.

wasim ahmad bhat wrote:
4. The code of DLL is not duplicated or Re-Located and at any instance of time a DLL uses data instance of the process associated at thet time.

  Not true. The data isn't duplicated but when the DLL is first loaded it may need to be relocated if the address range it expects isn't available.



Steve

GeneralRe: About DLL mapping Pin
Cmania14-Nov-06 21:07
Cmania14-Nov-06 21:07 
QuestionNeed VC++ code to verify the XML digital signature Pin
Prinky14-Nov-06 18:52
Prinky14-Nov-06 18:52 
AnswerRe: Need VC++ code to verify the XML digital signature Pin
Christian Graus14-Nov-06 19:09
protectorChristian Graus14-Nov-06 19:09 
GeneralRe: Need VC++ code to verify the XML digital signature Pin
Prinky14-Nov-06 19:45
Prinky14-Nov-06 19:45 
GeneralRe: Need VC++ code to verify the XML digital signature Pin
Christian Graus14-Nov-06 19:47
protectorChristian Graus14-Nov-06 19:47 
Questionenum { IDD = IDD_DIALOG}; Pin
Kiran Pinjala14-Nov-06 18:23
Kiran Pinjala14-Nov-06 18:23 
AnswerRe: enum { IDD = IDD_DIALOG}; Pin
Stephen Hewitt14-Nov-06 18:58
Stephen Hewitt14-Nov-06 18:58 
GeneralRe: enum { IDD = IDD_DIALOG}; Pin
Nibu babu thomas14-Nov-06 21:05
Nibu babu thomas14-Nov-06 21:05 
GeneralRe: enum { IDD = IDD_DIALOG}; Pin
Stephen Hewitt15-Nov-06 11:51
Stephen Hewitt15-Nov-06 11:51 
GeneralRe: enum { IDD = IDD_DIALOG}; Pin
Nibu babu thomas16-Nov-06 16:43
Nibu babu thomas16-Nov-06 16:43 
AnswerRe: enum { IDD = IDD_DIALOG}; Pin
Steve Echols14-Nov-06 19:42
Steve Echols14-Nov-06 19:42 
AnswerRe: enum { IDD = IDD_DIALOG}; Pin
benjymous14-Nov-06 22:19
benjymous14-Nov-06 22:19 
GeneralRe: enum { IDD = IDD_DIALOG}; Pin
TheCPUWizard9-Mar-22 1:44
TheCPUWizard9-Mar-22 1:44 
QuestionWinSock client locking up all tcp/ip traffic on local machine Pin
Avad14-Nov-06 18:06
Avad14-Nov-06 18:06 
AnswerRe: WinSock client locking up all tcp/ip traffic on local machine Pin
paulgafa14-Nov-06 21:15
paulgafa14-Nov-06 21:15 
Question[Message Deleted] Pin
Sreejithg198414-Nov-06 17:38
Sreejithg198414-Nov-06 17:38 
AnswerRe: Make transparent windows Pin
Cmania14-Nov-06 18:21
Cmania14-Nov-06 18:21 

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.