Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.774 Beiträge
 
#1

Extended = Double in Lazarus Win64

  Alt 11. Feb 2018, 18:50
Note to self: In Lazarus Win64 there is no floating point type Extended, it’s mapped to Double. So, overloading something like: will not compile. Workaround: Add an {$IFNDEF Win64} around it: This probably also applies to Delphi when compiling for others than the Win32 target, e.g. Win64, Android, IOS etc.

Weiterlesen...
  Mit Zitat antworten Zitat