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 » Bug in "Streams" documentation (Serialization support)?
Bug in "Streams" documentation (Serialization support)? [message #6975] Wed, 06 December 2006 11:51 Go to previous message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
The functions

void SerializeRaw(word *data, dword count)

Serializes raw 16-bit data. Might invoke LoadError if there is not enough data to load.

 data
 Pointer to data to store or buffer to receive loaded data.
 
 count
 Number of values to load/store.


and

void SerializeRaw(word *data, dword count)

Serializes raw 8-bit data. Simple RLE compression is used. Might invoke LoadError if there is not enough data to load or input data are invalid.

 data
 Pointer to data to store or buffer to receive loaded data.
 
 count
 Number of bytes to load/store.


have the same signature which hides instead of overloads.

Does the documentation of the 2nd function show a wrong name?

Werner
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bug in "One" documentation?
Next Topic: [XML] Assertion when GetAttrCount()
Goto Forum:
  


Current Time: Sun Aug 17 20:38:22 CEST 2025

Total time taken to generate the page: 0.04988 seconds