Debug or Release?

nobody wrote on Tuesday, December 05, 2006:

Hello!

I’m already using GLFW. I try to put together with other libraries, my goal is built 3d Applications in a easy way.

QUESTION!
Does GLFW have to be use or set in a different way if Im working on Debug mode or release mode in Visual Studio? (At the moment I am using the dll and lib that comes within glfw-2.5.zip)

Can I use it in VisualStudio 2005 like in VisualStudio 2003?

Thanks for create GLFW.

(Digital)
from Mexico City!

elmindreda wrote on Thursday, December 07, 2006:

No, there shouldn’t be any difference between debug and release builds, as there is no shared ownership of dynamically allocated memory.

I use VS.NET 2005, so yes, it makes no difference.