I have a C++ application that has embedded Python. I\'m building with Visual Studio 2005. When I try to link to python26.lib, I get a number of unresolved symbols, all of wh
Try to include C:\WINDOWS\system32\python26.dll in your references. python26.lib contains the symbol names for the main DLL.
C:\WINDOWS\system32\python26.dll
python26.lib