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++ Core » crash on exit from XmlView example
Re: crash on exit from XmlView example [message #24237 is a reply to message #24234] Wed, 06 January 2010 22:05 Go to previous message
mirek is currently offline  mirek
Messages: 14105
Registered: November 2005
Ultimate Member
Thanks, bug was in Serialize, files cannot be serialized this way - need to call SerializeSettings instead:


void XmlView::Serialize(Stream& s)
{
	int version = 0;
	s / version;
	SerializePlacement(s);
	files.SerializeSettings(s);
	s % dir;
	s % splitter;
}
 
Read Message
Read Message
Previous Topic: ptr
Next Topic: File/Folder deleting, Recycle Bin and Read only files
Goto Forum:
  


Current Time: Fri Nov 01 01:40:09 CET 2024

Total time taken to generate the page: 0.00585 seconds