Search found 3 matches

by mmcc
Thu Oct 30, 2014 5:22 pm
Forum: AI Bots
Topic: Visual Studio 2013 Compilation Issue
Replies: 2
Views: 12416

Re: Visual Studio 2013 Compilation Issue

I found a temporary solution in installing Visual C++ Express 2008. Download the file from Microsoft here: http://go.microsoft.com/?linkid=7729279 Now switch the compiler in VS2013: 1. Right click the project and select 'Properties'. 2. Under 'Configuration Properties' select 'General' 3. Change 'Pl...
by mmcc
Thu Oct 30, 2014 4:07 pm
Forum: AI Bots
Topic: Visual Studio 2013 Compilation Issue
Replies: 2
Views: 12416

Re: Visual Studio 2013 Compilation Issue

A little digging appears to suggest that passing STL objects, such as std::strings, causes errors when the main application and DLL have been compiled against different runtimes. Two solutions exist: a. Introversion recompiles Defcon against VS2013 b. I recompile the DLL using VS2005/2008 or find an...
by mmcc
Thu Oct 30, 2014 3:35 pm
Forum: AI Bots
Topic: Visual Studio 2013 Compilation Issue
Replies: 2
Views: 12416

Visual Studio 2013 Compilation Issue

Hi everyone, I have copied the source for simplebot to a new folder, upgraded it to a Visual Studio 2013 project and compiled. No errors, no warnings. But when selected in the main game, it throws a a general error: "This application has requested the Runtime to terminate it in an unusual way. ...

Go to advanced search