nel-all
[Top][All Lists]
Advanced

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

Re: [Nel] Snowballs stlport Link Error???


From: Vincent Caron
Subject: Re: [Nel] Snowballs stlport Link Error???
Date: Tue, 12 Nov 2002 12:22:44 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2a) Gecko/20020910

Craig Lindley wrote:

Hi All

I'm getting a link error when trying to compile Snowballs on
win XP using VC 6.0. The message is:

LINK : fatal error LNK1104: cannot open file "stlport_vc6_debug.lib"

This is using STLport-4.5.3, which installs a "stlport_vc6_stldebug.lib"
library, but not the required "stlport_vc6_debug.lib". Is there a simple
fix for this? Should this version of the STLport work?


'stlport_vc6_debug' stands for 'STL linked against debug C runtime', while 'stlport_vc6_stldebug' stands for 'STL with debug code linked against debug C run time'. If you carefully checked that all your project parts (libraries, etc) link against the same C runtime version, you should check that they all consistently have the 'STLDEBUG' macro set (or all unset). STL automatically select the STL DLL to link with given the build target and the STLDEBUG macro.





reply via email to

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