diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-January/000126.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-January/000126.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000126.html b/pipermail/nel/2001-January/000126.html new file mode 100644 index 00000000..65a648dc --- /dev/null +++ b/pipermail/nel/2001-January/000126.html @@ -0,0 +1,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> |