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?]
BugConfirmed.gif  603-dev3 Log.cpp (Linux- Windows) [BUG][FIXED?] [message #1861] Fri, 24 March 2006 02:20 Go to next message
santiago is currently offline  santiago
Messages: 13
Registered: March 2006
Location: C�rdoba, Argentina
Promising Member
I get the following in 603-dev3 and i can't find a suitable definition of WriteFile anywhere in the sources, sorry =(

/home/santiago/upp/uppsrc/Core/Log.cpp: In member function ‘void LogStream::Create(const char*, bool)’:
/home/santiago/upp/uppsrc/Core/Log.cpp:107: error: ‘WriteFile’ no se declaró en este ámbito
1 file(s) compiled in (0:02.47) 2472 msec/file


"No se declaró en este ámbito" is "not declared"

[Updated on: Wed, 03 May 2006 19:47] by Moderator

Report message to a moderator

Re: 603-dev3 Log.cpp [message #1871 is a reply to message #1861] Fri, 24 March 2006 13:08 Go to previous messageGo to next 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.

Re: 603-dev3 Log.cpp [message #1875 is a reply to message #1871] Fri, 24 March 2006 15:04 Go to previous message
santiago is currently offline  santiago
Messages: 13
Registered: March 2006
Location: C�rdoba, Argentina
Promising Member
thanks ... again =)
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: Fri Apr 19 19:51:01 CEST 2024

Total time taken to generate the page: 0.03999 seconds