Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

Incremental Linker warning

$
0
0
I suppose this is a newbie question but I can't seem to rid of this warning. When building a program from SMFL's website I run into this warning even though it built and runs properly. I've searched everywhere for a answer and didn't find one.

These are the project settings. For additional dependencies.

Code:

sfml-system-s-d.lib
sfml-graphics-s-d.lib
sfml-window-s-d.lib
sfml-network-s-d.lib
sfml-audio-s-d.lib
sfml-main.lib
opengl32.lib
winmm.lib

The output from the build.

Code:

Build started at 2:59 PM...
1>------ Build started: Project: Timber, Configuration: Debug Win32 ------
1>LINK : C:\VS Project\Timber\Debug\Timber.exe not found or not built by the last incremental link; performing full link
1>Timber.vcxproj -> C:\VS Project\Timber\Debug\Timber.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 2:59 PM and took 00.205 seconds ==========

It builds and runs but I don't understand the warning or how to get rid of it. Any suggestions please? Thanx in advance.

Viewing all articles
Browse latest Browse all 3046

Trending Articles