Click here to Skip to main content
15,909,530 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralXP Style Pin
Ajesh kumar17-Jan-03 0:12
Ajesh kumar17-Jan-03 0:12 
Generalmemory allocation Pin
Paul Silvernail17-Jan-03 0:09
Paul Silvernail17-Jan-03 0:09 
GeneralRe: memory allocation Pin
Hesham Amin17-Jan-03 2:54
Hesham Amin17-Jan-03 2:54 
GeneralRe: memory allocation Pin
AlexO17-Jan-03 2:59
AlexO17-Jan-03 2:59 
GeneralRe: memory allocation Pin
Paul Silvernail17-Jan-03 6:28
Paul Silvernail17-Jan-03 6:28 
GeneralRe: memory allocation Pin
AlexO17-Jan-03 6:47
AlexO17-Jan-03 6:47 
GeneralRe: memory allocation Pin
Paul Silvernail17-Jan-03 10:06
Paul Silvernail17-Jan-03 10:06 
GeneralUrgent __asm question Pin
yektoop17-Jan-03 0:05
yektoop17-Jan-03 0:05 
Hi guys,

when I use out assembly like this
//MSDN Sample
__asm
{
mov al, 2
mov dx, 0xD007
out dx, al
}

in a function, every thing is ok and run under 98
but when I run this in Windows2000 I get error like:
Unhangled exeption in Test.exe : 0xc0000096: Privilaged Instruction.

please tell me , what I must do?
My program must work under win2000

Thanx before.

GeneralRe: Urgent __asm question Pin
geo_m17-Jan-03 0:15
geo_m17-Jan-03 0:15 
GeneralRe: Urgent __asm question Pin
peterchen17-Jan-03 1:14
peterchen17-Jan-03 1:14 
Generalxx Pin
Anonymous16-Jan-03 23:17
Anonymous16-Jan-03 23:17 
GeneralRe: xx Pin
Anonymous16-Jan-03 23:18
Anonymous16-Jan-03 23:18 
GeneralRe: xx Pin
Rage16-Jan-03 23:26
professionalRage16-Jan-03 23:26 
GeneralRe: xx Pin
Christian Graus16-Jan-03 23:34
protectorChristian Graus16-Jan-03 23:34 
GeneralAssign Shortcut in DevStudio Macro Pin
peterchen16-Jan-03 23:10
peterchen16-Jan-03 23:10 
GeneralVertical rebar bands stretching Pin
Bartosz Bien16-Jan-03 23:11
Bartosz Bien16-Jan-03 23:11 
GeneralLOCK System Pin
suresh_sathya16-Jan-03 22:23
suresh_sathya16-Jan-03 22:23 
GeneralRe: LOCK System Pin
xxhimanshu17-Jan-03 0:22
xxhimanshu17-Jan-03 0:22 
GeneralTreeCtrl & SetitemData Pin
jeremysay16-Jan-03 22:03
jeremysay16-Jan-03 22:03 
GeneralRe: TreeCtrl & SetitemData Pin
Rage16-Jan-03 23:11
professionalRage16-Jan-03 23:11 
GeneralRe: TreeCtrl & SetitemData Pin
jeremysay16-Jan-03 23:13
jeremysay16-Jan-03 23:13 
GeneralRe: TreeCtrl & SetitemData Pin
Rage16-Jan-03 23:24
professionalRage16-Jan-03 23:24 
GeneralRe: TreeCtrl & SetitemData Pin
jeremysay16-Jan-03 23:39
jeremysay16-Jan-03 23:39 
GeneralRe: TreeCtrl & SetitemData Pin
peterchen16-Jan-03 23:26
peterchen16-Jan-03 23:26 
GeneralRe: TreeCtrl & SetitemData Pin
jeremysay16-Jan-03 23:39
jeremysay16-Jan-03 23:39 

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.