Results 1 to 4 of 4

Thread: Has any1 been successful using Andorra on Ubuntu 14.04 64b, Laz 1.2.2 and FPC 2.6.4

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    What is your dglOpenGL version? I find something you describe at line 15021:
    Code:
        {$IFDEF DGL_LINUX}
          // GLX_VERSION_1_4 (needs to be first)
          glXGetProcAddress := dglGetProcAddress('glXGetProcAddress', nil, True);
    So it seems to have gone through big changes. My header is not propably latest either, Version 4.4 date 2013/07/22.

  2. #2
    Quote Originally Posted by User137 View Post
    So it seems to have gone through big changes. My header is not propably latest either, Version 4.4 date 2013/07/22.
    Humm, Header from dglOpenGL.pas that I've found is from 2006, OUCH!!

    Ok, looks like I'll need to recompile the pluggin with a more recent dglOpenGL Header Translation....

    Keeping fingers crossed!

    Will come back after I correct this mess, which I should've guessed since it's using Dynamic Lib loading, <sigh/>

    Thanks Mate!!

    Cheers,
    Gus

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •