TurboPack / Orpheus

Orpheus is an award-winning UI toolkit for Embarcadero Delphi & C++Builder
Other
98 stars 36 forks source link

64-bit issue in OvcViewEd #32

Closed CSchildhauer closed 2 years ago

CSchildhauer commented 2 years ago

I am using the 2021.12.11 release... In OvcViewEd.pas there are three places where "P.Tag:=Integer(...);" must be replaced by "P.Tag:=NativeInt(...);" to avoid an access violation in the 64 bit code release.

romankassebaum commented 2 years ago

Fixed.