Original Post
OK so when I try and compile my UFO game I keep getting these errors: error LNK2019: unresolved external symbol "void __cdecl MouseMove(int,int)" error LNK2019: unresolved external symbol "void __cdecl MouseButtonUp(int,int,bool)" error LNK2019: unresolved external symbol "public:void __thiscall Bitmap::Draw(struct HDC__ *,int,int,int,bool,unsigned long)" error LNK2019: unresolved external symbol "public: __thiscall Bitmap::Bitmap(struct HDC__ *, unsigned int, struct, HINSTANCE__ *) the MouseMove and MouseButtonDown functions are part of my game engine, and the Bitmap references a Bitmap class I have created. Please help! >< (I can post code if needed)