Hi,
I follow the building tutorial :
but I've still have some linking problem:
Code:
------ Build started: Project: test_box2d, Configuration: Debug Win32 ------
Compiling...
HelloWorld.cpp
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
F:\devkitPro\Projet\test_box2d\Debug\test_box2d.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://f:\devkitPro\Projet\test_box2d\test_box2d\Debug\BuildLog.htm"
test_box2d - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Do you know what it is?