|
-
May 18th, 2002, 06:46 PM
#1
Thread Starter
Addicted Member
dll?
some of the windows dll contain API functions and from my understanding API's are written in C++...
could someone elaborate on this process?
-
May 19th, 2002, 05:49 PM
#2
PowerPoster
actually, windows .DLLs contain functions written in C.
You can make your own by telling your C/C++ compiler that you're making a DLL, not an EXE, then using the VB "alias" statement to tell VB what the mangled name of the function is (and what DLL it's in) and then just calling the C/C++ function from VB. This if for functions, not classes.
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
|