Done This:
Project->Properties->Configuration Properties->C/C++->Code Generation->Runtime Library->/MT
This is my code:
#include <string>
#include "DarkGDK.h"
void DarkGDK ( void )
{
std::string sString = "Hello";
dbWaitKey();
return;
}
This is the error i get:
1>Compiling...
1>Main.cpp
1>Linking...
1>Embedding manifest...
1>Project : error PRJ0002 : Error result 31 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\mt.exe'.
1>Build log was saved at "file://c:\Users\DanielSr\Documents\Visual Studio 2008\Projects\Dark GDK - Game2\Dark GDK - Game2\Debug\BuildLog.htm"
1>Dark GDK - Game2 - 1 error(s), 0 warning(s)
Any ideas?