Can’t find file executable in your configured search path for gnc gcc compiler

I’m guessing you’ve installed Code::Blocks but not installed or set up GCC yet. I’m assuming you’re on Windows, based on your comments about Visual Studio; if you’re on a different platform, the steps for setting up GCC should be similar but not identical. First you’ll need to download GCC. There are lots and lots of … Read more

“winapifamily.h: No such file or directory” when compiling SDL in Code::Blocks

UPDATE: SDL 2.0.4 is now out, includes a fix for this bug, and is available for download at http://libsdl.org/download-2.0.php This is a bug in SDL 2.0.3. A fix has been committed for SDL’s next release. In the meantime, here’s a link to the fixed copy of SDL_platform.h: https://hg.libsdl.org/SDL/raw-file/e217ed463f25/include/SDL_platform.h If you drop the file into SDL … Read more

Warning: array subscript has type char

Simple, change char j; to unsigned char j; or to just a plain (u)int unsigned int j; int j; From GCC Warnings -Wchar-subscripts Warn if an array subscript has type char. This is a common cause of error, as programmers often forget that this type is signed on some machines. This warning is enabled by … Read more

ld.exe: cannot open output file … : Permission denied

I had exactly the same problem right after switching off some (in my opinion unneccessary) Windows services. It turned out that when I switched ON again the “Application Experience” everything resumed working fine. May be you simply have to turn on this service? To switch ON Application Experience: Click the Windows start buttonn. In the … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)