Question .r Files

We changed our system to version 9 to 10...

We compiled all the .w .p files in the version 10, yet we can't run it cause the .r files are not in version 10.

We try compiling the .r files but nothing happened, seems the compiler can't found these files even if these files are on the directory already.
 

Cringer

ProgressTalk.com Moderator
Staff member
.r files are compiled code. You can't compile what is already compiled. This is what the compiler generates.
If you are having trouble migrating your databases to version 10 then you need to solve that before you recompile as I doubt you'll have much success compiling without databases!
 

RealHeavyDude

Well-Known Member
What exact error message do you get when you try to run the newly compiled .r files?

Maybe you have a PROPATH issue in that it still points to the directories that hold the V9 .r files.

Heavy Regards, RealHeavyDude.
 
Top