Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Breakpoint Pin
blue_rabbit3-Mar-07 20:08
blue_rabbit3-Mar-07 20:08 
GeneralRe: Breakpoint Pin
blue_rabbit3-Mar-07 22:57
blue_rabbit3-Mar-07 22:57 
QuestionCheck box in a menu Pin
Aryan S3-Mar-07 1:57
Aryan S3-Mar-07 1:57 
AnswerRe: Check box in a menu Pin
Hamid_RT3-Mar-07 6:54
Hamid_RT3-Mar-07 6:54 
Questionhow i create window at the center of the desktop in win32 Pin
amitmistry_petlad 3-Mar-07 0:15
amitmistry_petlad 3-Mar-07 0:15 
AnswerRe: how i create window at the center of the desktop in win32 Pin
prasad_som3-Mar-07 6:43
prasad_som3-Mar-07 6:43 
QuestionBorland C++ Pin
Kiethnt2-Mar-07 22:31
Kiethnt2-Mar-07 22:31 
AnswerRe: Borland C++ Pin
John R. Shaw2-Mar-07 23:23
John R. Shaw2-Mar-07 23:23 
The problem is that functions defined in the ‘bios.h’ (equivalent to MS ‘dos.h’) header file are used to access low level bios functionality (indirect assembly code). In other words, it is designed to talk to the computer at the bios (or machine) level. These functions usually need to be replaced with equivalent Win32 functions that you may need to write yourself. I know that there is a [free] driver on the Net that allows you to access this level (ring 0), because I have used it, but I do not remember what it is called.

Kiethnt wrote:
Could I rewrite a new application and then aopy these code again?


Well yes and no, in either case you will need to recompile the code and look at the errors (or warnings) and figure out how to do the equivalent in Win32


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

QuestionHow can I find the Sharedmem file mapping object name? Pin
black1662-Mar-07 21:17
black1662-Mar-07 21:17 
AnswerRe: How can I find the Sharedmem file mapping object name? Pin
Jun Du3-Mar-07 13:22
Jun Du3-Mar-07 13:22 
Questionback color of radio button :MFC Pin
prathuraj2-Mar-07 20:44
prathuraj2-Mar-07 20:44 
AnswerRe: back color of radio button :MFC Pin
Rajesh R Subramanian2-Mar-07 21:08
professionalRajesh R Subramanian2-Mar-07 21:08 
AnswerRe: back color of radio button :MFC Pin
toxcct3-Mar-07 0:04
toxcct3-Mar-07 0:04 
AnswerRe: back color of radio button :MFC Pin
Hamid_RT3-Mar-07 0:29
Hamid_RT3-Mar-07 0:29 
Questionback color of radio button :MFC Pin
prathuraj2-Mar-07 20:43
prathuraj2-Mar-07 20:43 
AnswerRe: back color of radio button :MFC Pin
Hamid_RT3-Mar-07 0:27
Hamid_RT3-Mar-07 0:27 
QuestionHandling of ESCAPE and RETURN Pin
Vancouver2-Mar-07 20:40
Vancouver2-Mar-07 20:40 
AnswerRe: Handling of ESCAPE and RETURN Pin
prasad_som3-Mar-07 2:48
prasad_som3-Mar-07 2:48 
GeneralRe: Handling of ESCAPE and RETURN Pin
Vancouver3-Mar-07 10:01
Vancouver3-Mar-07 10:01 
AnswerRe: Handling of ESCAPE and RETURN Pin
karle3-Mar-07 7:27
karle3-Mar-07 7:27 
Questionradio button color Pin
prathuraj2-Mar-07 20:19
prathuraj2-Mar-07 20:19 
AnswerRe: radio button color Pin
Hamid_RT2-Mar-07 20:27
Hamid_RT2-Mar-07 20:27 
GeneralRe: radio button color -- how Pin
prathuraj2-Mar-07 22:01
prathuraj2-Mar-07 22:01 
GeneralRe: radio button color -- how Pin
Hamid_RT3-Mar-07 0:27
Hamid_RT3-Mar-07 0:27 
GeneralRe: radio button color -- how Pin
prathuraj3-Mar-07 18:06
prathuraj3-Mar-07 18:06 

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.