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 » U++ Library : Other (not classified elsewhere) » geom package?
Re: geom package? [message #9883 is a reply to message #9868] Wed, 06 June 2007 12:41 Go to previous messageGo to previous message
gertwin is currently offline  gertwin
Messages: 25
Registered: May 2007
Location: Netherlands
Promising Member
pap2k wrote on Tue, 05 June 2007 09:20

I'm using recent svn checkout (revision 60) under winXp on msvc 2005 express.



I tried revision 60 from svn but it won't compile on linux.
Looks like not many people are using the geom package on linux. Sad

pap2k wrote on Tue, 05 June 2007 09:20

I've derived my class MyPlot from PlotterCtrl, where i implement Plot().
But running MyPlot i never pass in MyPlot::Plot, but i pass in virtual PlotterCtrl::Plot;
In the constructor of MyPlot i'm initializing using
FrameLayout(Rect(0, 0, 700, 700));

Do you think that MyPlot::Plot need to be spell using this form :

ImageDraw& im = BeginBufferPaint();
Plot( Plotter(
im,
polygonVectBox,
Rect(0, 0, 500, 500)));
EndBufferPaint();



I think you didn't make your Plot member virtual.
Maybe i try it on windows and see if i get it to work.

Gertwin


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon5.gif
Previous Topic: SMTP non english error messages
Next Topic: bug? : operator "!" for "bool"
Goto Forum:
  


Current Time: Thu May 16 22:38:19 CEST 2024

Total time taken to generate the page: 0.02395 seconds