|
-
Jun 14th, 2000, 06:59 AM
#1
I'd like to use a DLL inside of my VB Project, but the dll won't be in the Windows System directory. Is this allowed? How would you do it?
for example given the link
Private Declare Function myFunction Lib "mydll.dll" Alias _
"myFunctionA" (args) As sometype
would i just put an absolute path for Lib as in
"c:\absolute\path\mydll.dll"?
Thanks
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
|