<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I work with Visual C++ (6.0). When i build a 
project who have a python support i have the following error:</FONT></DIV>
<DIV><FONT face=Arial size=2>1) The library Python16_d.lid dos not  
existe.</FONT></DIV>
<DIV><FONT face=Arial size=2>        I 
renamed in the config.h the pragama comment (lib,"python16_d.lib") to pragama 
comment (lib,"python16.lib"). But</FONT></DIV>
<DIV><FONT face=Arial size=2>        now i have 
the follow link error:</FONT></DIV>
<DIV><FONT face=Arial size=2>2) </FONT><FONT face=Arial 
size=2>Linking...</FONT></DIV>
<DIV><FONT face=Arial size=2>        Creating 
library Debug/PYTHONLIB.lib and object Debug/PYTHONLIB.exp<BR>    
PyLib.obj : error LNK2001: unresolved external symbol 
__imp___Py_Dealloc<BR>    PyLib.obj : error LNK2001: unresolved 
external symbol __imp___Py_RefTotal<BR>    PyLib.obj : error 
LNK2001: unresolved external symbol 
__imp__Py_InitModule4TraceRefs<BR>    PythonMethode.obj : error 
LNK2001: unresolved external symbol __imp__Py_InitModule4TraceRefs</FONT></DIV>
<DIV><FONT face=Arial size=2>    </FONT></DIV>
<DIV><FONT face=Arial size=2>    This link error happen only with 
the debug version, not that the difference between the debug and release comme 
from the         _DEBUG preprocessor.</FONT></DIV>
<DIV><FONT face=Arial size=2>    </FONT></DIV>
<DIV><FONT face=Arial size=2>.....................Thanks for 
answer.<BR></FONT></DIV></BODY></HTML>