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

Linker warning

$
0
0
I wrote some code that was given to me to learn from and while I built the program I saw this in the status window of Visual C++ 2022

Code:

warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
I guess what I'm asking is how to compile without any errors or warnings. I did check the linker settings of the project and put No (/INCREMENTAL:NO). That doesn't fix it however but it was the first thing I thought about.

Viewing all articles
Browse latest Browse all 3046

Trending Articles