News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

GLEW + GLFW3

Started by msciej, January 03, 2016, 12:36:02 AM

Previous topic - Next topic

msciej

Hi,

I have been using Pelles C for a few years and I like it a lot - it Works fine for winapi stuff.

Recently I decided to go through some opengl tutorials and the problem is I am not able to get the glew and glfw3 libs working with it. This could be either the pelles c settings or these libs should be recompiled for pelles c. Can someone please post his/her libs and header files (preferably also dlls)? Win 32bit

TimoVJL

#1
Look http://forum.pellesc.de/index.php?topic=5402.msg20740#msg20740

If you use dll's, it should be easy, see example.
Example is compiles as __cdecl.
May the source be with you

msciej

Thanks! I finally got a working template. Still had to play a little with glew but glfw3 works flawlessly. It's all I needed to start the tutorials. I am a bit curious, is there any chance for full static linking in Pelles C? I am perfectly fine with what I got, I am simply curious.

TimoVJL

May the source be with you