Click here to Skip to main content
15,918,268 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to differentiate MFC functions and SDK Pin
toxcct30-Nov-05 2:30
toxcct30-Nov-05 2:30 
JokeRe: How to differentiate MFC functions and SDK Pin
Eytukan30-Nov-05 3:55
Eytukan30-Nov-05 3:55 
AnswerRe: How to differentiate MFC functions and SDK Pin
ThatsAlok30-Nov-05 2:31
ThatsAlok30-Nov-05 2:31 
AnswerRe: How to differentiate MFC functions and SDK Pin
David Crow30-Nov-05 2:48
David Crow30-Nov-05 2:48 
QuestionHow to implement it in XP? Pin
LaHaHa29-Nov-05 19:14
LaHaHa29-Nov-05 19:14 
AnswerRe: How to implement it in XP? Pin
normanS30-Nov-05 18:50
normanS30-Nov-05 18:50 
GeneralRe: How to implement it in XP? Pin
LaHaHa30-Nov-05 20:59
LaHaHa30-Nov-05 20:59 
GeneralRe: How to implement it in XP? Pin
normanS1-Dec-05 18:27
normanS1-Dec-05 18:27 
My guess would be that there are 2 options - see if you can use the exact assembler code you list (MOV, MOV, INT), or else find out what the calls actually do, and try to repeat that functionality using C++.

This article http://www.codeproject.com/cpp/extasm.asp[^] has examples on how to include assembly statements into your code. There are restrictions on what you have privilege to do as a "normal" program (i.e. not part of the kernel) but I can not remember that stuff any more. If you want some ideas, look at http://www.codeproject.com/system/soviet_kernel_hack.asp[^] - I have no idea what that article means, though!!!

Trying to find out what the code actually does may be easier, as long as the system is not too old. What documentation do you have? The programmer's guide for the PC, which should be available if you are trying to use features which are specific to the PC, should have this information.
GeneralRe: How to implement it in XP? Pin
LaHaHa1-Dec-05 20:32
LaHaHa1-Dec-05 20:32 
GeneralRe: How to implement it in XP? Pin
normanS2-Dec-05 1:41
normanS2-Dec-05 1:41 
GeneralRe: How to implement it in XP? Pin
LaHaHa2-Dec-05 4:27
LaHaHa2-Dec-05 4:27 
GeneralRe: How to implement it in XP? Pin
normanS4-Dec-05 18:17
normanS4-Dec-05 18:17 
GeneralRe: How to implement it in XP? Pin
LaHaHa4-Dec-05 19:58
LaHaHa4-Dec-05 19:58 
GeneralRe: How to implement it in XP? Pin
normanS4-Dec-05 23:52
normanS4-Dec-05 23:52 
GeneralRe: How to implement it in XP? Pin
LaHaHa5-Dec-05 2:17
LaHaHa5-Dec-05 2:17 
QuestionDLL related Pin
Amol Ravatale29-Nov-05 18:16
Amol Ravatale29-Nov-05 18:16 
AnswerRe: DLL related Pin
sunit529-Nov-05 18:47
sunit529-Nov-05 18:47 
QuestionRe: DLL related Pin
Amol Ravatale29-Nov-05 23:39
Amol Ravatale29-Nov-05 23:39 
AnswerRe: DLL related Pin
kakan29-Nov-05 19:57
professionalkakan29-Nov-05 19:57 
AnswerRe: DLL related Pin
Amol Ravatale29-Nov-05 22:55
Amol Ravatale29-Nov-05 22:55 
AnswerRe: DLL related Pin
vikas amin29-Nov-05 23:08
vikas amin29-Nov-05 23:08 
QuestionHi all, I want to save and load a html file...iam using CHtmlEditDoc::OnSaveDocument but i wanted to store the images as well as the script..is there any sample program available to store the html file. Pin
swarnamanoo29-Nov-05 18:04
swarnamanoo29-Nov-05 18:04 
Questionneed software for creating pad.xml Pin
includeh1029-Nov-05 17:33
includeh1029-Nov-05 17:33 
AnswerRe: need software for creating pad.xml Pin
Rajesh R Subramanian29-Nov-05 20:36
professionalRajesh R Subramanian29-Nov-05 20:36 
AnswerRe: need software for creating pad.xml Pin
ThatsAlok30-Nov-05 2:20
ThatsAlok30-Nov-05 2:20 

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.