U++ framework
Do not panic. Ask here before giving up.

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: Sun Apr 26 01:09:06 GMT+2 2026

Total time taken to generate the page: 0.00516 seconds