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
77
78
79
80
81
82
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] ugh, C++ is so obtuse</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:michael%40in-orbit.net">
<LINK REL="Previous" HREF="000373.html">
<LINK REL="Next" HREF="000375.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] ugh, C++ is so obtuse</H1>
<B>Michael Warnock</B>
<A HREF="mailto:michael%40in-orbit.net"
TITLE="[Nel] ugh, C++ is so obtuse">michael@in-orbit.net</A><BR>
<I>Mon, 12 Mar 2001 20:01:12 -0800</I>
<P><UL>
<LI> Previous message: <A HREF="000373.html">[Nel] ugh, C++ is so obtuse</A></li>
<LI> Next message: <A HREF="000375.html">[Nel] ugh, C++ is so obtuse</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#374">[ date ]</a>
<a href="thread.html#374">[ thread ]</a>
<a href="subject.html#374">[ subject ]</a>
<a href="author.html#374">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>I got the same problem, you just beat me to reporting it:)
Michael Warnock
In-Orbit Entertainment Inc.
No matter where you go, &this.
----- Original Message -----
From: <<A HREF="mailto:robert@paradox.got.net">robert@paradox.got.net</A>>
To: <<A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>>
Sent: Monday, March 12, 2001 5:26 PM
Subject: [Nel] ugh, C++ is so obtuse
><i> Building latest CVS I get the following:
</I>><i>
</I>><i> client.cpp:433: cannot declare variable `ChatDisplayer' to be of type
</I>`CChatDisplayer'
><i> client.cpp:433: since the following virtual functions are abstract:
</I>><i> /usr/local/include/nel/misc/displayer.h:62: void
</I>NLMISC::IDisplayer::doDisplay(long int, NLMISC::CLog::TLogType, const
_STL::string &, const char *, int, const char *)
><i>
</I>><i> Anybody else getting this? I'll figure it out myself if I'm the only
</I>><i> one, Otherwise I'd prefer to let someone who knows C++ deal with it.
</I>><i>
</I>><i> Robert
</I>><i>
</I>><i> --
</I>><i> Robert de Forest " meetings, n.:
</I>><i> System Administrator A place where minutes are kept
</I>><i> Got.net and hours are lost."
</I>><i> <<A HREF="mailto:robert@got.net">robert@got.net</A>> -- login fortune
</I>><i>
</I>><i> _______________________________________________
</I>><i> Nel mailing list
</I>><i> <A HREF="mailto:Nel@nevrax.org">Nel@nevrax.org</A>
</I>><i> <A HREF="/mailman/listinfo.cgi/nel">/mailman/listinfo.cgi/nel</A>
</I>
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000373.html">[Nel] ugh, C++ is so obtuse</A></li>
<LI> Next message: <A HREF="000375.html">[Nel] ugh, C++ is so obtuse</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#374">[ date ]</a>
<a href="thread.html#374">[ thread ]</a>
<a href="subject.html#374">[ subject ]</a>
<a href="author.html#374">[ author ]</a>
</LI>
</UL>
</body></html>
|