What Version of Oxygene is required to compile Hydra 4.Net code?

Hi,
since Remobjects does not align the attributes between the delphi und the .Net Version, i wanted to add the missing attributes like MajorVersion and MinorVersion to align both editions.
My last version of the Oxygene compiler is PRISM XE.
My question is, can i compile the current Hydra 4.Net code with this edition ?

KR
Carsten B.

I’m not sure i understand what you mean by that?

Prism XE is quite old. The latest Hydra source might still compile with it, but we don’t promise source backward compatibility for our .NET libraries and older compilers. You might need a newer version of Oxygene to build Hydra. The Hydra binaries should of course be compatible with any .NET 2.0-or-later compiler and language — including Prism XE.

hth,
marc

“align attributes between delhi and the .net version” -> here I was hinting that not all attributes which exists in the delphi version is available in the .net version, what it should.

Example

Delphi attributes:
fName
fMajorVersion
fMinorVersion
fDescription
fUserData
fRequiredPrivilege

.NET attributes:
property Name
property Description
property UserData

This should have been fixed at last with the march release.

KR

CBL