blob: 65a648dc30ecc31011747c795008298cb90e3a71 (
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] some questions about buildings Nel under win32</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:cblt%40cblt.org">
<LINK REL="Previous" HREF="000158.html">
<LINK REL="Next" HREF="000127.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] some questions about buildings Nel under win32</H1>
<B>Nicolas Hognon</B>
<A HREF="mailto:cblt%40cblt.org"
TITLE="[Nel] some questions about buildings Nel under win32">cblt@cblt.org</A><BR>
<I>Wed, 17 Jan 2001 23:08:35 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000158.html">[Nel] Announce: NeL 0.1 is officially out</A></li>
<LI> Next message: <A HREF="000127.html">[Nel] some questions about buildings Nel under win32</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#126">[ date ]</a>
<a href="thread.html#126">[ thread ]</a>
<a href="subject.html#126">[ subject ]</a>
<a href="author.html#126">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>hello (sorry for my english)
i've got problem to build the client under win32.
i build all the nel components and stl-port and freetype.
then i build the client and i've got some problem at the link.
here is the error log of visual.
> Linking...
> MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib "libcmt.lib"
> conflicts with use of other libs; use /NODEFAULTLIB:library
> freetype.lib(ftinit.obj) : error LNK2001: unresolved external symbol
> _psaux_module_class
> Debug/snowballs.exe : fatal error LNK1120: 1 unresolved externals
> Error executing link.exe.
perhaps i make a mistake building freetype.
i've got freetype-2.0.1 which generate freetype200b8_D.lib (debug)
and freetype200b8MT.lib (release) in the lib directory.
i try to link with the debug and the release one renaming it to
freetype.lib cos the client link with freetype.lib
but it don't work.
i read different message in the mailing list and i understand the
freetype lib is build in obj directory but one my system it's build in lib.
is it possible i've got a wrong version of freetype ?
thank you for you're help.
and i've got another question a the 0.1 release of nel client and
server. where are the data. in another module than code.
cos i can see data on the webcvs but i can't get it with wincvs ?
--
Nicolas Hognon
home : <A HREF="mailto:cblt@cblt.org">cblt@cblt.org</A> / www.cblt.org
work : <A HREF="mailto:nicolash@virtools.com">nicolash@virtools.com</A> / www.virtools.com
#ICQ : 36044443
Enjoy the silence
(DM)
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000158.html">[Nel] Announce: NeL 0.1 is officially out</A></li>
<LI> Next message: <A HREF="000127.html">[Nel] some questions about buildings Nel under win32</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#126">[ date ]</a>
<a href="thread.html#126">[ thread ]</a>
<a href="subject.html#126">[ subject ]</a>
<a href="author.html#126">[ author ]</a>
</LI>
</UL>
</body></html>
|