When you create a DLL in VB, how do you set an entry point...
I tried to create an Active X DLL...
Put the code in the module...
Compiled it...
Then I tried to reference it in my program like:
Private Delcare MyFunction Lib "C:\Path\MyDll.DLL" (param as integer, ...)
And it gave me an error: "Could Not Find Entry Point In DLL"
I have never created a DLL in VB before...
Am I going about this the wrong way, or do you HAVE TO use them as Objects...
I just want to call a few functions from the DLL...
Any Ideas???
Have Fun, Be Young... Code BASIC
-Josh Stribling
I tried to create an Active X DLL...
Put the code in the module...
Compiled it...
Then I tried to reference it in my program like:
Private Delcare MyFunction Lib "C:\Path\MyDll.DLL" (param as integer, ...)
And it gave me an error: "Could Not Find Entry Point In DLL"
I have never created a DLL in VB before...
Am I going about this the wrong way, or do you HAVE TO use them as Objects...
I just want to call a few functions from the DLL...
Any Ideas???
Have Fun, Be Young... Code BASIC
-Josh Stribling