nel-all
[Top][All Lists]
Advanced

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

RE: [Nel] Strange linking problem


From: Martin Schlingmann
Subject: RE: [Nel] Strange linking problem
Date: Tue, 18 Feb 2003 13:59:12 +0100

Ahhhh...
Thanks, works now.
Actually, realize that I had the exact same problem with dll memory
boundaries on a project where a developed an engine and lot's of dll's a
year ago, so understand why they have to exclude the function in the dynamic
version.

Many thanks.
/martin

-----Original Message-----
From: address@hidden
[mailto:address@hidden Behalf
Of Cyril 'Hulud' Corvazier
Sent: den 17 februari 2003 18:27
To: Developer's list for the NeL platform
Subject: Re: [Nel] Strange linking problem


Hi Martin,

Last time i had this problem, i tried to link a NeL project against the
"dynamic" version of libxml.
Try the "static" one. Looks like the "xmlFree" symbol is not exported in the
dll version.

Notes:

In NeL, we use xmlFree to delete the strings returned by libxml. If we don't
do that, we have a mountain of memory leaks.
I don't know if it is the right way to do that..

Cyril Corvazier

> --------------------Configuration: client - Win32
> Release--------------------
> Linking...
> nl3d_r.lib(i_xml.obj) : error LNK2001: unresolved external symbol _xmlFree
> Release/snowballs.exe : fatal error LNK1120: 1 unresolved externals
> Error executing link.exe.



_______________________________________________
Nel mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/nel-all





reply via email to

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