Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Andy650

    Delphi 2005 Floating Point operations on Vista-64

    Resolved as expected. Many thanks :o)
  2. Andy650

    Delphi 2005 Floating Point operations on Vista-64

    [Slaps forehead]. As soon as I heard Vista-64 I started to overthink it with paranoia about flop issues. I'll try it on the client site next week but you gotta be right! Like the old saying goes. If you hear hoofbeats - think horses not zebras. Cheers fella! (Smiles ruefully and packs up for...
  3. Andy650

    Delphi 2005 Floating Point operations on Vista-64

    I have a Delphi 9.0 (2005) application that calls the following simple code (sanitized for ease of explanation)... procedure MyProc; var myNumber: Extended; // tried Real here also myString: String; begin myString := '9.04'; myNumber := strToFloat(myString)...

Part and Inventory Search

Back
Top