R
RD Holland
Guest
We have upgraded from 2017 to 2019 and converted our solutions. Today I needed to add a dialog resource to a project. I already built the resource project with no problem. Then I inserted a dialog and tried to build. I got:
CVTRES : fatal error CVT1100: duplicate resource. typeialog
I opened the .h file and the ID in question is only used by one dialog, the new one I inserted. But, there are string resource IDs in the file and one of them uses the same value that the new dialog is using.
Is it invalid to have a string resource ID value that is the same as a dialog resource ID value?
I see that the next resource value is lower than a number of strings we inserted in the last year or so. Looks like I have to scour this include file (which is not small by any means) and find out what the "next" valid ID will be and modify the file by hand.
R.D. Holland
Continue reading...
CVTRES : fatal error CVT1100: duplicate resource. typeialog
I opened the .h file and the ID in question is only used by one dialog, the new one I inserted. But, there are string resource IDs in the file and one of them uses the same value that the new dialog is using.
Is it invalid to have a string resource ID value that is the same as a dialog resource ID value?
I see that the next resource value is lower than a number of strings we inserted in the last year or so. Looks like I have to scour this include file (which is not small by any means) and find out what the "next" valid ID will be and modify the file by hand.
R.D. Holland
Continue reading...