[Tutor] Linking against python21_d.lib instead of python21.lib

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Mon, 4 Feb 2002 21:37:53 -0800 (PST)


On Mon, 4 Feb 2002, Keule wrote:

> Hi !
>=20
> i get the following error from VC++ :
>=20
> Linker-Vorgang l=E4uft...
> LINK : fatal error LNK1104: Datei "python21_d.lib" kann nicht geoeffnet=
=20
> werden
> Fehler beim Ausf=FChren von link.exe.
>=20
> examplec.dll - 1 Fehler, 0 Warnung(en)
>=20
> so it seems, that VC++ tries to link the python21_d.lib file instead
> of the python21.lib file. i thought, that i already deactivated all
> debug informations in the compiler. Have anyone got an idea, where i
> can find these option ?

Here's a message that explains the situation:

    http://aspn.activestate.com/ASPN/Mail/Message/python-list/779867

One of your debugging flags in VC++ is still set from Debug to Release.


Hope this helps!