Advertisement

Linking \ Compiling a project with Kyra

Started by December 21, 2004 05:26 PM
-1 comments, last by Twiggy 20 years, 2 months ago
Hello! I'm using SDL's 'Kyra' sprite-engine. I've written a small demo to see if I'm getting the hand of it, and when I'm trying to build the thingy, i get lots (about 600+) error messages, all look something like this: engine.lib(widget.obj): error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl std::ctype<char>::_Getcat(class std::locale::facet const * *)" (__imp_?_Getcat@?$ctype@D@std@@SAIPAPBVfacet@locale@2@@Z) I think I have a problem with the #include. This is what i have at the top of the project file: #include <kyra.h> #include <SDL.h> #include <stdlib.h> #include <string.h> #define ResolutionX 640 #define ResolutionY 480 #define ResolutionBPP 32 int main() .... Am I doing something wrong? Please help! Thank you!
___________________________"Peg, is there a certain reason that cactus is standing in the place where my alarm clock should be?"

This topic is closed to new replies.

Advertisement