I get this error when i compile my program.
multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _DPSPGUID_TCPIP referenced in function \\\\\\\"public: int __thiscall CNetwork::SetNetConnections(int)\\\\\\\" (?SetNetConnections@CNetwork@@QAEHH@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _DPSPGUID_IPX referenced in function \\\\\\\"public: int __thiscall CNetwork::SetNetConnections(int)\\\\\\\" (?SetNetConnections@CNetwork@@QAEHH@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _CLSID_DirectPlay referenced in function \\\\\\\"private: static int __stdcall CNetwork::StaticGetConnection(struct _GUID const *,void *,unsigned long,struct DPNAME const *,unsigned long,void *)\\\\\\\" (?StaticGetConnection@CNetwork@@CGHPBU_GUID@@PAXKPBUDPNAME@@K1@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _IID_IDirectPlay4A referenced in function \\\\\\\"private: static int __stdcall CNetwork::StaticGetConnection(struct _GUID const *,void *,unsigned long,struct DPNAME const *,unsigned long,void *)\\\\\\\" (?StaticGetConnection@CNetwork@@CGHPBU_GUID@@PAXKPBUDPNAME@@K1@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _DPAID_ComPort referenced in function \\\\\\\"public: int __thiscall CNetwork::FindNetSessions(char *)\\\\\\\" (?FindNetSessions@CNetwork@@QAEHPAD@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _DPSPGUID_SERIAL referenced in function \\\\\\\"public: int __thiscall CNetwork::FindNetSessions(char *)\\\\\\\" (?FindNetSessions@CNetwork@@QAEHPAD@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _DPAID_Phone referenced in function \\\\\\\"public: int __thiscall CNetwork::FindNetSessions(char *)\\\\\\\" (?FindNetSessions@CNetwork@@QAEHPAD@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _DPSPGUID_MODEM referenced in function \\\\\\\"public: int __thiscall CNetwork::FindNetSessions(char *)\\\\\\\" (?FindNetSessions@CNetwork@@QAEHPAD@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _DPAID_INet referenced in function \\\\\\\"public: int __thiscall CNetwork::FindNetSessions(char *)\\\\\\\" (?FindNetSessions@CNetwork@@QAEHPAD@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _DPAID_ServiceProvider referenced in function \\\\\\\"public: int __thiscall CNetwork::FindNetSessions(char *)\\\\\\\" (?FindNetSessions@CNetwork@@QAEHPAD@Z)
1>multiplayer.lib(CNetwork.obj) : error LNK2019: unresolved external symbol _IID_IDirectPlayLobby2A referenced in function \\\\\\\"public: int __thiscall CNetwork::FindNetSessions(char *)\\\\\\\" (?FindNetSessions@CNetwork@@QAEHPAD@Z)
I did NOT add nor to i wish to add multi player stuff to my game. This all just randomly started up. I looked around for help on this forum but all i can find is adding dummy multi player stuff, and i find that a waste of my time / not fixing the real problem, which is this randomly started happening and obviously means something broke i guess. I\\\\\\\'m trying to fix this on my own, but currently am very lost.