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: Other Features Wishlist and/or Bugs » Copy and Paste changes colors in Icon Edit [BUG]
Re: Copy and Paste changes colors in Icon Edit [BUG] [message #6165 is a reply to message #6162] Wed, 01 November 2006 12:20 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Just an idea, recently we accidentally found a bug that most likely blows 64-bits.

Please check in Draw/RasterEncoder:

void RasterEncoder::WriteLine(const RGBA *s)
{
	memcpy(line, s, size.cx * sizeof(RGBA));
	WriteLine();
}


Buggy version is with "sizeof(s)" (typo), which unfortunately works in 32 bits, but not in 64...

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
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Ctrl * GetCallbackCtrl()
Next Topic: UPT documentation updated
Goto Forum:
  


Current Time: Sat Aug 16 13:29:32 CEST 2025

Total time taken to generate the page: 0.05483 seconds