Where would one find out those things? cREVStandaloneSettings isn't listed in the dictionary or the user's guide. I'd wonder where I may find a complete language and API reference guide.mwieder wrote:You can also get at the standalone builder's strings to set up the uRIP properties during development if you need to:
Code: Select all
put the cREVStandaloneSettings["Windows,productversion1"] of this stack into tVersion1
cREVStandaloneSettings & Co
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
cREVStandaloneSettings & Co
Re: cREVStandaloneSettings & Co
Well, you probably don't want to go messing around with the standalone settings, but just poking around uncovers a lot of stuff <g>. The stuff that *is* documented in the dictionary and user guide is official and sanctioned for use. Anything else is subject to change at any time. The whole standalone builder infrastructure may get refactored some day and then anything you base on existing undocumented features would have to be redone.