XBox360 Homebrew Development Wiki
Advertisement

Hi EveryBody!

Im Enrigp and

Im trying this sample, but return Error when i compile it:


"

Linking... pruebaXDK.obj : error LNK2019: unresolved external symbol "public: virtual void __cdecl ATG::Console::Format(char const *,...)" (?Format@Console@ATG@@UAAXPBDZZ) referenced in function "void __cdecl init(void)" (?init@@YAXXZ) pruebaXDK.obj : error LNK2019: unresolved external symbol "public: long __cdecl ATG::Console::Create(char const *,unsigned long,unsigned long,unsigned int)" (?Create@Console@ATG@@QAAJPBDKKI@Z) referenced in function "void __cdecl init(void)" (?init@@YAXXZ) pruebaXDK.obj : error LNK2019: unresolved external symbol "public: __cdecl ATG::Console::Console(void)" (??0Console@ATG@@QAA@XZ) referenced in function "void __cdecl `dynamic initializer for 'g_console(void)" (??__Eg_console@@YAXXZ) pruebaXDK.obj : error LNK2019: unresolved external symbol "public: __cdecl ATG::Console::~Console(void)" (??1Console@ATG@@QAA@XZ) referenced in function "void __cdecl `dynamic atexit destructor for 'g_console(void)" (??__Fg_console@@YAXXZ) Debug\pruebaXDK.exe : fatal error LNK1120: 4 unresolved externals

"


AnyOne can help me??


thanks


EDIT: SOLVED


The problem was that i not included ATG FrameWork properly at the solution on Visual Studio, to do this, i read these posts:



Mon Premier Xex (1º Step) Images

Mon Premier Xex (2º Step) Images

Advertisement