Hi there,
I made some changes to an old class library on a piece of software that I work on, but I cannot get the changes to take effect in the compiled .exe. The changes do however show up when I run the program via 'DO main.prg' Does anyone have any idea why this might be happening? The project is under VSS version control and in VFP 9 SP2.
Things that I've tried:
Restarting everything (VFP/PC)
Ensured all file paths are correct and that I'm not running/using old files
Building with the "Recompile all" flag
Deleting all temp compiled files (FXP's)
Deleting the modified files and getting latest in VSS again, ensuring the changes are present
Running COMPILE CLASSLIB on the problem class
I'd appreciate any ideas of what else to try! The most puzzling thing to me is that running it via "DO main.prg" from within VFP shows the changes, but building the .exe out of that same .prg doesn't, and there are no errors when building.
Thanks!
I made some changes to an old class library on a piece of software that I work on, but I cannot get the changes to take effect in the compiled .exe. The changes do however show up when I run the program via 'DO main.prg' Does anyone have any idea why this might be happening? The project is under VSS version control and in VFP 9 SP2.
Things that I've tried:
Restarting everything (VFP/PC)
Ensured all file paths are correct and that I'm not running/using old files
Building with the "Recompile all" flag
Deleting all temp compiled files (FXP's)
Deleting the modified files and getting latest in VSS again, ensuring the changes are present
Running COMPILE CLASSLIB on the problem class
I'd appreciate any ideas of what else to try! The most puzzling thing to me is that running it via "DO main.prg" from within VFP shows the changes, but building the .exe out of that same .prg doesn't, and there are no errors when building.
Thanks!