blob: 613781e4648e31acbf4c23c01290d4ff438944ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] File formats+other stuff</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:lecroart%40nevrax.com">
<LINK REL="Previous" HREF="000110.html">
<LINK REL="Next" HREF="000107.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] File formats+other stuff</H1>
<B>Vianney Lecroart</B>
<A HREF="mailto:lecroart%40nevrax.com"
TITLE="[Nel] File formats+other stuff">lecroart@nevrax.com</A><BR>
<I>Mon, 8 Jan 2001 11:48:32 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000110.html">Re[2]: [Nel] File formats+other stuff</A></li>
<LI> Next message: <A HREF="000107.html">[Nel] File formats+other stuff</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#106">[ date ]</a>
<a href="thread.html#106">[ thread ]</a>
<a href="subject.html#106">[ subject ]</a>
<a href="author.html#106">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hello,
I m one of those co-workers and I'll answer your last question :)
><i> Do you have an example of a config file for the
</I>><i> client?
</I>
yes we have example of config file.
in the generated doc, here:
<A HREF="/docs/doxygen/nel/class_NLMISC__CConfigFile.html">/docs/doxygen/nel/class_NLMISC__CConfigFile.html</A>
you ll find an example of config file and a sample of code that use it.
we already use the config file in the client, look client.cpp and search
CConfigFile ;-)
it's really quite easy to use, not very flexible but the reason is that we
use lex&yacc so
we can't do all we wanted (like rewrite config file)
Vianney Lecroart
---
lead programmer / nevrax.com
icq#: 6870415
homepage: <A HREF="http://ace.planet-d.net">http://ace.planet-d.net</A>
www.geek.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K-
w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y?
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000110.html">Re[2]: [Nel] File formats+other stuff</A></li>
<LI> Next message: <A HREF="000107.html">[Nel] File formats+other stuff</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#106">[ date ]</a>
<a href="thread.html#106">[ thread ]</a>
<a href="subject.html#106">[ subject ]</a>
<a href="author.html#106">[ author ]</a>
</LI>
</UL>
</body></html>
|