Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 32
  1. #16
    Instrumental's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Global
    Posts
    1,220
    Reputation
    59
    Thanks
    832
    My Mood
    Cheerful
    Quote Originally Posted by xxcrusherxx View Post
    already started modding it, will soon open a hacks folder and auto inject once the game is loaded.

    [IMG]https://i1099.photobucke*****m/albums/g388/kingdacrush/862b34e42b2451bb929e82f1af831a42.png[/IMG]
    seems interesting !

  2. #17
    pov5's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    I'm getting this error when I'm compiling steam_api,


    Code:
    1>------ Build started: Project: steam_api_emu, Configuration: Debug Win32 ------
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: void __cdecl cLogging::AddToLogFileA(char *,char *,...)" (?AddToLogFileA@cLogging@@QAAXPAD0ZZ) referenced in function "void __cdecl TeknoGodzMW2_SetNickname(char *)" (?TeknoGodzMW2_SetNickname@@YAXPAD@Z)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "class cLogging g_Logging" (?g_Logging@@3VcLogging@@A)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl charToDword(char *,unsigned long *)" (?charToDword@@YA_NPADPAK@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl makeIPstr(unsigned long,char *)" (?makeIPstr@@YAXKPAD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl parseIpPort(char *,unsigned long *,unsigned short *)" (?parseIpPort@@YA_NPADPAKPAG@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "unsigned long g_MasterIp" (?g_MasterIp@@3KA)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "unsigned short g_MasterPort" (?g_MasterPort@@3GA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl SetExternalIP(unsigned long)" (?SetExternalIP@@YAXK@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "int __cdecl GetHWIDSteamID(void)" (?GetHWIDSteamID@@YAHXZ) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl GetInternalIP(void)" (?GetInternalIP@@YAKXZ) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl GetExternalIP(bool,char *)" (?GetExternalIP@@YAK_NPAD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "char GAME_MODE" (?GAME_MODE@@3DA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: void __thiscall CIniWriter::WriteString(char *,char *,char *)" (?WriteString@CIniWriter@@QAEXPAD00@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "struct _NET_ADDRESS_LIST g_IpList" (?g_IpList@@3U_NET_ADDRESS_LIST@@A)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl info(char const *,...)" (?info@@YAXPBDZZ) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_GlobalBans" (?g_GlobalBans@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: void __thiscall CIniWriter::WriteInteger(char *,char *,int)" (?WriteInteger@CIniWriter@@QAEXPAD0H@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "int g_DefaultInterface" (?g_DefaultInterface@@3HA)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_TkDev" (?g_TkDev@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CIniReader::ReadBoolean(char *,char *,bool)" (?ReadBoolean@CIniReader@@QAE_NPAD0_N@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "int g_NewFov" (?g_NewFov@@3HA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: int __thiscall CIniReader::ReadInteger(char *,char *,int)" (?ReadInteger@CIniReader@@QAEHPAD0H@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: char * __thiscall CIniReader::ReadString(char *,char *,char const *)" (?ReadString@CIniReader@@QAEPADPAD0PBD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: __thiscall CIniWriter::CIniWriter(char *)" (??0CIniWriter@@QAE@PAD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: __thiscall CIniReader::CIniReader(char *)" (??0CIniReader@@QAE@PAD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl InitFloat(void)" (?InitFloat@@YAXXZ) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "unsigned long * g_SteamID_DW64" (?g_SteamID_DW64@@3PAKA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "char * __cdecl SaveDWMpdataToFile(bool)" (?SaveDWMpdataToFile@@YAPAD_N@Z) referenced in function "unsigned long __stdcall ProfileDumper_thread(void *)" (?ProfileDumper_thread@@YGKPAX@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookKeyboard(void)" (?HookKeyboard@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetDvarAndFuncListPtrs(void)" (?GetDvarAndFuncListPtrs@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookConsole(void)" (?HookConsole@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookGenerateSecurityKeys(void)" (?HookGenerateSecurityKeys@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookDWGetFile(void)" (?HookDWGetFile@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookDWLogFunc(void)" (?HookDWLogFunc@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_Set_Ranked_Games" (?g_Set_Ranked_Games@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetBlobLoader(void)" (?GetBlobLoader@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetHeatmapCheckPtr(void)" (?GetHeatmapCheckPtr@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookGetServerInfo(void)" (?HookGetServerInfo@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookProcessClientUICommand(void)" (?HookProcessClientUICommand@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetClientsBlock(void)" (?GetClientsBlock@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookGetBanStatus(void)" (?HookGetBanStatus@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetConsolePrintf(void)" (?GetConsolePrintf@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetFillServerInfo(void)" (?GetFillServerInfo@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookIsMapInstalled(void)" (?HookIsMapInstalled@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetGameBuildNum(void)" (?GetGameBuildNum@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookAuthorizeIP(void)" (?HookAuthorizeIP@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookDvarToStrForScripts(void)" (?HookDvarToStrForScripts@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl PatchVariousStuff(void)" (?PatchVariousStuff@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookGetAssetFunc(void)" (?HookGetAssetFunc@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_Patch_DW_ConnectionStatus" (?g_Patch_DW_ConnectionStatus@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl StartStunServer(void)" (?StartStunServer@@YAXXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_Patch_DW_STUN_Server_port_and_hosts" (?g_Patch_DW_STUN_Server_port_and_hosts@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl PatchMW3Coop(void)" (?PatchMW3Coop@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetConsole(void)" (?GetConsole@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "struct _NET_ADDRESS_LIST * __cdecl EnumNetworkAdapters(void)" (?EnumNetworkAdapters@@YAPAU_NET_ADDRESS_LIST@@XZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl ValidateLoaderMutex(void)" (?ValidateLoaderMutex@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetGameMode(void)" (?GetGameMode@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl ValidateDumperMutex(void)" (?ValidateDumperMutex@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>C:\Users\Admin\Desktop\teknogods-TeknoMW3-f5def87\teknogods-TeknoMW3-f5def87\steam_api_emu\Debug\steam_api_emu.dll : fatal error LNK1120: 58 unresolved externals
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Last edited by MarkHC; 10-03-2012 at 12:29 AM. Reason: Added Code Tags for everyone's sake -.-'

  3. #18
    CarlosxD's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pov5 View Post
    I'm getting this error when I'm compiling steam_api,


    Code:
    1>------ Build started: Project: steam_api_emu, Configuration: Debug Win32 ------
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: void __cdecl cLogging::AddToLogFileA(char *,char *,...)" (?AddToLogFileA@cLogging@@QAAXPAD0ZZ) referenced in function "void __cdecl TeknoGodzMW2_SetNickname(char *)" (?TeknoGodzMW2_SetNickname@@YAXPAD@Z)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "class cLogging g_Logging" (?g_Logging@@3VcLogging@@A)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl charToDword(char *,unsigned long *)" (?charToDword@@YA_NPADPAK@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl makeIPstr(unsigned long,char *)" (?makeIPstr@@YAXKPAD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl parseIpPort(char *,unsigned long *,unsigned short *)" (?parseIpPort@@YA_NPADPAKPAG@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "unsigned long g_MasterIp" (?g_MasterIp@@3KA)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "unsigned short g_MasterPort" (?g_MasterPort@@3GA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl SetExternalIP(unsigned long)" (?SetExternalIP@@YAXK@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "int __cdecl GetHWIDSteamID(void)" (?GetHWIDSteamID@@YAHXZ) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl GetInternalIP(void)" (?GetInternalIP@@YAKXZ) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "unsigned long __cdecl GetExternalIP(bool,char *)" (?GetExternalIP@@YAK_NPAD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "char GAME_MODE" (?GAME_MODE@@3DA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: void __thiscall CIniWriter::WriteString(char *,char *,char *)" (?WriteString@CIniWriter@@QAEXPAD00@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "struct _NET_ADDRESS_LIST g_IpList" (?g_IpList@@3U_NET_ADDRESS_LIST@@A)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl info(char const *,...)" (?info@@YAXPBDZZ) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_GlobalBans" (?g_GlobalBans@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: void __thiscall CIniWriter::WriteInteger(char *,char *,int)" (?WriteInteger@CIniWriter@@QAEXPAD0H@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "int g_DefaultInterface" (?g_DefaultInterface@@3HA)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_TkDev" (?g_TkDev@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CIniReader::ReadBoolean(char *,char *,bool)" (?ReadBoolean@CIniReader@@QAE_NPAD0_N@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "int g_NewFov" (?g_NewFov@@3HA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: int __thiscall CIniReader::ReadInteger(char *,char *,int)" (?ReadInteger@CIniReader@@QAEHPAD0H@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: char * __thiscall CIniReader::ReadString(char *,char *,char const *)" (?ReadString@CIniReader@@QAEPADPAD0PBD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: __thiscall CIniWriter::CIniWriter(char *)" (??0CIniWriter@@QAE@PAD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "public: __thiscall CIniReader::CIniReader(char *)" (??0CIniReader@@QAE@PAD@Z) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl InitFloat(void)" (?InitFloat@@YAXXZ) referenced in function "int __cdecl TeknoGodzMW2_SteamSetup(void)" (?TeknoGodzMW2_SteamSetup@@YAHXZ)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "unsigned long * g_SteamID_DW64" (?g_SteamID_DW64@@3PAKA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "char * __cdecl SaveDWMpdataToFile(bool)" (?SaveDWMpdataToFile@@YAPAD_N@Z) referenced in function "unsigned long __stdcall ProfileDumper_thread(void *)" (?ProfileDumper_thread@@YGKPAX@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookKeyboard(void)" (?HookKeyboard@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetDvarAndFuncListPtrs(void)" (?GetDvarAndFuncListPtrs@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookConsole(void)" (?HookConsole@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookGenerateSecurityKeys(void)" (?HookGenerateSecurityKeys@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookDWGetFile(void)" (?HookDWGetFile@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookDWLogFunc(void)" (?HookDWLogFunc@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_Set_Ranked_Games" (?g_Set_Ranked_Games@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetBlobLoader(void)" (?GetBlobLoader@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetHeatmapCheckPtr(void)" (?GetHeatmapCheckPtr@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookGetServerInfo(void)" (?HookGetServerInfo@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookProcessClientUICommand(void)" (?HookProcessClientUICommand@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetClientsBlock(void)" (?GetClientsBlock@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookGetBanStatus(void)" (?HookGetBanStatus@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetConsolePrintf(void)" (?GetConsolePrintf@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetFillServerInfo(void)" (?GetFillServerInfo@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookIsMapInstalled(void)" (?HookIsMapInstalled@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetGameBuildNum(void)" (?GetGameBuildNum@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookAuthorizeIP(void)" (?HookAuthorizeIP@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookDvarToStrForScripts(void)" (?HookDvarToStrForScripts@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl PatchVariousStuff(void)" (?PatchVariousStuff@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl HookGetAssetFunc(void)" (?HookGetAssetFunc@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_Patch_DW_ConnectionStatus" (?g_Patch_DW_ConnectionStatus@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "void __cdecl StartStunServer(void)" (?StartStunServer@@YAXXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2001: unresolved external symbol "bool g_Patch_DW_STUN_Server_port_and_hosts" (?g_Patch_DW_STUN_Server_port_and_hosts@@3_NA)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl PatchMW3Coop(void)" (?PatchMW3Coop@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetConsole(void)" (?GetConsole@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "struct _NET_ADDRESS_LIST * __cdecl EnumNetworkAdapters(void)" (?EnumNetworkAdapters@@YAPAU_NET_ADDRESS_LIST@@XZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl ValidateLoaderMutex(void)" (?ValidateLoaderMutex@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl GetGameMode(void)" (?GetGameMode@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>steam_api_emu.obj : error LNK2019: unresolved external symbol "bool __cdecl ValidateDumperMutex(void)" (?ValidateDumperMutex@@YA_NXZ) referenced in function "int __cdecl SteamAPI_Main(struct HINSTANCE__ *,unsigned long)" (?SteamAPI_Main@@YAHPAUHINSTANCE__@@K@Z)
    1>C:\Users\Admin\Desktop\teknogods-TeknoMW3-f5def87\teknogods-TeknoMW3-f5def87\steam_api_emu\Debug\steam_api_emu.dll : fatal error LNK1120: 58 unresolved externals
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    I have the same error with the Steam_api.dll
    Last edited by MarkHC; 10-03-2012 at 12:30 AM.

  4. #19
    XiAtomikiX's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    141
    Reputation
    22
    Thanks
    31
    Quote Originally Posted by CarlosxD View Post
    I have the same error with the Steam_api.dll
    if u guys are having this much errors u need to redownload the whole source and start over. they include the whole project but there are a few things
    that need fixing
    1. dependies so your steam api will use the correct includes
    2.Knowledge of c++
    3. do not copy and paste
    if u cant figure it out from there i think you maybe need to first try to make your own hello world app before you move into a project like this
    no offense but there really didnt put any noob things in there,its really crappy coding skills,i didnt really need to change anything to get it to work
    its pretty simple to do .

  5. #20
    pov5's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    There isn't any includes to add and if there are, what is it

  6. #21
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    I'll make a video and post it to show you guys that there aren't any errors; Also I'll show my setup :P
    So there should be no more complaints.

  7. #22
    XiAtomikiX's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    141
    Reputation
    22
    Thanks
    31
    Quote Originally Posted by Kenshin13 View Post
    I'll make a video and post it to show you guys that there aren't any errors; Also I'll show my setup :P
    So there should be no more complaints.
    I am probably going to release my project this weekend. i got majority of it working the dedy servers seem to be buggy on my end though so ill need to work on that
    im trying to do like 3 different projects at once. i move back and forth when i get stuck

  8. #23
    CarlosxD's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Kenshin13 View Post
    I'll make a video and post it to show you guys that there aren't any errors; Also I'll show my setup :P
    So there should be no more complaints.
    So waithing the video

    Thanks @Kenshin13

    ---------- Post added at 10:21 PM ---------- Previous post was at 10:20 PM ----------

    Quote Originally Posted by XiAtomikiX View Post
    if u guys are having this much errors u need to redownload the whole source and start over. they include the whole project but there are a few things
    that need fixing
    1. dependies so your steam api will use the correct includes
    2.Knowledge of c++
    3. do not copy and paste
    if u cant figure it out from there i think you maybe need to first try to make your own hello world app before you move into a project like this
    no offense but there really didnt put any noob things in there,its really crappy coding skills,i didnt really need to change anything to get it to work
    its pretty simple to do .
    think you have something q see using VS.Net 2010?[COLOR="Silver"]

    ---------- Post added at 10:28 PM ---------- Previous post was at 10:21 PM ----------

    [/COLOR @Kenshin13 you can do any video tutorial for configure this Codes?

  9. #24
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by CarlosxD View Post
    So waithing the video

    Thanks @Kenshin13

    ---------- Post added at 10:21 PM ---------- Previous post was at 10:20 PM ----------



    think you have something q see using VS.Net 2010?[COLOR="Silver"]

    ---------- Post added at 10:28 PM ---------- Previous post was at 10:21 PM ----------

    [/COLOR @Kenshin13 you can do any video tutorial for configure this Codes?
    WOW!! Thx for reminding me!
    Apparently I made that post when I was stoned. no memory. I'll do it soon. And colors? I use VSAssist :P

  10. #25
    CarlosxD's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Kenshin13 View Post
    WOW!! Thx for reminding me!
    Apparently I made that post when I was stoned. no memory. I'll do it soon. And colors? I use VSAssist :P
    So waithin the video

  11. #26
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Quote Originally Posted by CarlosxD View Post
    So waithin the video
    I'll PM You

  12. #27
    CarlosxD's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    @Kenshin13 and as they do for the master server and dedicated server with my ip is that I have to modify or line is configured only for yourself?

  13. #28
    TheExGamer's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Earth
    Posts
    9
    Reputation
    10
    Thanks
    2
    Many people are having problem's debugging the TeknoMw3 file's.

    **** Here's A Fix ****

    1st uninstall all of the 2010 Express Programs like Vb.net ,C# ,C++ ect.
    2nd Search for Visual Studio 2010 ultimate full version
    3rd look for Microsoft Visual Studio 2010 in your All Program tab
    4th Run it As Administrator
    5th Click on file, Open and search for teknogods-TeknoMW3-f5def87 then Click steam_api_emu, After you done that, simply click Build>Build Solution

    Then your done.

    If you got any question Pm me

  14. The Following 2 Users Say Thank You to TheExGamer For This Useful Post:

    Kenshin13 (10-05-2012),pov5 (10-05-2012)

  15. #29
    [HZD]Narraka's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Underground
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Quote Originally Posted by xxcrusherxx View Post
    already started modding it, will soon open a hacks folder and auto inject once the game is loaded.

    [IMG]https://i1099.photobucke*****m/albums/g388/kingdacrush/862b34e42b2451bb929e82f1af831a42.png[/IMG]
    when will it be out?
    Last edited by MarkHC; 10-19-2012 at 03:22 PM.

  16. #30
    passworddinesh's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    kenshin13 contact me ok give me a link i will se what i could do ok
    {gotb3workingfortekno}
    and im from trinidad

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. freedompeace Sunrise, Gingerbread full source code release
    By freedompeace in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 81
    Last Post: 10-10-2010, 07:48 AM
  2. [Help] Source code +Help+Release
    By maxius12 in forum CrossFire Hacks & Cheats
    Replies: 33
    Last Post: 02-26-2010, 09:22 PM
  3. <releasing 2 morrow> new opk hack ~source code~ C++
    By pikamew4 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 21
    Last Post: 12-02-2009, 02:59 PM
  4. Open Source Release. Semi-Useless Timer Source Code!
    By User1 in forum Visual Basic Programming
    Replies: 6
    Last Post: 09-20-2009, 02:55 AM
  5. [Release] ****** DLL Source Code
    By OneWhoSighs in forum WarRock - International Hacks
    Replies: 20
    Last Post: 10-25-2007, 07:41 AM