Click to See Complete Forum and Search --> : Visual Basic & Assembler


Jammin
November 8th, 1999, 08:15 AM
I am attempting to include an assembler portion of code within one of my VB projects. Within C++ this was a matter of using '_asm' as a prefix to the code. Is there a similar solution within Visual Basic or is this not possible?

B Rose

June 7th, 2000, 07:31 AM
I only wish you could put assembly into a VB project. Unfortunately, that amount of control would go against the language principles. The only conceivable way would be to write the assembly needed into a C DLL somehow and then call that code.