Quote Originally Posted by Srki_82
If some of functions returns or require C++ classes for parameters then you will have to write wrapper library and headers for that wrapper. Look at IrrPascal wrapper... it is far from finish, but it can help you start.
The library have a 1 main device class that have all the other classes, functions and procedures,
and yes sometimes function returns classes

I downloaded irrPascal, but you an you explain more wrapper lib?