|
-
Jan 4th, 2001, 07:05 PM
#1
Thread Starter
Fanatic Member
I want to create some new functions and put it in a DLL
then declare it and use it.
But How?
I tried this...Man I am stupid
(I open a new DLL project)
sub abc
msgbox "abc123"
end sub
'module
public declare function abc()
'After compile to DLL i use it like this
public declare sub abc lib "c:\abc.dll" ()
Private Sub Command1_click()
abc
end sub
But it keep on display an error
Could anyone tell me how to make a DLL?
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
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
|