07-16-2022, 02:10 AM
If you save a form (DFM file) using the new version, possibly the PxSize property will be saved to the form stream.
In order to compile it using an old IW version you must edit your DFM file manually (use some other text editor like Notepad, or better, Notepad++) and remove all occurrences of PxSize (remove the whole line) and save the dfm file again. Then you will be able to build it using an old version.
There will be no other side effects later when you re-compile it using new version again
In order to compile it using an old IW version you must edit your DFM file manually (use some other text editor like Notepad, or better, Notepad++) and remove all occurrences of PxSize (remove the whole line) and save the dfm file again. Then you will be able to build it using an old version.
There will be no other side effects later when you re-compile it using new version again

