jarnohh
03-17-2008, 12:16 PM
Does any know a ASM module for vb.net?
TeNsIOn
11-24-2008, 09:56 PM
An exellent question.
Based on my knowledge, VB.NET compiler does not support the ASM code
inline. We may need to wrap the asm code in the managed c++ and then call
in the vb.net.
Because .NET application based on .net framework was targeted for MSIL
language which is machine indepent, while ASM code is machine is machine
dependent, which will make the code unmigratable.
Best regards,
Peter Huang
Microsoft Online Partner Support
He has some typos, but basically he said no, you can't.
However, I found this in the same place, as a response to the above quote:
....nothing is impossible if not tests the absurdity :-)
you must incorporate (oops...convert!) your asm code as a byte Array to pass
to the function: CallWindowProcA
regards,
Marcello
Source: http://bytes.com/groups/net-vb/368328-asm-vbulletin
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.