Results 1 to 3 of 3

Thread: Project ? raised exception class Unknown

  1. #1

    Project ? raised exception class Unknown

    Hey everyone

    I installed FPC and lazarus and now I want to test some SDL/OpenGL samples.

    I'm talking about the samples in:
    /usr/share/fpcsrc/2.2.4/packages/opengl/examples

    for example:

    bounce.pp
    glutdemo.pp
    glxtext.pp
    I had to move the pp files in the directory to my home directory, because lazarus wasn't authorized to write there. Now I can build the programs without problems, but running them results in the following message:

    Project raised exception class Unknown.
    I've tried setting a breakpoint at the entry point of the program, but it never get's there.
    I've allready looked at the compiler options but I can't find anything suspicious. I'm using Lazarus 0.9.28.2-0 in conjunction with FPC 2.2.4.

    Can someone help me out?

    Thanks a bunch
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2

    Re: Project ? raised exception class Unknown

    Do you have glut libraries installed?
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  3. #3

    Re: Project ? raised exception class Unknown

    Haha.. such a simple solution. Installing glut fixed the problem. Thanks.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

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
  •