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

C / C++ / MFC

 
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 
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 
To start off, download www.winbond.com/PDF/sheet/w83627hf.pdf[^], if you do not have it already.

This PDF document tells you for the Winbond chip what information is available at what port address, so you can use InpOut32.DLL to read information, or to write settings. For example, look at figure 2.1 on page 23.

But this still does not tell you how to replace the MOV, MOV, INT instructions. As far as I know, the MOV, MOV, INT instructions are motherboard BIOS functions - if you can find out what these actually do (maybe from motherboard documentation), maybe you can use the W83627 documentation and get the same effect by using INPOUT32 to write to or read from ports.
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 
QuestionRe: need software for creating pad.xml Pin
David Crow30-Nov-05 2:58
David Crow30-Nov-05 2:58 
QuestionHow to distribute MFC VC++ programs? Pin
King Link29-Nov-05 16:07
King Link29-Nov-05 16:07 

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.