Kbase P108658: Application Compiler creates different sized .r's from the same .p on two similar computers.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
Windows
SYMPTOM(s):
Application Compiler creates different sized .r's on two similar OS with similar Progress or OpenEdge version.
The .r file sizes are different
Same Windows versions on both machines
Same .p compiled on the two machines
Same file .p compiled on both machines
Same database, CRC compatible
CAUSE:
The database have different code pages. One database was converted to use Unicode where the characters are represented with multi bytes instead of one, therefor the compiled file will be bigger using Unicode. In the same way a Unicode DB will be bigger than a single byte code page DB.
FIX:
This is not a problem.