[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Compatibility between Version 11.7.2 and 11.7.3

Status
Not open for further replies.
C

cverbiest

Guest
IMHO r-code portability does not exist. Over the years I encountered so many exceptions that I do not rely on it. Recently we even had to recompile our code because of a windows update had changed the .Net framework version. see knowledgebase.progress.com/.../error-12882-after-installing-creators-update-on-windows-10 It might work or you can encounter one of the exceptions that cause it to fail. I prefer to play safe and compile on exactly the same version. What does seem to work fine is compiling 64bit and running 32bit or vice versa, as long as you do not use conditional compilation using process-architecture.

Continue reading...
 
Status
Not open for further replies.
Top