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 http.cpp
Re: bug in http.cpp [message #35913 is a reply to message #35911] Mon, 02 April 2012 18:44 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
Apologies, I guess I should not have added totally development version to Core yet..

Mirek

borbek wrote on Mon, 02 April 2012 10:32

";" missing in #define LLOG(x) LOG(x)


#include "Core.h"

NAMESPACE_UPP

bool HttpRequest_Trace__;

#ifdef _DEBUG
#define LLOG(x)      LOG(x)   
#else
#define LLOG(x)      if(HttpRequest_Trace__) RLOG(x); else;
#endif



 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to check specific end tag in a xml file?
Next Topic: LaunchWebBrowser() problem and perhaps not the best solution
Goto Forum:
  


Current Time: Wed May 15 01:47:00 CEST 2024

Total time taken to generate the page: 0.02923 seconds