Re: [fpc-devel] CPPClass

2014-01-17 Thread Dmitry Boyarintsev
On Sat, Jan 18, 2014 at 12:19 AM, Den wrote: > I'd really like to use it as I would rather write a Pascal CPPClass and > interface with a Library rather than making my own bridge library and > interfacing with that. > Shouldn't there be 2 kind of CPPClass variants? One for GNU another for MSVC.

[fpc-devel] CPPClass

2014-01-17 Thread Den
Hi all (but most likely Sven ;) ), I've noticed the CPPClass no longer works and stops with: internalerror(200611034) -- From [compiler/ncgrtti.pas] It's a case when generating the Object Definition RTTI ASM-Data, and doesn't handle odt_cppclass.. (Hence the internal error). Any way

Re: [fpc-devel] DOS GUI

2014-01-17 Thread Den
Hey Thaddy, Sorry to do a quick run-by hijacking of a thread, but I updated the EGL/GLES20 patch (on bug tracker) to remove X dependency in Linux. Thought I might share it with you as to not have you do extra work you don't have to and include it all in one patch. Apologies to all! - D