Re: MS VC++ Toolkit 2003, where?
- From: "Fredrik Lundh" <fredrik@xxxxxxxxxxxxxx>
- Date: Tue, 25 Apr 2006 09:10:09 +0200
Robert Kern wrote:
Martin v. Löwis wrote:
Robert Kern wrote:
Oh, that's right, you need an import library for Python24.dll .
That shouldn't be a problem: that library is included with Python.
For mingw, too? I.e. a .a not a .lib?
last time I tinkered with mingw, it could link directly against the DLL
file. see the last two minutes in "mingw from scratch in 20 minutes"
post:
http://article.gmane.org/gmane.comp.python.general/388046
the MinGW FAQ says that you can use reimp in cases like this:
http://www.mingw.org/mingwfaq.shtml#faq-msvcdll
but that didn't seem to be necessary (I assume reimp or something
is now integrated in mingw, or maybe I have a magic computer...)
however, note that the FAQ entry says that you can use an existing
LIB file as well, so Python's standard import library should work.
</F>
.
- Follow-Ups:
- Re: MS VC++ Toolkit 2003, where?
- From: "Martin v. Löwis"
- Re: MS VC++ Toolkit 2003, where?
- References:
- MS VC++ Toolkit 2003, where?
- From: Alex Martelli
- Re: MS VC++ Toolkit 2003, where?
- From: David Rushby
- Re: MS VC++ Toolkit 2003, where?
- From: Alex Martelli
- Re: MS VC++ Toolkit 2003, where?
- From: AIM
- Re: MS VC++ Toolkit 2003, where?
- From: Alex Martelli
- Re: MS VC++ Toolkit 2003, where?
- From: "Martin v. Löwis"
- Re: MS VC++ Toolkit 2003, where?
- From: Alex Martelli
- Re: MS VC++ Toolkit 2003, where?
- From: Robert Kern
- Re: MS VC++ Toolkit 2003, where?
- From: "Martin v. Löwis"
- MS VC++ Toolkit 2003, where?
- Prev by Date: Re: Probability Problem
- Next by Date: Re: python application ideas.
- Previous by thread: Re: MS VC++ Toolkit 2003, where?
- Next by thread: Re: MS VC++ Toolkit 2003, where?
- Index(es):
Relevant Pages
|