Re: [lazarus] C++ libraries

2008-01-25 Thread Luca Olivetti
En/na Felipe Monteiro de Carvalho ha escrit: You have to build a C wrapper around C++. Look at the Qt 4 Pascal bindings. I cannot find the link now, but I read of someone wrapping C++ classes directly into fpc classes, working both under windows and linux. Bye -- Luca Olivetti Wetron

[lazarus] C++ libraries

2008-01-24 Thread mramirez
Hi. I was wondering if C++ classes binary *.obj files could be accessed from a Free Pascal application. I did my homework and check at the Free Pascal site, BEFORE bothering this list with a boring same question, but didn't found anything. Any updates ? Thanks. mramirez

Re: [lazarus] C++ libraries

2008-01-24 Thread Albert Zeyer
Am 25.01.2008 um 02:37 schrieb mramirez: Hi. I was wondering if C++ classes binary *.obj files could be accessed from a Free Pascal application. As far as I know this is not possible (yet). The main problem is that the C++ ABI is very complicated and also changes with each GCC version.

Re: [lazarus] C++ libraries

2008-01-24 Thread Felipe Monteiro de Carvalho
You have to build a C wrapper around C++. Look at the Qt 4 Pascal bindings. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at