Hi all, i'm back after 4 months of my Dark SDK collecting dust to try and get it setup but again I have failed somewhere and I don't know where but I get the error 'fatal error LNK1120: 1 unresolved externals'
The compile log with the test program:
1>------ Build started: Project: Setup Test, Configuration: Debug Win32 ------
1>Compiling...
1>Setup Test File.cpp
1>Linking...
1>LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
1>E:\My Documents\Visual Studio 2005\Projects\Setup Test\Debug\Setup Test.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://e:\My Documents\Visual Studio 2005\Projects\Setup Test\Setup Test\Debug\BuildLog.htm"
1>Setup Test - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any ideas on what's wrong?
- Scarface