Code::Blocks Forums

User forums => Help => Topic started by: eltomas2003 on March 07, 2021, 04:00:49 am

Title: I need help installing OpenGL to Codeblocks
Post by: eltomas2003 on March 07, 2021, 04:00:49 am
It just doesn't seem to work, it says:
||=== Build file: "no target" in "no project" (compiler: unknown) ===|
C:\Users\melin\OneDrive\Documents\My project\Application.cpp|1|fatal error: GLFW/glfw3.h: No such file or directory|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

for some apparent reason.
Title: Re: I need help installing OpenGL to Codeblocks
Post by: oBFusCATed on March 07, 2021, 10:31:09 am
http://wiki.codeblocks.org/index.php/FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
http://wiki.codeblocks.org/index.php/FAQ-Compiling_(errors)#Q:_What_do_I_need_to_know_when_using_3rd_party_libs.3F
Title: Re: I need help installing OpenGL to Codeblocks
Post by: stahta01 on March 07, 2021, 02:34:57 pm
The Code::Blocks IDE/Editor is normally used with an CB Project.
I suggest using a project.
I hope this wiki link will help; I have not read it in years.

http://wiki.codeblocks.org/index.php/Creating_a_new_project (http://wiki.codeblocks.org/index.php/Creating_a_new_project)

Tim S.