2009/5/18 Frédéric Gaudy <[email protected]>: > Is it possible to create a vapi file for a C++ library?
All Vala code is translated into C for compilation, so you would need to have some layer that could manage the translation of method calls, handle the c++ memory management etc. While it might be possible to extend Vala to create that sort of bridge automatically, it would be a lot of work - a long way from just creating a vapi file. -- Phil Housley _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
