When using VFP 7 portably, you still access the robust features that made it a significant upgrade over version 6.0:
Some online sources claim you can make the portable by:
Use SYS(2003) to identify the current startup directory and map all library ( .VCX ) and procedure ( .PRG ) calls relative to that root. 3. Automated Environment "Clean Room" Portable apps should leave no trace. This feature would:
These can be placed in the same folder as your .exe .
When using VFP 7 portably, you still access the robust features that made it a significant upgrade over version 6.0:
Some online sources claim you can make the portable by:
Use SYS(2003) to identify the current startup directory and map all library ( .VCX ) and procedure ( .PRG ) calls relative to that root. 3. Automated Environment "Clean Room" Portable apps should leave no trace. This feature would:
These can be placed in the same folder as your .exe .