|
-
May 1st, 2002, 02:37 PM
#1
Thread Starter
New Member
Compile Some Functions Into DLL
Compile Some Functions Into DLL
Can a form with few functions etc be compiled into a Pure DLL to be used with other applications/tools/languages ? Like be called from Powerbuilder ?
-
May 2nd, 2002, 04:57 AM
#2
Junior Member
Simpel answer is YES.
If the development environment you want to use supports COM (in any form) then you should be able to do so.
-
May 2nd, 2002, 07:59 AM
#3
Hyperactive Member
Bear in mind that VB components (ActiveX DLLs and EXEs) are not *real* DLLs... they are COM objects. They can only be used if you create instances of the objects they contain, they cannot be used with a Declare statement the same way that API calls are.
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
|