If you discover problems compiling your application then there is a setting for the maximum size of the binary being created. The registry key is HKEY_CURRENT_USER\Software\ComputerAssociates\CA-Visual Objects 2.5\VOLink
Create the value BinarySize, this specifies the largest size of executable that VO will allow you to compile. Typical values are, 0x4000000 (64mb) and 0x8000000 (128mb).
If you want to change the setting on VO 2.7 then edit the config file and add or edit the section VOLink.
[VOLink]
BinarySize=0x4000000

