Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » Tutorial Draw01 error
Tutorial Draw01 error [message #22490] Sun, 19 July 2009 00:25 Go to next message
gxl117 is currently offline  gxl117
Messages: 71
Registered: March 2009
Location: China
Member
Draw01's main.cpp line 38:
w.DrawPolygon(p, Cyan, 5, Magenta, INT64(0xaa55aa55aa55aa55ULL));

should chang to:
w.DrawPolygon(p, Cyan, 5, Magenta, int64(0xaa55aa55aa55aa55ULL) );


INT64's Undefined for SVN-1434.
Re: Tutorial Draw01 error [message #22544 is a reply to message #22490] Sun, 26 July 2009 03:47 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thx, actually, it should be I64 (macro used to overcome MSC/GCC differences in handling 64bit literals).

Mirek
Previous Topic: Code error for svn1432
Next Topic: Color menu choice
Goto Forum:
  


Current Time: Thu Mar 28 10:07:55 CET 2024

Total time taken to generate the page: 0.00936 seconds