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 » 603-dev3 Log.cpp (Linux- Windows) [BUG][FIXED?]
Re: 603-dev3 Log.cpp [message #1871 is a reply to message #1861] Fri, 24 March 2006 13:08 Go to previous messageGo to previous message
hojtsy is currently offline  hojtsy
Messages: 241
Registered: January 2006
Location: Budapest, Hungary
Experienced Member
This is a Win32 function. I suppose you are using Linux. It is a bug that it was left in: you can fix the bug for yourself by changing the
WriteFile(hfile, h, strlen(h), &n, NULL);
line to
write(hfile, h, strlen(h));
And do the same modification for the two other bug locations in the same method.

 
Read Message BugConfirmed.gif
Read Message
Read Message
Previous Topic: why there is no String.MakeLower() and what are the alternatives?
Next Topic: Gate behavior with multiple callback funcs design/documentation
Goto Forum:
  


Current Time: Mon Aug 25 11:12:48 CEST 2025

Total time taken to generate the page: 0.05551 seconds