Re: [fltk.opengl] linking error.

2010-11-29 Thread Albrecht Schlosser
Ben Stott wrote: I think you might need to link against ws2_32.lib - note that linking order is important, so you'll have to link to ws2_32.lib before you link to any of fltk's openGL stuff. Hmm? I think you're right, but the order should be the opposite, i.e. ws2_32.lib last. And

Re: [fltk.opengl] linking error.

2010-11-28 Thread Ben Stott
I think you might need to link against ws2_32.lib - note that linking order is important, so you'll have to link to ws2_32.lib before you link to any of fltk's openGL stuff. HTH, Ben On 29/11/10 11:33, Son Duong wrote: Hello, I'm trying to set up and write a simple program with fltk and