Results 1 to 3 of 3

Thread: Compile Some Functions Into DLL

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    7

    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 ?

  2. #2
    Junior Member
    Join Date
    May 2002
    Posts
    29
    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.

  3. #3
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    uk
    Posts
    327
    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
  •  



Click Here to Expand Forum to Full Width