If you look at the function, the first parameter is the class name and the second is the window name. You should set the input class name to XLMAIN and leave the window name to NULL, because the window name always is different.
I tried in winnt and xp and it works for me. Please check again.
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.