G
Guest
I have a CLI/C++ library that links with a Native C++ library. Everything
works and runs fine. However I get the following warning.
warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO'
specification
When I look at the CLI/C++ Lib link command line it has /INCREMENTAL so I am
not sure what it is refering to.
-Zach
works and runs fine. However I get the following warning.
warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO'
specification
When I look at the CLI/C++ Lib link command line it has /INCREMENTAL so I am
not sure what it is refering to.
-Zach