Sorry for the abreviated subject .

I've posted this on the SF discussion but no answer after 3 weeks, so I'll repeat here. Hope I have more luck.

I've got to a point where NoVCL compiles ok. Does not run due to not being able to Initialize.
On the simplest tutorial, the one that only prints text, I've also been able to compile.
When both run, they error out with:


Code:
Project project2 raised exception class 'External: SIGSEGV'.

 In file 'dl-lookup.c' at line 731
I've compiled libandorraogllaz.so with no issue.
I've copied from folder bin to my folder and on AdDraw.DLLName I've set it to "./libandorraogllaz.so"

I'm out of my depth. I've followed the breadcrums of the actual loading of the libs and all gets fubbared when it tries to load:


Code:
glXGetProcAddress := glProcedure('glXGetProcAddress');

 On line 8848 of dglOpenGL.pas
After that, it's inside some dynamic lib, since further down it calls dlsym.

And this is all I can get you guys, sorry, I know it's very slim!!

Thanks, in advance, for any help guys!!

Cheers,
Gus