nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Using Nel Libs


From: cedric huet
Subject: Re: [Nel] Using Nel Libs
Date: Thu, 15 Aug 2002 15:08:13 +0200 (CEST)

for _FT_ etc errors 

in the project where you got errors :
go in project->settings->link->objects/library modules
add "freetype.lib " it's not added for the "release
version of some project" (but it is in the debugs
version)

 --- Marco Pappalardo <address@hidden> a écrit : >
Hi all, 
> I managed to compile all Nel libraries using VC
> .NET, but now I'm having trouble using the libs. I
> did a simple windows console project, included some
> nel headers, and linked to nl3d_d.lib. Looks
> something like this :
> 
> #include ....
> 
> using namespace ...
> 
> void main()
> {
> CNELU::init (800, 600, CViewport(), 32, true);
> }
> 
> Compiles fine, but when linking I get lots of
> "already defined in libcd.lib" errors, which I can
> get rid off by ignoring libcd.lib (just wondering if
> it's normal though) and 8 unresolved externals like
> this one :
> 
> neltest error LNK2019: unresolved external symbol
> _FT_Attach_File referenced in function "public:
> __thiscall
> NL3D::CFontGenerator::CFontGenerator(class
> _STL::basic_string<char,class
> _STL::char_traits<char>,class _STL::allocator<char>
> > const &,class _STL::basic_string<char,class
> _STL::char_traits<char>,class _STL::allocator<char>
> > const &)"
>
(address@hidden@@address@hidden@address@hidden@_STL@@address@hidden@2@@_STL@@address@hidden)
> 
> They are all _FT_ functions... Anybody knows what
> I'm doing wrong ? I can't really look at the sample
> projects config because they won't convert to vc
> .net (corrupt file) so I'm really hoping one of you
> can help me out :) Thanks !!!
> 
> Marco
> 
> ~Jesus saves, but only Buddha makes incremental
> backups~
>  

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]