[fpc-pascal]Create an OCX with FreePascal

Michael Van Canneyt michael.vancanneyt at wisa.be
Fri Oct 12 10:14:41 CEST 2001


On Fri, 12 Oct 2001, Cabuzel Thierry wrote:

> Ok, thanks everyone :) Now I have a bunch of choices :)
>
>  - Let's it as a DLL
>  - Wrote a wrapper in C++ around the DLL
>  - Buy a Delphi 3,4,5 or 6 Pro or C/S and create directly the OCX
>
> If I have too much time in my hands, I will get an eye in the MSDN and wrote
> an FPC OCX how-to. And after that, if someone else have too much time too,
> why not implement it into FPC.

Version 1.1 has support for interfaces. In principle, some of the basic
Delphi interfaces (TInterfacedObject and so on) can be made, so this should
not be too difficult.

Michael.





More information about the fpc-pascal mailing list