Ever wonder why your CAA V5 dll miss the version information tab when you right-click your module dll in windows explorer and select properties? here is a trick I'd like to share with you:
Open your CAA V5 workspace in Visual Studio with RADE installed of course:
1. Right Click your module name in the Solution Explorer, Select Add->Add Resources
2. Select Version in the Resource dialog, click "New" button.
3. Copy the saved resource from its original location ( under ToolsData) to your ./src directory of your module.
4. Change the values accordingly by double-click the .rc file
5. compile your module. |