Hi,
I consider writing an GNU Pascal interface to a
rather large C++ library. Ideally, I would like
to match Pascal objects to C++ classes, either
directly or indirectly. There are already Python,
Perl, Basic and Lua bindings for the same C++
library, so we are not uninformed about the work
involved in writing a new language binding.
My question is if there is any helper tool that
makes lifer for this kind of thing easier than
having to do everything by hand?
Thanks for any info. Please reply to me directly
as I am not subscribed to the GPC mailing list -
I am subscribed to too many already.
The C++ library is free and Open Source, if that
matters to anyone. It is the GUI library wxWindows.
Regards,
Robert