Click here to Skip to main content
15,890,995 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem of default accelerator in MDI application Pin
Prakash Nadar29-Feb-04 21:31
Prakash Nadar29-Feb-04 21:31 
GeneralRe: Problem of default accelerator in MDI application Pin
gu mingqiu29-Feb-04 22:14
gu mingqiu29-Feb-04 22:14 
GeneralToolbars in MDI application Pin
gu mingqiu29-Feb-04 20:19
gu mingqiu29-Feb-04 20:19 
GeneralC++ Simple Class Window Pin
Drahcir29-Feb-04 18:18
Drahcir29-Feb-04 18:18 
GeneralRe: C++ Simple Class Window Pin
calebcohoon29-Feb-04 18:40
calebcohoon29-Feb-04 18:40 
Generalhelp! inline assemble Pin
jfk_lili29-Feb-04 16:53
jfk_lili29-Feb-04 16:53 
GeneralRe: help! inline assemble Pin
Prakash Nadar29-Feb-04 17:40
Prakash Nadar29-Feb-04 17:40 
GeneralRe: help! inline assemble Pin
jfk_lili29-Feb-04 19:36
jfk_lili29-Feb-04 19:36 
but when i use

main()
{
int x=6;
asm{
mov dx,37Ah
mov al,x
out dx, al
}
}

i always get a error message "operand size conflict"..
i really dont know wat's going wrong in here, since it's my first time to use inline assemble

thank u =)
GeneralRe: help! inline assemble Pin
Prakash Nadar29-Feb-04 19:45
Prakash Nadar29-Feb-04 19:45 
GeneralRe: help! inline assemble Pin
jfk_lili29-Feb-04 20:05
jfk_lili29-Feb-04 20:05 
GeneralRe: help! inline assemble Pin
Prakash Nadar29-Feb-04 20:36
Prakash Nadar29-Feb-04 20:36 
GeneralRe: help! inline assemble Pin
jfk_lili29-Feb-04 20:47
jfk_lili29-Feb-04 20:47 
Generali got the reason, it's 32 bit platform Pin
jfk_lili29-Feb-04 21:29
jfk_lili29-Feb-04 21:29 
GeneralRe: i got the reason, it's 32 bit platform Pin
Prakash Nadar29-Feb-04 21:33
Prakash Nadar29-Feb-04 21:33 
GeneralCapture screen to AVI and encode it with indeo 5.10 Pin
oliverlin29-Feb-04 16:37
oliverlin29-Feb-04 16:37 
Generallink to DirectX forums Pin
includeh1029-Feb-04 15:11
includeh1029-Feb-04 15:11 
GeneralRe: link to DirectX forums Pin
Prakash Nadar29-Feb-04 16:35
Prakash Nadar29-Feb-04 16:35 
GeneralRe: link to DirectX forums Pin
includeh1029-Feb-04 17:42
includeh1029-Feb-04 17:42 
GeneralRe: link to DirectX forums Pin
Prakash Nadar29-Feb-04 18:13
Prakash Nadar29-Feb-04 18:13 
GeneralRe: link to DirectX forums Pin
Andrew Walker1-Mar-04 0:17
Andrew Walker1-Mar-04 0:17 
GeneralUnselecting Radio buttons Pin
krugger29-Feb-04 13:11
krugger29-Feb-04 13:11 
GeneralRe: Unselecting Radio buttons Pin
Prakash Nadar29-Feb-04 19:20
Prakash Nadar29-Feb-04 19:20 
GeneralRe: Unselecting Radio buttons Pin
David Crow1-Mar-04 3:23
David Crow1-Mar-04 3:23 
GeneralHooking into Java Application like in Visual C++ Pin
Tony Westminster29-Feb-04 12:45
Tony Westminster29-Feb-04 12:45 
GeneralRe: Hooking into Java Application like in Visual C++ Pin
Prakash Nadar29-Feb-04 16:45
Prakash Nadar29-Feb-04 16:45 

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.