Studebaker Posted October 1, 2010 Posted October 1, 2010 Is there a quick easy way to verify that the Solution/Project that is open in the IDE matches the Solution/Project downloaded and running in the PPMAC? If there's no quick easy way, what's the best way. Checking the time/date stamp of every file seems a bit tedious. Is there one key file that could be compared?
bradp Posted October 1, 2010 Posted October 1, 2010 At the moment there is no good way to do this. This will be part of our Dec 2010 IDE release but it is not ready yet. Until then you have to do something that is good enough for your needs. Some people might be OK with just picking a Pmac variable and setting it to a value in global definition.pmh that represents the version. Then they manually handle it. Each $$$ it will have the correct value. Others might want to FTP the the project out of the ppmac and run fcompare. Neither way is great. the next release wil take care of it.
Studebaker Posted October 1, 2010 Author Posted October 1, 2010 [quote='bradp' pid='732' dateline='1285959622'] At the moment there is no good way to do this. This will be part of our Dec 2010 IDE release but it is not ready yet. Until then you have to do something that is good enough for your needs. Some people might be OK with just picking a Pmac variable and setting it to a value in global definition.pmh that represents the version. Then they manually handle it. Each $$$ it will have the correct value. Others might want to FTP the the project out of the ppmac and run fcompare. Neither way is great. the next release wil take care of it. [/quote] That's more or less what I expected. Thanks for the answer.
Recommended Posts