Just fixed one error, and then I get this error
1>------ Build started: Project: DBPro Test 1, Configuration: Debug Win32 ------
1>Compiling...
1>core.cpp
1>Linking...
1>LINK : C:\Documents and Settings\Ped\Mine dokumenter\Visual Studio 2008\Projects\DBPro Test 1\Debug\DBPro Test 1.exe not found or not built by the last incremental link; performing full link
1>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRTD.lib(MSVCR90D.dll)
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>C:\Documents and Settings\Ped\Mine dokumenter\Visual Studio 2008\Projects\DBPro Test 1\Debug\DBPro Test 1.exe : fatal error LNK1169: one or more multiply defined symbols found
1>Build log was saved at "file://c:\Documents and Settings\Ped\Mine dokumenter\Visual Studio 2008\Projects\DBPro Test 1\DBPro Test 1\Debug\BuildLog.htm"
1>DBPro Test 1 - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
And this is my sourcecode
#include <DarkGDK.h>
int main()
{
dbSyncOn ( );
return 0;
}
Btw I it matters, I have tried #include "DarkGDK.h" to, no difference.