Question 64bit/32bit cross-compatibility

jdpjamesp

ProgressTalk.com Moderator
Staff member
In Openedge 11.3, I know the rcode is cross compatible between 32 and 64 bit platforms, but what about the .wrx files? Does anyone have any experience?
 
As far as I know: WRX files are containers for OCX controls. If the OCX controls are 32Bit ( like the ones for example used in Dynamics ) then you can't use them with a 64Bit Progress executable like the prowin.exe that comes with OE 11.3. You need to stay with the prowin32.exe. Maybe the WRX files themselves are not bit-sensitive but the embedded OCX controls are.

Heavy Regards, RealHeavyDude.
 
I've done some testing with this and you don't need to change your wrx files you just have to have the 64 bit version (assuming one exists) of the OCX registered.
 
Back
Top