help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [help-cgicc] How to log under W2K


From: Stephen F. Booth
Subject: RE: [help-cgicc] How to log under W2K
Date: Fri, 25 Oct 2002 23:49:05 -0400

As Alexander said in his reply, you need to define gLogFile globally
somewhere.  You can use something like

#if DEBUG
  STDNS ofstream gLogFile( "/change_this_path/cgicc.log", STDNS ios::app
);
#endif

so you won't have to remove it if you don't compile with DEBUG defined.

-Stephen

> -----Original Message-----
> From: address@hidden [mailto:address@hidden On
Behalf
> Of address@hidden
> Sent: Friday, October 25, 2002 11:57 AM
> To: address@hidden
> Subject: [help-cgicc] How to log under W2K
> 
> Hi all,
> 
> I would like to enable logging under Windows 2000. I've therefore
defined
> DEBUG in the VC6 project for the compilation of the cgicc library, but
> this
> just results in an unresolved external symbol "(yadi yadi) gLogFile".
I
> assume
> logging works under POSIX OSs where the lib is created with make, but
how
> is
> that done under W2K ?!?
> 
> TIA,
> 
> CU Steve
> 
> PS: I see from the mail archive that there was an issue with the VC
.dsp
> file. If that is still open, I would be happy to provide my project
> file...
> 
> --
> +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
> 
> 
> 
> _______________________________________________
> help-cgicc mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/help-cgicc






reply via email to

[Prev in Thread] Current Thread [Next in Thread]