Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Semaphore Max count. Pin
Stuart Dootson6-May-09 19:32
professionalStuart Dootson6-May-09 19:32 
QuestionHelp about Win32 Message loop Pin
reply2am5-May-09 4:48
reply2am5-May-09 4:48 
QuestionAnimatedGif drawing with openGL Pin
Jufranz5-May-09 4:10
Jufranz5-May-09 4:10 
QuestionHow to Convert _asm to Interinsics Pin
AB_dev5-May-09 3:32
AB_dev5-May-09 3:32 
AnswerRe: How to Convert _asm to Interinsics Pin
Stuart Dootson5-May-09 3:42
professionalStuart Dootson5-May-09 3:42 
GeneralRe: How to Convert _asm to Interinsics Pin
AB_dev5-May-09 3:47
AB_dev5-May-09 3:47 
GeneralRe: How to Convert _asm to Interinsics Pin
harold aptroot5-May-09 4:02
harold aptroot5-May-09 4:02 
GeneralRe: How to Convert _asm to Interinsics Pin
Stuart Dootson5-May-09 4:03
professionalStuart Dootson5-May-09 4:03 
You probably need to do more than just literally translate that code, then - the processor context for the x64 will be different (for example, the 64-bit register set is different) than the x86 context. Have a look at this page on x64 calling conventions[^] - that's very different to x86.

Your best bet might be to rewrite the code as a standalone assembly language file that you can assemble with MASM and then link into your application (that's the easiest way to make sure it works, as you have no compiler bits getting in the way) then use that as a working model to attempt to convert into intrinsics.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

AnswerRe: How to Convert _asm to Interinsics Pin
Randor 5-May-09 7:45
professional Randor 5-May-09 7:45 
QuestionHow to add web reference in my C++ project? Pin
eight5-May-09 3:29
eight5-May-09 3:29 
AnswerRe: How to add web reference in my C++ project? Pin
Stuart Dootson5-May-09 3:35
professionalStuart Dootson5-May-09 3:35 
GeneralRe: How to add web reference in my C++ project? Pin
eight5-May-09 16:16
eight5-May-09 16:16 
GeneralRe: How to add web reference in my C++ project? Pin
Stuart Dootson5-May-09 16:51
professionalStuart Dootson5-May-09 16:51 
GeneralRe: How to add web reference in my C++ project? Pin
Member 22503526-Mar-11 20:14
Member 22503526-Mar-11 20:14 
QuestionSync problem when call ControlService with SERVICE_CONTROL_PARAMCHANGE Pin
maishuiking5-May-09 2:38
maishuiking5-May-09 2:38 
AnswerRe: Sync problem when call ControlService with SERVICE_CONTROL_PARAMCHANGE Pin
Stuart Dootson5-May-09 3:31
professionalStuart Dootson5-May-09 3:31 
Questionchanging the mouse cursor when moved Pin
brucewayn5-May-09 1:50
brucewayn5-May-09 1:50 
AnswerRe: changing the mouse cursor when moved Pin
_AnsHUMAN_ 5-May-09 1:53
_AnsHUMAN_ 5-May-09 1:53 
AnswerRe: changing the mouse cursor when moved Pin
Stuart Dootson5-May-09 3:19
professionalStuart Dootson5-May-09 3:19 
QuestionEnvironment variable Pin
Padmanabha_M5-May-09 1:47
Padmanabha_M5-May-09 1:47 
AnswerRe: Environment variable Pin
Rajesh R Subramanian5-May-09 1:51
professionalRajesh R Subramanian5-May-09 1:51 
AnswerRe: Environment variable Pin
Jack200955-May-09 2:28
Jack200955-May-09 2:28 
AnswerRe: Environment variable Pin
Stuart Dootson5-May-09 3:16
professionalStuart Dootson5-May-09 3:16 
QuestionChoosing an IPC mechanism Pin
Rajesh R Subramanian5-May-09 1:46
professionalRajesh R Subramanian5-May-09 1:46 
AnswerRe: Choosing an IPC mechanism Pin
ParagPatel5-May-09 2:18
ParagPatel5-May-09 2:18 

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.