Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: XP, ImageLists and TreeViews Pin
Shog91-Mar-02 6:13
sitebuilderShog91-Mar-02 6:13 
GeneralRe: XP, ImageLists and TreeViews Pin
Simon Steele1-Mar-02 7:12
Simon Steele1-Mar-02 7:12 
GeneralTrouble Pin
---Ranger---28-Feb-02 11:34
---Ranger---28-Feb-02 11:34 
GeneralRe: Trouble Pin
Tim Smith28-Feb-02 11:49
Tim Smith28-Feb-02 11:49 
GeneralRe: Trouble Pin
Christian Graus28-Feb-02 11:57
protectorChristian Graus28-Feb-02 11:57 
GeneralTrouble Pin
---Ranger---28-Feb-02 12:27
---Ranger---28-Feb-02 12:27 
GeneralRe: Trouble Pin
Christian Graus28-Feb-02 12:34
protectorChristian Graus28-Feb-02 12:34 
GeneralRe: Trouble Pin
alex.barylski28-Feb-02 12:49
alex.barylski28-Feb-02 12:49 
I'm thinking what you want to tinker with isn't process memory, so neither WriteProcessMemory or pointers will work. Your probably gonna have to get at system memory. These bios specs are possibly in the CMOS...but to access CMOS you need to use in/out cpu instructions which cause exceptions I think when running under ring 3(protected mode). Which windows applications run under. You gonna have to use a device driver i'd think.

It works under delphi..??? Is your delphi app compiled into win32 PE..??? Thats weird that it would work...i'm pretty sure your poking system memory, not process...so unless your delphi app is running as a dos/console/win16 type app it shouldn't be able to read system memory.

Cheers

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralRe: Trouble Pin
28-Feb-02 12:55
suss28-Feb-02 12:55 
GeneralRe: Trouble Pin
alex.barylski28-Feb-02 12:42
alex.barylski28-Feb-02 12:42 
GeneralRe: Trouble Pin
28-Feb-02 13:01
suss28-Feb-02 13:01 
GeneralRe: Trouble Pin
28-Feb-02 13:07
suss28-Feb-02 13:07 
GeneralRe: Trouble Pin
alex.barylski28-Feb-02 13:42
alex.barylski28-Feb-02 13:42 
GeneralRe: To get mbd type try... Pin
Atul Dharne28-Feb-02 16:36
Atul Dharne28-Feb-02 16:36 
GeneralRe: Trouble Pin
Nish Nishant28-Feb-02 14:08
sitebuilderNish Nishant28-Feb-02 14:08 
Generalcreating a window from dll Pin
Tim Rymer28-Feb-02 11:26
Tim Rymer28-Feb-02 11:26 
GeneralRe: creating a window from dll Pin
Joaquín M López Muñoz28-Feb-02 12:32
Joaquín M López Muñoz28-Feb-02 12:32 
GeneralRe: creating a window from dll Pin
alex.barylski28-Feb-02 12:56
alex.barylski28-Feb-02 12:56 
GeneralMaking simple COM object ! Pin
Hadi Rezaee28-Feb-02 11:24
Hadi Rezaee28-Feb-02 11:24 
GeneralRe: Making simple COM object ! Pin
Nemanja Trifunovic28-Feb-02 11:35
Nemanja Trifunovic28-Feb-02 11:35 
GeneralOpenGL: Lighting Pin
28-Feb-02 10:58
suss28-Feb-02 10:58 
Questionis this possible? Pin
jafrazee28-Feb-02 9:44
jafrazee28-Feb-02 9:44 
AnswerRe: is this possible? Pin
alex.barylski28-Feb-02 9:52
alex.barylski28-Feb-02 9:52 
AnswerRe: is this possible? Pin
Tim Deveaux28-Feb-02 9:55
Tim Deveaux28-Feb-02 9:55 
GeneralRe: is this possible? Pin
alex.barylski28-Feb-02 10:00
alex.barylski28-Feb-02 10:00 

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.