Code:blocks question

Feb 12, 2013 at 10:50pm
I've figured out I'm not doing the syntax wrong when I'm trying to use multiple files. I'm setting up my header files and stuff fine. It seems like code:blocks is causing problems. Does anyone know anything about this? I was trying to use a void function from a different .cpp file, that was declared in a header file. I've done all sorts of things with file properties, making sure all files are fine and everything. I always either get no errors or warnings and when I run the program it's blank, or I get errors relating to the header file.
Feb 13, 2013 at 1:00am
And to prove I know it's not a syntax thing, the exact same code works fine in Visual Studio C++ 2010. It's something I must not be doing right with code:blocks.
Feb 13, 2013 at 1:04am
If you are sure that it is a Code::Blocks issue, try posting on the Code::Blocks forum. They will likely be better able to solve the issue.

http://forums.codeblocks.org/
Feb 13, 2013 at 1:25am
Did you set the search paths for the compiler and the linker in the settings?
Feb 13, 2013 at 3:53pm
Yes, and I tried making sure the file wasn't precompiled.
Topic archived. No new replies allowed.