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 » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » Weird problem
Weird problem [message #35180] Thu, 19 January 2012 20:54 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
		w.DrawRect(cRect, ld.color);
		w.DrawLine(r.left + 48, yTop   , r.left + 68, yTop   , 0, Black);
		w.DrawLine(r.left + 68, yTop   , r.left + 68, yBottom, 0, Black);
		w.DrawLine(r.left + 68, yBottom, r.left + 48, yBottom, 0, Black);
		w.DrawLine(r.left + 48, yBottom, r.left + 48, yTop   , 0, Black);
		w.DrawText(tRect.left, tRect.top, ld.name);


Z:\home\massimo\sources\upp-svn\UppCad\UppCadControls\Layers .cpp(60) : error C2039: 'DrawText' : is not a member of 'Upp::Draw'
Z:\home\massimo\sources\upp-svn\uppsrc\Draw/Draw.h(406) : see declaration of 'Upp::Draw'

Of course, DrawText IS a member of draw.... I can't find any mistake, but don't compile on MSC9. On Linux all OK....

Max
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Creation of a static .lib with MSC in U++
Next Topic: diff/patch for Strings
Goto Forum:
  


Current Time: Fri Mar 29 01:13:33 CET 2024

Total time taken to generate the page: 0.00808 seconds