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 ?
Printable View
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 ?
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.
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.