News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

codeblocks doesn't work on windows 8 or 8.1

Started by extremecoder, July 08, 2015, 09:35:27 AM

Previous topic - Next topic

extremecoder

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,

Jenna

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 might give you some hints on using 3rd-party libs.