Author Topic: codeblocks doesn't work on windows 8 or 8.1  (Read 4144 times)

extremecoder

  • Guest
codeblocks doesn't work on windows 8 or 8.1
« 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,

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: codeblocks doesn't work on windows 8 or 8.1
« Reply #1 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 might give you some hints on using 3rd-party libs.