I cannot create a Release version.
-
I got a strange message from my compiler. Same code, same (at nearly) settings for Debug and Release versions. But what is more important, same files and same code! But when I try to create Release version, I get this: Error CVT1100 duplicate resource. type:MANIFEST, name:1, language:0x0409 WTL3 C:\Users\Andrew\Documents\Visual Studio 2015\Projects\WarperPro\CVTRES 1 But Debug version can be created. Any ideas? I checked the project's settings and found nothing suspicious.
-
I got a strange message from my compiler. Same code, same (at nearly) settings for Debug and Release versions. But what is more important, same files and same code! But when I try to create Release version, I get this: Error CVT1100 duplicate resource. type:MANIFEST, name:1, language:0x0409 WTL3 C:\Users\Andrew\Documents\Visual Studio 2015\Projects\WarperPro\CVTRES 1 But Debug version can be created. Any ideas? I checked the project's settings and found nothing suspicious.
-
I got a strange message from my compiler. Same code, same (at nearly) settings for Debug and Release versions. But what is more important, same files and same code! But when I try to create Release version, I get this: Error CVT1100 duplicate resource. type:MANIFEST, name:1, language:0x0409 WTL3 C:\Users\Andrew\Documents\Visual Studio 2015\Projects\WarperPro\CVTRES 1 But Debug version can be created. Any ideas? I checked the project's settings and found nothing suspicious.
-
Check your Linker and Manifest settings in the project properties. It may be that you have a manifest reference in your resource file that should not be there, or is not being added correctly.
Thank you, your tip was useful. I checked all places in the project's settings where I met the word "manifest" and found one, where settings for Debug and Release were different. Release wanted to generate manifest file, but Debug did not. I excluded manifest generation for the Release version and finally got it.
-
Thank you, your tip was useful. I checked all places in the project's settings where I met the word "manifest" and found one, where settings for Debug and Release were different. Release wanted to generate manifest file, but Debug did not. I excluded manifest generation for the Release version and finally got it.