diff options
Diffstat (limited to 'pipermail/nel/2001-February/000247.html')
-rw-r--r-- | pipermail/nel/2001-February/000247.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/pipermail/nel/2001-February/000247.html b/pipermail/nel/2001-February/000247.html new file mode 100644 index 00000000..c8c2f8ee --- /dev/null +++ b/pipermail/nel/2001-February/000247.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] maybe bug</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:jaleco%40svr1.gameone.com.tw"> + <LINK REL="Previous" HREF="000259.html"> + <LINK REL="Next" HREF="000248.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] maybe bug</H1> + <B>jaleco</B> + <A HREF="mailto:jaleco%40svr1.gameone.com.tw" + TITLE="[Nel] maybe bug">jaleco@svr1.gameone.com.tw</A><BR> + <I>Thu, 22 Feb 2001 11:46:36 +0800</I> + <P><UL> + <LI> Previous message: <A HREF="000259.html">[Nel] Link error</A></li> + <LI> Next message: <A HREF="000248.html">[Nel] agent service</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#247">[ date ]</a> + <a href="thread.html#247">[ thread ]</a> + <a href="subject.html#247">[ subject ]</a> + <a href="author.html#247">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>This is a multi-part message in MIME format. + +------=_NextPart_000_0009_01C09CC5.1C921540 +Content-Type: text/plain; + charset="big5" +Content-Transfer-Encoding: quoted-printable + +I have do follow modify to time_service.cpp +so it will not crash=20 + /* CConfigFile cf; + cf.load (ConfigFileName); + const CConfigFile::CVar &v =3D cf.getVar ("UniTime"); + modify by jaleco + */ + CConfigFile *cf =3D new CConfigFile() ; + cf->load (ConfigFileName); + const CConfigFile::CVar &v =3D cf->getVar ("UniTime"); + +------=_NextPart_000_0009_01C09CC5.1C921540 +Content-Type: text/html; + charset="big5" +Content-Transfer-Encoding: quoted-printable + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML><HEAD> +<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dbig5"> +<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR> +<STYLE></STYLE> +</HEAD> +<BODY bgColor=3D#ffffff> +<DIV><FONT size=3D2>I have do follow modify to = +time_service.cpp</FONT></DIV> +<DIV><FONT size=3D2>so it will not crash </FONT></DIV> +<DIV><FONT size=3D2>&nbsp;/*&nbsp;CConfigFile cf;<BR>&nbsp;&nbsp;cf.load = + +(ConfigFileName);</FONT></DIV> +<DIV><FONT size=3D2>&nbsp;&nbsp;const CConfigFile::CVar &amp;v =3D = +cf.getVar=20 +("UniTime");<BR>&nbsp; modify by=20 +&nbsp;jaleco<BR>&nbsp;&nbsp;*/<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb= +sp;CConfigFile=20 +*cf =3D new CConfigFile() ;<BR>&nbsp;&nbsp;cf-&gt;load=20 +(ConfigFileName);<BR>&nbsp;&nbsp;const CConfigFile::CVar &amp;v =3D = +cf-&gt;getVar=20 +("UniTime");</FONT></DIV></BODY></HTML> + +------=_NextPart_000_0009_01C09CC5.1C921540-- + + + +</pre> + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000259.html">[Nel] Link error</A></li> + <LI> Next message: <A HREF="000248.html">[Nel] agent service</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#247">[ date ]</a> + <a href="thread.html#247">[ thread ]</a> + <a href="subject.html#247">[ subject ]</a> + <a href="author.html#247">[ author ]</a> + </LI> + </UL> +</body></html> |