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
bug in http.cpp [message #35911] Mon, 02 April 2012 16:32 Go to previous message
borbek is currently offline  borbek
Messages: 31
Registered: November 2010
Location: Russia
Member
";" 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: Mon Apr 29 02:19:24 CEST 2024

Total time taken to generate the page: 0.06278 seconds