taylor wrote:
> Hey, so I'm having a problem getting FLTK to show anything in it's window... 
> I'm trying to eventually create a program that can play back video, but right 
> now am just working on getting the following example from 
> http://seriss.com/people/erco/fltk/ to work...
> 
> I'm using the gcc compiler with code::blocks and linking it to fltk and 
> fltk_gl.

        Do any of the FLTK demo programs work, particularly the gl based demos?
        Did you compile FLTK yourself, and if so, try putting your app in fltk's
        'test' directory in place of one of the existing gl apps, and use 'make'
        to build it. Does it work there?

        If yes to all the above, but it doesn't build correctly in your project,
        suspect your compile/link commands.
        
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to