|
-
Oct 3rd, 2000, 10:05 PM
#1
Thread Starter
Hyperactive Member
you know how in c++ you can do
asm
{
...
code
...
}
can you do asm in vb?
-
Oct 3rd, 2000, 10:08 PM
#2
Hyperactive Member
No that I have ever been aware of.
But there is nothing stopping you from writing something in C++, putting it into a dll and then calling it from VB.
Most DLLs that are used for API calls are in C
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|