Click here to Skip to main content
15,879,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: mfc dll <-> app communication Pin
eXplodus21-Apr-03 4:14
eXplodus21-Apr-03 4:14 
GeneralRe: mfc dll <-> app communication Pin
Bartosz Bien21-Apr-03 4:24
Bartosz Bien21-Apr-03 4:24 
GeneralRe: mfc dll <-> app communication Pin
eXplodus21-Apr-03 6:00
eXplodus21-Apr-03 6:00 
GeneralGetting Ethernet Card ID Pin
Toni7819-Apr-03 11:08
Toni7819-Apr-03 11:08 
GeneralRe: Getting Ethernet Card ID Pin
Phil Hamer19-Apr-03 16:38
Phil Hamer19-Apr-03 16:38 
GeneralRe: Getting Ethernet Card ID Pin
Toni7821-Apr-03 11:29
Toni7821-Apr-03 11:29 
GeneralReading BIOS Pin
Toni7819-Apr-03 11:03
Toni7819-Apr-03 11:03 
GeneralRe: Reading BIOS Pin
alex.barylski19-Apr-03 14:22
alex.barylski19-Apr-03 14:22 
I'm not totally sure, but I think under WIN32 you would raise an exception when you tried to access BIOS while running under protected mode. Protected mode is what applications all run under. When apps need resources like perhaps what your requesting, a device driver is needed and a task switch is performed (i believe) where for a small period of time the device driver code gets to run in a un-restricted environment (Starting with the 80x386/286??? CPU's could run in several different states, virtual, protected, etc...it's been a while since I glanced at my assembly books Smile | :) please forgive any technical discrepancies )

Anyways...I recall reading in a book once that bios parameters were accessed using the IO asm instructions IN/OUT and for some reason PORT 78h or something rings a bell...so you might wanna check that out.

I'll dig through my library and try and find the book i have that actually shows you how to read from the bios, however it will only work under DOS.

Cheers

"Two wrongs don't make a right, but three lefts do!" - Alex Barylski Smile | :)
GeneralRe: Reading BIOS Pin
Toni7819-Apr-03 14:51
Toni7819-Apr-03 14:51 
GeneralRe: Reading BIOS Pin
John M. Drescher19-Apr-03 21:03
John M. Drescher19-Apr-03 21:03 
GeneralRe: Reading BIOS Pin
Toni7821-Apr-03 11:30
Toni7821-Apr-03 11:30 
GeneralRe: Reading BIOS Pin
John M. Drescher22-Apr-03 4:27
John M. Drescher22-Apr-03 4:27 
GeneralProblem with MAPI Pin
Atlence19-Apr-03 8:16
Atlence19-Apr-03 8:16 
GeneralSend Message Pin
Zygmunt19-Apr-03 7:44
Zygmunt19-Apr-03 7:44 
GeneralRe: Send Message Pin
Rickard Andersson2019-Apr-03 8:01
Rickard Andersson2019-Apr-03 8:01 
GeneralRe: Send Message Pin
David Crow21-Apr-03 3:28
David Crow21-Apr-03 3:28 
QuestionCan not print in Landscape Mode Pin
ATC19-Apr-03 6:32
ATC19-Apr-03 6:32 
AnswerRe: Can not print in Landscape Mode Pin
Paolo Messina19-Apr-03 9:20
professionalPaolo Messina19-Apr-03 9:20 
GeneralRe: Can not print in Landscape Mode Pin
ATC19-Apr-03 11:33
ATC19-Apr-03 11:33 
GeneralRe: Can not print in Landscape Mode Pin
Paolo Messina19-Apr-03 11:55
professionalPaolo Messina19-Apr-03 11:55 
GeneralRe: Can not print in Landscape Mode Pin
ATC19-Apr-03 12:36
ATC19-Apr-03 12:36 
GeneralRe: Can not print in Landscape Mode Pin
Bartosz Bien20-Apr-03 4:41
Bartosz Bien20-Apr-03 4:41 
GeneralRe: Can not print in Landscape Mode Pin
ATC20-Apr-03 5:34
ATC20-Apr-03 5:34 
GeneralRe: With your helps, it works now! Pin
ATC22-Apr-03 9:03
ATC22-Apr-03 9:03 
GeneralSplitterWnd - Moving the bar Pin
Shutter19-Apr-03 5:26
Shutter19-Apr-03 5:26 

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.