Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Cannot access #include files – “permission denied” [modified] Pin
Richard MacCutchan12-Mar-13 1:11
mveRichard MacCutchan12-Mar-13 1:11 
AnswerRe: Cannot access #include files – “permission denied” [modified] Pin
Orjan Westin12-Mar-13 1:13
professionalOrjan Westin12-Mar-13 1:13 
QuestionRe: Cannot access #include files – “permission denied” [modified] Pin
Richard MacCutchan12-Mar-13 2:18
mveRichard MacCutchan12-Mar-13 2:18 
QuestionBitmap creation from a buffer recived Pin
Member 990306512-Mar-13 0:26
Member 990306512-Mar-13 0:26 
AnswerRe: Bitmap creation from a buffer recived Pin
Richard MacCutchan12-Mar-13 1:13
mveRichard MacCutchan12-Mar-13 1:13 
Questionunable to register COM dll 64 bit Pin
Member 990306512-Mar-13 0:24
Member 990306512-Mar-13 0:24 
AnswerRe: unable to register COM dll 64 bit Pin
Richard MacCutchan12-Mar-13 1:15
mveRichard MacCutchan12-Mar-13 1:15 
AnswerRe: unable to register COM dll 64 bit Pin
dusty_dex12-Mar-13 5:16
dusty_dex12-Mar-13 5:16 
QuestionPlay Media File Pin
Member 990306512-Mar-13 0:23
Member 990306512-Mar-13 0:23 
AnswerRe: Play Media File Pin
Richard MacCutchan12-Mar-13 1:19
mveRichard MacCutchan12-Mar-13 1:19 
QuestionHow to find out if a file is loaded in memory? Pin
dliviu11-Mar-13 23:01
dliviu11-Mar-13 23:01 
AnswerRe: How to find out if a file is loaded in memory? Pin
CPallini11-Mar-13 23:27
mveCPallini11-Mar-13 23:27 
GeneralRe: How to find out if a file is loaded in memory? Pin
dliviu11-Mar-13 23:52
dliviu11-Mar-13 23:52 
GeneralRe: How to find out if a file is loaded in memory? Pin
CPallini11-Mar-13 23:58
mveCPallini11-Mar-13 23:58 
GeneralRe: How to find out if a file is loaded in memory? Pin
Stephen Hewitt16-Mar-13 13:34
Stephen Hewitt16-Mar-13 13:34 
GeneralRe: How to find out if a file is loaded in memory? Pin
CPallini17-Mar-13 5:09
mveCPallini17-Mar-13 5:09 
GeneralRe: How to find out if a file is loaded in memory? Pin
harold aptroot12-Mar-13 0:49
harold aptroot12-Mar-13 0:49 
GeneralRe: How to find out if a file is loaded in memory? Pin
dliviu12-Mar-13 0:54
dliviu12-Mar-13 0:54 
GeneralRe: How to find out if a file is loaded in memory? Pin
harold aptroot12-Mar-13 4:07
harold aptroot12-Mar-13 4:07 
GeneralRe: How to find out if a file is loaded in memory? Pin
Stephen Hewitt16-Mar-13 13:41
Stephen Hewitt16-Mar-13 13:41 
Each process has it's own address space so, in general, it's not possible to just run another instance and "point to them in the memory". If you're worried about DLL's and such beging loaded twice I'd leave the management of virtual memory up to the OS, it's smart enough to map the same physical page into multiple processes when possible.
 
Steve

GeneralRe: How to find out if a file is loaded in memory? Pin
dliviu16-Mar-13 20:37
dliviu16-Mar-13 20:37 
GeneralRe: How to find out if a file is loaded in memory? Pin
Stephen Hewitt17-Mar-13 16:16
Stephen Hewitt17-Mar-13 16:16 
GeneralRe: How to find out if a file is loaded in memory? Pin
Stephen Hewitt17-Mar-13 16:26
Stephen Hewitt17-Mar-13 16:26 
GeneralRe: How to find out if a file is loaded in memory? Pin
dliviu17-Mar-13 21:52
dliviu17-Mar-13 21:52 
AnswerRe: How to find out if a file is loaded in memory? Pin
jschell12-Mar-13 9:25
jschell12-Mar-13 9: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.