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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] Compilation of snowballs.exe under Windows 98 and NT</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:moz%40oosterveld.org">
<LINK REL="Previous" HREF="000185.html">
<LINK REL="Next" HREF="000190.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Compilation of snowballs.exe under Windows 98 and NT</H1>
<B>Mark W. Oosterveld</B>
<A HREF="mailto:moz%40oosterveld.org"
TITLE="[Nel] Compilation of snowballs.exe under Windows 98 and NT">moz@oosterveld.org</A><BR>
<I>Mon, 12 Feb 2001 10:15:38 -0500 (EST)</I>
<P><UL>
<LI> Previous message: <A HREF="000185.html">[Nel] RE: Nel digest, Vol 1 #48 - 1 msg</A></li>
<LI> Next message: <A HREF="000190.html">[Nel] Compilation of snowballs.exe under Windows 98 and NT</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#189">[ date ]</a>
<a href="thread.html#189">[ thread ]</a>
<a href="subject.html#189">[ subject ]</a>
<a href="author.html#189">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hello,
I am one of the slashdot horde that descended on your project
recently. I have done a cvs checkout of the latest soruce, and am triing
to compile it under Visual C++ 6.0, sp 4, on both a Windows 98 box (at
home) and an NT box (at work... don't tell anyone). Anyway, after
installing STLport, FreeType, Python, and glext.h, I am able to compile
all the libraries. But, when I try to build the client, I get the
following error:
LINK: warning LNK4098: defaultlib "LIBC" conflicts with use of other
libs; use /NODEFAULTLIB:library
MSVCRT.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main
ReleaseDebug/snowballs.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe
Unfortunatly, my C++ is a little rusty, and my Windows Programing is
almost non existant, but there is a main (and a WinMain) in client.cpp.
I suspect I have a setting wrong in VC, but wouldn't even begin to know
where to find it.
Mark
P.S. I am most interested in looking at (and possibly working on) the
server side, but need to get a client up and running before I can really
start looking at it in depth.
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000185.html">[Nel] RE: Nel digest, Vol 1 #48 - 1 msg</A></li>
<LI> Next message: <A HREF="000190.html">[Nel] Compilation of snowballs.exe under Windows 98 and NT</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#189">[ date ]</a>
<a href="thread.html#189">[ thread ]</a>
<a href="subject.html#189">[ subject ]</a>
<a href="author.html#189">[ author ]</a>
</LI>
</UL>
</body></html>
|