[C++-sig] Re: Extension DLLs nonfunctioning with MSVC 7.1 (beta)
by Raoul Gough other posts by this author
Oct 23 2003 11:38AM messages near this date
[C++-sig] fat class decoration
|
Re: [C++-sig] Re: Extension DLLs nonfunctioning with MSVC 7.1 (beta)
David Abrahams <dave@[...].com> writes:
> Raoul Gough <RaoulGough@[...].uk> writes:
>
> > When I build the Python tests with MSVC (7.1 beta, version 13.10.2292)
> > I get non-functioning DLLs. With a debug build, importing an extension
> > module into Python aborts silently, and with the release builds it
> > reports "ImportError: DLL load failed: Invalid access to memory
> > location." I'm reasonably sure this was working a couple of weeks ago.
[snip]
> It's working for me with vc7.1 release and a debug-python build:
[snip]
Niall Douglas also reports that it works for him. I guess I must have
trashed something in my environment, so I'll have to track it down
locally. Thanks to you both for confirming this.
--
Raoul Gough.
(setq dabbrev-case-fold-search nil)
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
Thread:
Raoul Gough
Christophe Pradal
|