Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: srajgopal
  • Content: Threads
  • Order by date
  1. srajgopal

    Calling Class functions from DLL

    I have an ActiveX DLL Project1.dll containing a class Class1.dll which has a public function dummy() that returns a string. In VB, the following code works Set obj = CreateObject("Project1.Class1") MsgBox obj.dummy How do I call this function dummy() from Powerbuilder 6?
  2. srajgopal

    32 bit imaging DLLs

    I have a 16 bit powerbuilder 5 application which uses the imaging DLLs oifile.dll, oidoc.dll, oiscan.dll and oifax.dll from Kodak Eastman. Iam trying to migrate this to 32 bit PB 6 application. Are 32 bit equivalent DLLs avaiable for these 16 bit DLLs or do I have to rewrite all the imaging...

Part and Inventory Search

Back
Top