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++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » XP installation problem
Re: XP installation problem [message #6507 is a reply to message #6505] Wed, 15 November 2006 10:23 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
This is really weird. There was a change of installer in 605 version - we have changed the compression from bz2 to 7zip.
But you list 602 as problematic as well - that one used bz2 - you can easily see that by the size...

I am not sure whether this can help, but the code responsible for the problem looks like this:

			String fn = AppendFileName(outdir, f->Name);
			FileAppend f(fn);
			f.Put(outBuffer + offset, outSizeProcessed);
			if(f.IsError())
				Error("Unable to write output file(s)");


Mirek
 
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
Previous Topic: Problem compiling upp-src-605.zip
Next Topic: UppLocal persistence problem
Goto Forum:
  


Current Time: Fri May 17 02:07:36 CEST 2024

Total time taken to generate the page: 0.04196 seconds