Linker Error

Jan 25, 2012 at 12:33am
closed account (GbX36Up4)
http://pastebin.com/yYBmawsS

The code if giving me the error of
[Linker error] undefined reference to `QuickCG::screen(int, int, bool, std::string const&)'

For several functions that are in quickcg.cpp.
I'm thinking it is a linker problem in my setting but i'm hoping
someone will find a problem in my code. I am just learning SDL so
I don't really know if there are any problems in the code. I am using
DEV-cpp and can tell you what I have in my linker parameters if you
need the info. Thanks.
Jan 25, 2012 at 1:31am
Cool, I can see a 3D world :D

Yes, your problem is a linker problem. It was a long time since I used Dev-C++ but I guess you just have to add both .cpp files in the same project and compile.
Jan 25, 2012 at 2:06am
Jan 25, 2012 at 12:13pm
closed account (GbX36Up4)
Thank you for the link, I very much know it is not updated, and likely never will be.
Topic archived. No new replies allowed.