Code::Blocks Forums

User forums => Help => Topic started by: extremecoder on July 08, 2015, 09:35:27 am

Title: codeblocks doesn't work on windows 8 or 8.1
Post by: extremecoder on July 08, 2015, 09:35:27 am
Hi guys,
I really need your help. I just purchased a new laptop, it has windwos 8 operating system, and I am trying to practice my c++ code, but it gives me error and doesn't output. Please help...
Here is what I get when I run simple "Hello world" program.

||=== Build: Debug in codeblocks_testing (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lsndfile|
ld.exe||cannot find -lglew|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 2 second(s)) ===|

Thanks in advance,
Title: Re: codeblocks doesn't work on windows 8 or 8.1
Post by: Jenna on July 08, 2015, 10:22:38 am
Please do not post the same topic more than one time !!

It's not a windows 8.x problem, not even really a windows problem.

Just install the needed libs and setup your project correctly.

The FAQ (http://wiki.codeblocks.org/index.php?title=FAQ) might give you some hints on using 3rd-party libs.