[fpc-pascal] Is it possible to create COM server with fpc?
Corrado Valeri
corradovaleri at gmail.com
Tue Sep 8 16:11:15 CEST 2009
2009/9/8 yu ping <spingyu at gmail.com>
>
> Has anyone tried to implement a COM server with FPC?(on windows)
> _______________________________________________
I think that couldn't be possible: COM is a proprietary techonolgy of
Microsoft used in windows platform, with a crossplatform compiler like
FPC would be impossible to generate native code for linux and other
os's..
You can instead use interfaces if you really need an object like COM control.
Bye
More information about the fpc-pascal
mailing list