1
General / Re: Trouble switching states...
« on: February 03, 2014, 09:13:11 pm »
Wow, that is absolutely embarrassing... Sure enough, the problem is solved. Thanks for pointing that out, panithadrum!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Is the second screenshot correct? You're trying to compile in Release but in the screenshot, the active configuration you're changing is Debug (Top-Left corner).
1>------ Rebuild All started: Project: Rainfall3, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'Rainfall3', configuration 'Debug|Win32'
1>Compiling...
1>Main.cpp
1>Compiling manifest to resources...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Linking...
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>Embedding manifest...
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:\Users\Mike\Documents\Visual Studio 2008\Projects\Rainfall3\Rainfall3\Debug\BuildLog.htm"
1>Rainfall3 - 0 error(s), 1 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========