JohnTonS Posted March 27, 2022 Report Share Posted March 27, 2022 Hola, estoy intentando compilar, pero tengo este error al ultimo paso. Que esta mal? 16>PythonNetworkStreamPhaseGame.obj : error LNK2001: símbolo externo "public: void __thiscall CPythonTicketLogs::AddLogDetails(struct SPacketTicketLogsData)" (?[email protected]@@QAEXUSPacketTicketLogsData@@@Z) sin resolver 16>PythonNetworkStreamPhaseGame.obj : error LNK2001: símbolo externo "public: static class CPythonTicketLogs * __cdecl CPythonTicketLogs::instance(void)" (?[email protected]@@[email protected]) sin resolver 16>PythonNetworkStreamPhaseGame.obj : error LNK2001: símbolo externo "public: void __thiscall CPythonTicketLogsReply::AddLogDetails(struct SPacketTicketLogsDataReply)" (?AddLogDet[email protected]@@QAEXUSPacketTicketLogsDataReply@@@Z) sin resolver 16>PythonNetworkStreamPhaseGame.obj : error LNK2001: símbolo externo "public: static class CPythonTicketLogsReply * __cdecl CPythonTicketLogsReply::instance(void)" (?[email protected]@@[email protected]) sin resolver 16>UserInterface.obj : error LNK2001: símbolo externo "void __cdecl initTicket(void)" (?initTicket@@YAXXZ) sin resolver Quote Link to comment Share on other sites More sharing options...
0 NazoX Posted March 27, 2022 Report Share Posted March 27, 2022 ¿Has añadido los archivos del sistema? -Es decir, a veces traen archivos llamados "Ticket_System.cpp & Ticket_System.h" eso debes añadirlo en su ruta y aplicarlos desde el visual estudio. JohnTonS 1 Quote Link to comment Share on other sites More sharing options...
0 JohnTonS Posted March 27, 2022 Author Report Share Posted March 27, 2022 hace 1 hora, NazoX dijo: ¿Has añadido los archivos del sistema? -Es decir, a veces traen archivos llamados "Ticket_System.cpp & Ticket_System.h" eso debes añadirlo en su ruta y aplicarlos desde el visual estudio. Ya añadido, ahora tengo este problema: 0327 15:43:40331 :: Traceback (most recent call last): 0327 15:43:40332 :: File "networkmodule.py", line 244, in SetGamePhase 0327 15:43:40332 :: File "game.py", line 144, in __init__ 0327 15:43:40333 :: File "uiticket.py", line 369, in __init__ 0327 15:43:40333 :: File "uiticket.py", line 162, in __init__ 0327 15:43:40333 :: File "uiticket.py", line 230, in Load__Elements__ 0327 15:43:40333 :: AttributeError 0327 15:43:40333 :: : 0327 15:43:40333 :: 'module' object has no attribute 'MakeTexts' 0327 15:43:40333 :: Quote Link to comment Share on other sites More sharing options...
Question
JohnTonS
Hola, estoy intentando compilar, pero tengo este error al ultimo paso.
Que esta mal?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.