Author Topic: starting with a GLEW-project ...  (Read 3165 times)

Offline CarstenT

  • Multiple posting newcomer
  • *
  • Posts: 11
starting with a GLEW-project ...
« on: November 11, 2013, 07:50:28 pm »
I think I did ;o/ .. anyway, the project moved to use GLFW. All the include-libraries, linker-libraries etc does no longer include references to GLEW .. None the less the build-report exposes a reference to 'include GLEW' (or some eqvivalent term).
I suppose that it's a small error in code::blocks.


It's not my 'real' problem.
My setup has two targets: debug and release. The debug-version compiles and executes fine .. but the release-version neither materialize as an .exe nor in the build-report. I get no errors anywhere. I'm rather blank on how to approach the problem?
Right, I'm not the brightest light on compiling and compilers, but if someone can point me to further reading I'll be greatfull.

Cheers

Offline CarstenT

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: starting with a GLEW-project ...
« Reply #1 on: November 11, 2013, 10:25:47 pm »
I found the global variable GLEW that I sat long time ago. No wonder that it is used then.