Click here to Skip to main content
15,916,842 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCFile/MFC Pin
jasmine_12321-Jul-08 19:09
jasmine_12321-Jul-08 19:09 
AnswerRe: CFile/MFC Pin
Rajkumar R21-Jul-08 19:15
Rajkumar R21-Jul-08 19:15 
AnswerRe: CFile/MFC Pin
Naveen21-Jul-08 19:17
Naveen21-Jul-08 19:17 
QuestionDetermining the Global Location of a Computer Pin
Bram van Kampen21-Jul-08 14:44
Bram van Kampen21-Jul-08 14:44 
AnswerRe: Determining the Global Location of a Computer Pin
Garth J Lancaster21-Jul-08 16:28
professionalGarth J Lancaster21-Jul-08 16:28 
GeneralRe: Determining the Global Location of a Computer Pin
Bram van Kampen25-Jul-08 13:57
Bram van Kampen25-Jul-08 13:57 
GeneralRe: Determining the Global Location of a Computer Pin
Bram van Kampen25-Jul-08 16:08
Bram van Kampen25-Jul-08 16:08 
QuestionHow do you load a .DLL multiple times into different memory spaces? Pin
sludgenz21-Jul-08 13:53
sludgenz21-Jul-08 13:53 
Hi,

I want to be able to dynamically load a library dynamically. Easy right? Just use LoadLibrary(). The problem is that I want to be able to load the library into separate memory spaces each time (e.g. I don't want each loading instance to share the same global variables). Calling LoadLibrary() twice within the same process just returns you back the same handle.
Any help would be greatly appreciated.

Thanks.
AnswerRe: How do you load a .DLL multiple times into different memory spaces? Pin
Stephen Hewitt21-Jul-08 13:59
Stephen Hewitt21-Jul-08 13:59 
AnswerRe: How do you load a .DLL multiple times into different memory spaces? Pin
Saurabh.Garg21-Jul-08 14:28
Saurabh.Garg21-Jul-08 14:28 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
sludgenz21-Jul-08 15:39
sludgenz21-Jul-08 15:39 
AnswerRe: How do you load a .DLL multiple times into different memory spaces? Pin
Bram van Kampen21-Jul-08 14:52
Bram van Kampen21-Jul-08 14:52 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
sludgenz21-Jul-08 15:37
sludgenz21-Jul-08 15:37 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
Luc Pattyn21-Jul-08 15:52
sitebuilderLuc Pattyn21-Jul-08 15:52 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
sludgenz21-Jul-08 16:03
sludgenz21-Jul-08 16:03 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
Stephen Hewitt21-Jul-08 17:01
Stephen Hewitt21-Jul-08 17:01 
AnswerRe: How do you load a .DLL multiple times into different memory spaces? Pin
Stephen Hewitt21-Jul-08 17:36
Stephen Hewitt21-Jul-08 17:36 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
sludgenz21-Jul-08 17:56
sludgenz21-Jul-08 17:56 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
Stephen Hewitt21-Jul-08 18:06
Stephen Hewitt21-Jul-08 18:06 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
sludgenz21-Jul-08 18:20
sludgenz21-Jul-08 18:20 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
Stephen Hewitt21-Jul-08 18:24
Stephen Hewitt21-Jul-08 18:24 
AnswerRe: How do you load a .DLL multiple times into different memory spaces? Pin
Joe Woodbury21-Jul-08 18:29
professionalJoe Woodbury21-Jul-08 18:29 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
Stephen Hewitt21-Jul-08 20:01
Stephen Hewitt21-Jul-08 20:01 
GeneralRe: How do you load a .DLL multiple times into different memory spaces? Pin
Joe Woodbury21-Jul-08 20:08
professionalJoe Woodbury21-Jul-08 20:08 
Questionquestion about a MKV block. Pin
kcynic21-Jul-08 13:51
kcynic21-Jul-08 13:51 

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.