Hello there! I'm trying to get to work agar-helloworld program to work. It compiles with some warnings:
1>------ Rebuild All started: Project: agar test 2, Configuration: Debug Win32 ------ 1> main.cpp 1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\wchar.h(474): warning C4091: 'typedef ' : ignored on left of '__int64' when no variable is declared 1> Creating library C:\Users\Nuta\Desktop\agar test 2\Debug\agar test 2.lib and object C:\Users\Nuta\Desktop\agar test 2\Debug\agar test 2.exp 1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library 1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library 1> Creating library C:\Users\Nuta\Desktop\agar test 2\Debug\agar test 2.lib and object C:\Users\Nuta\Desktop\agar test 2\Debug\agar test 2.exp 1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library 1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library 1> agar test 2.vcxproj -> C:\Users\Nuta\Desktop\agar test 2\Debug\agar test 2.exe ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ========== Tho, in the end it succeeds, as you can see in compilation log. The problem occurs, when I try to run it. Immediately after I do so, alert popups (translated to english from polish): agar test 2.exe - Application Error Application didn't run properly (0xc000007b). Click OK button, to close the application. Sorry if translation isn't 100% equal to real English error. And then, I close it, of course. How to resolve the problem? I use a VS10 C++ Express on Windows 7 x64 _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
