CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Essex. England
    Posts
    1

    Visual Basic & Assembler

    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

  2. #2
    Guest

    Re: Visual Basic & Assembler

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured