Hi,
I found the solution of the problem.
When I import the ActiveX, Delphi creates the file <ActiveX name>TLB_Lib.pas inside the directory C:\Program Files\Borland\Delphi6\Imports. Taking a look inside the code I saw that each ActiveX interface method has a call to DefaultInterface.MethodName...
Hi,
I've developed an ActiveX in Visual C++ and I'm trying to use it in Delphi. When I have a return of a method in VC++ it doesn't work well in Delphi. For example, if the return is a boolean value, it always returns true in Delphi despite of the value I return in C++ (true or false). Another...
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.