[Lazarus] Using Visual C++ .libs?

Hans-Peter Diettrich DrDiettrich1 at aol.com
Tue May 31 21:18:18 CEST 2011


Prado, Renato (R.P.) schrieb:
>> quick answer: yes
> Long question: how? :-P

You'll have to implement an wrapper, that allows to access the objects 
and their methods by mere (non-OO) subroutines. That wrapper will have 
to be written in the language of the library (here: C++), so that it can 
use the objects provided by the library, and can call their methods. The 
headers of the wrapper have to be converted into a unit (library?), for 
use from OPL code.

DoDi





More information about the Lazarus mailing list