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++ Widgets - General questions or Mixed problems » exception failure
Re: exception failure [message #14474 is a reply to message #14473] Wed, 27 February 2008 09:33 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14255
Registered: November 2005
Ultimate Member
For starters:

int test::Runn(bool appmodal)
{
	Picture pic;
	Image m = IMAGECLASS::Get("i");
	DrawingDraw iw(m.GetSize());
	iw.DrawImage(0, 0, m);
	Drawing dr = iw;
	pic = dr;
	this->Add(pic);


After that, I was not able to crash the code.

Mirek
 
Read Message icon6.gif
Read Message
Read Message
Read Message
Read Message
Read Message icon3.gif
Previous Topic: DropList bug when removing last item
Next Topic: How to hide a TopSeparatorFrame
Goto Forum:
  


Current Time: Sun Apr 27 22:40:03 CEST 2025

Total time taken to generate the page: 0.04084 seconds