|
-
Aug 18th, 2000, 10:54 AM
#1
Thread Starter
New Member
I program with vb4 & 5.whenever i go to get a dll procedure the god dam thing givs me a error.HELP!!!!!!
-
Aug 18th, 2000, 11:08 AM
#2
what DLL are you trying to use, and what error message do you get?
-
Aug 18th, 2000, 11:13 AM
#3
If you mean using the Declare, make sure you are using a Standard DLL. If you are using a DLL made with VB, it wont work because VB can only create OLE DLLs.
-
Aug 19th, 2000, 04:20 AM
#4
Fanatic Member
Also pay attention to the Declare prefix: Public or Private.
In a Form, use Private, otherwise Public.
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
|