What should I use instead of
__asm
{
db 0EAh
dw 0000h
dw 0FFFFh
}
( http://msdn.microsoft.com/en-us/library/h70hd396.aspx )
in MVC++?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thanks to @gusbro’s comment I finally understand what you are trying to do. I’m not sure if this will work since I don’t have a windows machine to test this, but you should give it a try.