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

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: 14291
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: Mon May 04 08:23:43 GMT+2 2026

Total time taken to generate the page: 0.00670 seconds