Click here to Skip to main content
15,923,376 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Newbie Image Help Pin
Christian Graus12-Dec-01 13:12
protectorChristian Graus12-Dec-01 13:12 
GeneralRe: Newbie Image Help Pin
Joaquín M López Muñoz12-Dec-01 11:55
Joaquín M López Muñoz12-Dec-01 11:55 
GeneralRe: Newbie Image Help Pin
12-Dec-01 12:53
suss12-Dec-01 12:53 
GeneralRe: Newbie Image Help Pin
Christian Graus12-Dec-01 13:18
protectorChristian Graus12-Dec-01 13:18 
GeneralRe: Newbie Image Help Pin
13-Dec-01 12:11
suss13-Dec-01 12:11 
QuestionHow to launch an executable directly from memory? Pin
John Osborn12-Dec-01 8:39
John Osborn12-Dec-01 8:39 
AnswerRe: How to launch an executable directly from memory? Pin
Joaquín M López Muñoz12-Dec-01 9:22
Joaquín M López Muñoz12-Dec-01 9:22 
GeneralRe: How to launch an executable directly from memory? Pin
John Osborn12-Dec-01 13:26
John Osborn12-Dec-01 13:26 
Yes, it does look pretty tricky. The system apparently creates a process kernal object, then a 4-GB address space for the process, and maps the exe file into the address space. Then it calls LoadLibrary on each of the dlls listed in the exe file and does some address fixups when necessary. In short, this is quickly becoming very complicated. What I need is something like a CreateProcess that takes a memory address instead of a filename. Or, maybe even better, a way to create a virtual disk drive in memory and just do a file copy to the virtual drive and use CreateProcess or ShellExecute. Have you heard of any virtual disk drive programs for Win2000? I know that they are available for MS-DOS.
GeneralIs it possible to change bmp in executable Pin
SAK12-Dec-01 7:36
SAK12-Dec-01 7:36 
GeneralRe: Is it possible to change bmp in executable Pin
Rick York12-Dec-01 7:58
mveRick York12-Dec-01 7:58 
GeneralRe: Is it possible to change bmp in executable Pin
Ernest Laurentin12-Dec-01 7:59
Ernest Laurentin12-Dec-01 7:59 
GeneralRe: Is it possible to change bmp in executable Pin
Alvaro Mendez12-Dec-01 8:06
Alvaro Mendez12-Dec-01 8:06 
GeneralProblem with ActiveX Pin
12-Dec-01 7:00
suss12-Dec-01 7:00 
GeneralRe: Problem with ActiveX Pin
Ernest Laurentin12-Dec-01 8:32
Ernest Laurentin12-Dec-01 8:32 
GeneralRe: Problem with ActiveX Pin
13-Dec-01 5:38
suss13-Dec-01 5:38 
GeneralRe: Problem with ActiveX Pin
Ernest Laurentin13-Dec-01 5:51
Ernest Laurentin13-Dec-01 5:51 
GeneralRe: Problem with ActiveX Pin
13-Dec-01 6:19
suss13-Dec-01 6:19 
GeneralRe: Problem with ActiveX Pin
14-Dec-01 4:20
suss14-Dec-01 4:20 
GeneralRuntime video Codec chose Pin
12-Dec-01 6:47
suss12-Dec-01 6:47 
GeneralRe: Runtime video Codec chose Pin
Un114-Apr-02 4:22
Un114-Apr-02 4:22 
QuestionHow to tell it's a text file or a rich text file in CRichEditView? Pin
davilism12-Dec-01 6:31
davilism12-Dec-01 6:31 
AnswerRe: How to tell it's a text file or a rich text file in CRichEditView? Pin
Bill Wilson12-Dec-01 12:43
Bill Wilson12-Dec-01 12:43 
QuestionInsert property page after pr.-Sheet created? Pin
Thomas Blenkers12-Dec-01 6:25
Thomas Blenkers12-Dec-01 6:25 
AnswerRe: Insert property page after pr.-Sheet created? Pin
Joaquín M López Muñoz12-Dec-01 6:37
Joaquín M López Muñoz12-Dec-01 6:37 
GeneralRe: Insert property page after pr.-Sheet created? Pin
Thomas Blenkers12-Dec-01 10:29
Thomas Blenkers12-Dec-01 10:29 

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.