Click here to Skip to main content
16,006,766 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Retrieve program location Pin
Joaquín M López Muñoz13-Feb-02 3:29
Joaquín M López Muñoz13-Feb-02 3:29 
GeneralRe: Retrieve program location Pin
radix13-Feb-02 15:06
radix13-Feb-02 15:06 
GeneralBuild project Pin
Kishore Ratna P13-Feb-02 3:10
Kishore Ratna P13-Feb-02 3:10 
GeneralRe: Build project Pin
Nish Nishant13-Feb-02 3:15
sitebuilderNish Nishant13-Feb-02 3:15 
GeneralSafe Array and COM + Pin
13-Feb-02 3:13
suss13-Feb-02 3:13 
GeneralRe: Safe Array and COM + Pin
Matt Philmon13-Feb-02 15:47
Matt Philmon13-Feb-02 15:47 
QuestionInterupts...???? Pin
alex.barylski13-Feb-02 2:58
alex.barylski13-Feb-02 2:58 
AnswerRe: Interupts...???? Pin
Nish Nishant13-Feb-02 3:11
sitebuilderNish Nishant13-Feb-02 3:11 
You can use DeviceIoControl to do a lot of stuff that you used to use interupts in DOS for. I am not sure of the details. Some time ago I wrote an app [for Win 95/98/ME] that made INT 13h calls to read/write floppy disk sectors. I can't remember the details. I remember meaning then to write an article for CP but then forgot about it. I remember something about a vxd that worked in 98/85/ME.

For NT/2000 I had to write separate functions using CreateFile and opeing the floppy as a file. But that didnt let me access the 80th [81st one]track and we had to make some changes to the 98/ME/95 version to use the 79th [80th] track.

Nish

Nish was here, now Nish has gone;
He left his soul, to turn you on;
Those who knew Nish, knew him well;
Those who didn't, can go to hell.


I like to Jig | [Dance] on the Code Project

Sonork ID 100.9786 voidmain
www.busterboy.org
GeneralRe: Interupts...???? Pin
alex.barylski13-Feb-02 4:12
alex.barylski13-Feb-02 4:12 
QuestionFont size? Pin
JCY13-Feb-02 2:52
JCY13-Feb-02 2:52 
AnswerRe: Font size? Pin
alex.barylski13-Feb-02 2:59
alex.barylski13-Feb-02 2:59 
AnswerRe: Font size? Pin
Ravi Bhavnani13-Feb-02 3:00
professionalRavi Bhavnani13-Feb-02 3:00 
GeneralRenaming a file Pin
13-Feb-02 1:58
suss13-Feb-02 1:58 
GeneralRe: Renaming a file Pin
alex.barylski13-Feb-02 2:03
alex.barylski13-Feb-02 2:03 
GeneralRe: Renaming a file Pin
Mazdak13-Feb-02 2:13
Mazdak13-Feb-02 2:13 
GeneralRe: Renaming a file Pin
Nish Nishant13-Feb-02 2:18
sitebuilderNish Nishant13-Feb-02 2:18 
GeneralCommand Line and GUI Pin
13-Feb-02 1:46
suss13-Feb-02 1:46 
GeneralRe: Command Line and GUI Pin
alex.barylski13-Feb-02 2:02
alex.barylski13-Feb-02 2:02 
GeneralRe: Command Line and GUI Pin
Josh Knox (disabled)13-Feb-02 6:43
Josh Knox (disabled)13-Feb-02 6:43 
General::OpenPrinter() - Help !!! Pin
13-Feb-02 1:09
suss13-Feb-02 1:09 
GeneralRe: ::OpenPrinter() - Help !!! Pin
Shog913-Feb-02 7:16
sitebuilderShog913-Feb-02 7:16 
GeneralRe: ::OpenPrinter() - Help !!! Pin
13-Feb-02 21:36
suss13-Feb-02 21:36 
GeneralProblem getting to Event Procedure for a SubClassed Control Pin
MJ_Karas12-Feb-02 19:47
MJ_Karas12-Feb-02 19:47 
GeneralRe: Problem getting to Event Procedure for a SubClassed Control Pin
Kashif Manzoor12-Feb-02 22:33
Kashif Manzoor12-Feb-02 22:33 
GeneralRe: Problem getting to Event Procedure for a SubClassed Control Pin
Joaquín M López Muñoz12-Feb-02 23:20
Joaquín M López Muñoz12-Feb-02 23: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.