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 » Latest change on FileMapping::Map() wrong for win32
Latest change on FileMapping::Map() wrong for win32 [message #23384] Thu, 15 October 2009 19:36 Go to previous message
hans is currently offline  hans
Messages: 44
Registered: March 2006
Location: Germany
Member
Today svn update, file Stream.cpp, line 1342 is changed

from
		if(!rawbase)
			return false;

to
		if(rawbase == (byte *)~0)
			return false;



but the test for ~0 should go into the Linux section only,
as MapViewOfFile on windows returns NULL on
error.

greetings, Hans.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Deepcopying One container
Next Topic: FtpClient use with Progress FIX
Goto Forum:
  


Current Time: Wed May 08 14:27:07 CEST 2024

Total time taken to generate the page: 0.02512 seconds