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

C / C++ / MFC

 
GeneralRe: help with array in C Pin
Luc Pattyn14-Apr-10 10:42
sitebuilderLuc Pattyn14-Apr-10 10:42 
GeneralRe: help with array in C Pin
CPallini14-Apr-10 11:06
mveCPallini14-Apr-10 11:06 
AnswerRe: help with array in C Pin
ThatsAlok14-Apr-10 18:20
ThatsAlok14-Apr-10 18:20 
AnswerRe: help with array in C Pin
Stuart Dootson14-Apr-10 21:55
professionalStuart Dootson14-Apr-10 21:55 
AnswerRe: help with array in C Pin
Farraj15-Apr-10 14:26
Farraj15-Apr-10 14:26 
QuestionInline Assembly with Visual C++ 2008 Pin
aurelcly14-Apr-10 8:55
aurelcly14-Apr-10 8:55 
AnswerRe: Inline Assembly with Visual C++ 2008 Pin
Luc Pattyn14-Apr-10 9:31
sitebuilderLuc Pattyn14-Apr-10 9:31 
AnswerRe: Inline Assembly with Visual C++ 2008 Pin
Michel Godfroid14-Apr-10 12:11
Michel Godfroid14-Apr-10 12:11 
Yes, I remember MS-DOS fondly. The Interrupt Vector Table was sitting at 0000:0000 to 0000:0400. Sorry to disappoint you, but things have changed a bit in the last 20 years or so.
I assume you're not programming for WinMe Laugh | :laugh: (I think that was the last operating system that supported this) or the 16-bit VDM (Which was probably disposed of in Windows Vista??) If you are, try to lay hands on an old copy of Visual C++. I think the GNU C compiler can still generate 16 bit code for real mode.

Have a look at this: Get interrupt vector information in Windows[^]
(This is probably only valid for 32-bit versions of Windows, the ULONG's look suspiciously short, but you'll probably find all the info in the latest and greatest DDK -- too lazy to look it up).

Oh, yes, before you ask (I just know this is coming): you cannot change this IDT, except in a device driver.
QuestionWhitebox Testing Pin
Super Hornet14-Apr-10 6:08
Super Hornet14-Apr-10 6:08 
AnswerRe: Whitebox Testing Pin
«_Superman_»14-Apr-10 8:04
professional«_Superman_»14-Apr-10 8:04 
GeneralRe: Whitebox Testing Pin
Super Hornet22-Apr-10 3:39
Super Hornet22-Apr-10 3:39 
QuestionRe: Whitebox Testing Pin
CPallini14-Apr-10 9:00
mveCPallini14-Apr-10 9:00 
AnswerRe: Whitebox Testing Pin
Super Hornet22-Apr-10 3:35
Super Hornet22-Apr-10 3:35 
AnswerRe: Whitebox Testing Pin
ThatsAlok14-Apr-10 18:22
ThatsAlok14-Apr-10 18:22 
GeneralRe: Whitebox Testing Pin
Super Hornet22-Apr-10 3:38
Super Hornet22-Apr-10 3:38 
QuestionWorker thread Pin
msr_codeproject14-Apr-10 3:18
msr_codeproject14-Apr-10 3:18 
QuestionRe: Worker thread Pin
CPallini14-Apr-10 3:24
mveCPallini14-Apr-10 3:24 
AnswerRe: Worker thread Pin
msr_codeproject14-Apr-10 3:30
msr_codeproject14-Apr-10 3:30 
GeneralRe: Worker thread Pin
Cedric Moonen14-Apr-10 4:16
Cedric Moonen14-Apr-10 4:16 
GeneralRe: Worker thread Pin
Maximilien14-Apr-10 4:44
Maximilien14-Apr-10 4:44 
GeneralRe: Worker thread Pin
CPallini14-Apr-10 5:15
mveCPallini14-Apr-10 5:15 
GeneralRe: Worker thread Pin
Maximilien14-Apr-10 5:17
Maximilien14-Apr-10 5:17 
GeneralRe: Worker thread Pin
CPallini14-Apr-10 5:28
mveCPallini14-Apr-10 5:28 
JokeRe: Worker thread Pin
Code-o-mat14-Apr-10 5:55
Code-o-mat14-Apr-10 5:55 
AnswerRe: Worker thread Pin
KarstenK14-Apr-10 3:34
mveKarstenK14-Apr-10 3:34 

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.