When creating a VFP project that contains many programs, forms and libraries, is there a way to have the forms encrypted, but without using a single .exe that contains all the files?
The application we are setting up can be compiled into a single .exe and this works fine as far as encryption and all programs and forms being able to see each other. But the managers have requested (or insisted) that the application be broken up into smaller pieces so that upgrades are easier for the customer to download, since many changes will be made and sent out almost daily for at least a few months.
With about 290 .prg files and over 400 forms, the manager's acceptable solution is to use encrypted .fxp's. But how can the forms be encrypted and seen by other programs and forms?
Any one form or program can be called by any one or more program or other form.
We have tried building an .exe for a form and setting it as main in the project, but parameters are not passed, . . .
We have considered creating an .exe for each form, creating a .prg to set as main, where the prg will just call the form with the parameters received, but this of course is a lot of work to do for 400 forms.
Is there any way to do this other than with a single .exe?
That is the sad thing, is that the application runs completely fine using a single .exe. But sending out a 20MB .exe each time a small fix is done is not acceptable to the managers.
The application we are setting up can be compiled into a single .exe and this works fine as far as encryption and all programs and forms being able to see each other. But the managers have requested (or insisted) that the application be broken up into smaller pieces so that upgrades are easier for the customer to download, since many changes will be made and sent out almost daily for at least a few months.
With about 290 .prg files and over 400 forms, the manager's acceptable solution is to use encrypted .fxp's. But how can the forms be encrypted and seen by other programs and forms?
Any one form or program can be called by any one or more program or other form.
We have tried building an .exe for a form and setting it as main in the project, but parameters are not passed, . . .
We have considered creating an .exe for each form, creating a .prg to set as main, where the prg will just call the form with the parameters received, but this of course is a lot of work to do for 400 forms.
Is there any way to do this other than with a single .exe?
That is the sad thing, is that the application runs completely fine using a single .exe. But sending out a 20MB .exe each time a small fix is done is not acceptable to the managers.