Hi all,
I'm new to c::b and have a low level of experience with MinGW.
I've started a GLFW project and after a little hassle it worked. I've moved the GLFW/include,lib and library to it's own library under c::b.
I came a long way expanding the project, but eventually it didn't work properly .. I'm in the process of redesigning the project and get a lot of unresolved references.
Anyway, my specific question is about the 'Execution working dir' field that is named in
Project properties
/Build targets
In the base GLFW project that works, this 'dir' is situated in '/bin' (a temp folder?) in the new GLFW library. The compilation produces a working executable ... but I see no signs of this '/bin', or 'Execution working dir' pointed out in the 'build target' tab?
What is the significance of this?
After elaborating/expanding on the GLFW project (using other libraries) .. this 'execution working dir' is still marked as in the initial GLFW-library. I suspect that part of my problems is due to this, but I'm quite blind on what's going on ..