Ondra Holub wrote:
> Joey Sabey napsal:
> > Ondra Holub wrote:
> >
> > > Hi. I think it is question more related to some delphi forum. If you
> > > are using only C interface for your shared library, it should be
> > > accessible by other languages. Most modern languages have some
> > > capability to call routines written in C/C++.
> >
> > Well, it might be more suited there, but I doubt it, as I am writing
> > the thing in C++, and they would likely not be able to help... I might
> > try looking for a delphi place to ask though...
>
> I tried to search for it with google and have found this:
>
> http://www.rvelthuis.de/articles/articles-cppobjs.html
Thanks.
I don't really get that, though... Theres a lot of delphi and stuff...
And, if the class functions are accessed as functions, what happens to
the class variables? =/ It's pretty confusing...