Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on Enterprise MFC application where the resource ID's are out side the Microsofts recommended range. Due to this ...

1. So when this application is run in Debug build asserts are shown(bcoz of out of range resource ID) and I am not able to run this application in Debug build. In release build the application works fine.

2. User has the facility to store the workspace i.e he can save the windows, their position, and other data in workspace. The Command ID's for the Menu's are stored in workspace file. If command ID's are changed in resource.h then
workspace's from the old version will stop working.
If the Command ID's are changed in resource.h then old workspaces need to be migrated. Is there anyway to make the workspace independent of Command ID and ensure that workspace migration is not required in future?

3. Also need to cleanup unused resource ID's
Is there any way to cleanup the resource ID which are unused?
Posted
Updated 24-May-15 19:44pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900