Results 1 to 4 of 4

Thread: call from VB ....urgent !

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    166

    call from VB ....urgent !

    how can i call assembly code from VB. i've an asm file, how can i call/run it from VB ?
    any help/clues.....

    thanks
    shruti !

  2. #2
    Hyperactive Member
    Join Date
    Jul 2002
    Posts
    296
    Dont save the file as ASM. Save it as Project.exe.manifest and put it in the same folder as your app and it will run when your app loads.
    Kevin Carpenter
    Currently Working in the CAOS (CA Operating System) Group

  3. #3
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271
    shrutilalwani,

    The easiest way is to compile the asm into a dll and call it from VB using api calls.

    There is a way to combined asm into a vb program but you really have to know what your doing in asm. If your interest in this search for control the compile process in vb on the net.

    actually i think I have a link, http://archive.devx.com/upload/regis...199/jc1199.asp

    I think thats it.



  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    166
    thanks ! i'll surely try it
    and will get back to u if i have any problems

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