Original Post
I am getting these strange linker errors: FreakoutVSdotNET2003_1 error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8 FreakoutVSdotNET2003_1 error LNK2001: unresolved external symbol __RTC_CheckEsp FreakoutVSdotNET2003_1 error LNK2001: unresolved external symbol __RTC_InitBase FreakoutVSdotNET2003_1 error LNK2001: unresolved external symbol __RTC_InitBase FreakoutVSdotNET2003_1 error LNK2001: unresolved external symbol __RTC_Shutdown FreakoutVSdotNET2003_1 error LNK2001: unresolved external symbol __RTC_Shutdown FreakoutVSdotNET2003_1 error LNK2019: unresolved external symbol @_RTC_CheckStackVars@8 referenced in function "int __cdecl DD_Init(int,int,int)" (?DD_Init@@YAHHHH@Z) FreakoutVSdotNET2003_1 error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function "int __cdecl DD_Init(int,int,int)" (?DD_Init@@YAHHHH@Z) FreakoutVSdotNET2003_1 fatal error LNK1120: 4 unresolved externals Can anyone help me? Have I forgot to include a lib or something like that? I am trying to compile the Freakout example from "Tricks of the Windows game programming gurus" with VS.NET 2003. The code is in C/C++.