Quote Originally Posted by code_glitch View Post
Issue number 2:
Once I compield it on my laptop with the intel card there were no issues, until I ran it in GDB which is convinced that
Code:
glGenFrameBuffersEXT(1, @FrameBufferID);
as well as
Code:
glGenFrameBuffers(1, @FrameBufferID);
crashes the program and doesnt identify a cause other than:
Code:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Cannot find new threads: generic error
Anyone have any ideas as to what I should hit up next? I'm totally lost on this one....
Thanks.
I'm guessing that you have something like this in your main FP program code?

Code:
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
If not, this might help...

Just a thought