Mixed language programming with Visual Basic.NET

R

Robert Liles

I have recently migrated from Microsoft Professional Development System
Version 7.1 (I know I am in the stone age >G<) to Microsoft Visual
Basic.NET. I am used to writing time critical or very repetitive routines
in Assembly language and linking them into my Basic PDS programs to greatly
enhance execution speed. I can find no information on doing this in VB.NET.
Can someone point me to a resource that will tell me how to pass arguments
to an assembly routine? I know how to create system .DLL files from
assembly so I assume I can call them from VB, but I don't know how to pass
the data, especially strings.

TIA, Bobbo
 
M

Mattias Sjögren

I can find no information on doing this in VB.NET.
Can someone point me to a resource that will tell me how to pass arguments
to an assembly routine?

Look in the docs for information about Platform invocation services
(P/Invoke) and VB's Declare statement.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top