Hi, i haven't used DGDK in a bit and i tried compiling a basic blank application
#include "DarkGDK.h"
void DarkGDK ( void )
{
dbSyncOn ( );
while ( LoopGDK ( ) )
{
dbSync ( );
}
}
and i get the following errors/warnings:
1>Compiling...
1>Main.cpp
1>Linking...
1>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRTD.lib(MSVCR80D.dll)
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>E:General DataSource Code Dark GDKHistory GameDebugHistory Game.exe : fatal error LNK1169: one or more multiply defined symbols found
EDIT: Problem found, don't worry