Re: python25_d.lib



En Wed, 20 Jun 2007 13:43:12 -0300, senthil arasu <senwin30@xxxxxxxxx> escribió:

After integrating python 2.5 in visual studio.
Iam getting the linked error "cannot open file python25_d.lib"
Help me to solve this issue.

There is a "release" build and a "debug" build; the debug build generates python25_d.dll (and .lib). You will need to compile the debug build of Python yourself (or use the release build).

--
Gabriel Genellina

.



Relevant Pages

  • Re: Another stupid MSVC6 linking problem
    ... I compile and link in Release mode, ... What could cause this type of difference between Release and Debug? ... Or you changed function calling convention. ... Or you should really include some other lib, ...
    (microsoft.public.vc.mfc)
  • Re: Debug Vs Release
    ... > If I compile that code in debug mode then dissassemble the EXE, ... > private static void Main(stringargs) ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Getting started on the HP49g+
    ... either the original HP extable lib ... extable2 lib from http://www.hpcalc.org/details.php?id=3940. ... ask again if you have any problem installing libraries. ... compile the string with ASM (listed in the development lib menu, ...
    (comp.sys.hp48)
  • Re: Getting a stack trace from a running application
    ... Unfortunately, the only infromation they can provide is a memory address, which is pretty useless as it doesn't tell me if my main exe is the culprit or if it's some dll or ocx or whatever. ... If you compile the the program with debug information, the debugger will show the responsible line of your code that caused the error. ...
    (comp.lang.basic.visual.misc)
  • Static Library Containing Dialog and Resource
    ... I have a static library that links with the static MFC lib. ... Everything works great with the debug build. ... But when the calling app that links in the ... Access Violation - nothing odd shows up in the debug build. ...
    (microsoft.public.vc.mfc)