Re: [fpc-pascal] Calling C++ object

2009-05-15 Thread Jonas Maebe
On 15 May 2009, at 05:06, wrote: I am trying to call a C++ object which is in a dll from a Pascal interface unit as described in Rudy's Delphi corner: (http://rvelthuis.de/articles/articles-cppobjs.html ). I use the inheritance method, making my C++ object a descendent from a Virtual a

[fpc-pascal] Calling C++ object

2009-05-14 Thread Josh.Bowden
Hi, I am trying to call a C++ object which is in a dll from a Pascal interface unit as described in Rudy's Delphi corner: (http://rvelthuis.de/articles/articles-cppobjs.html). I use the inheritance method, making my C++ object a descendent from a Virtual ancestor. I end up with run time errors