Re: [C++-sig] Re: Extension DLLs nonfunctioning with MSVC 7.1 (beta)
by Christophe Pradal other posts by this author
Nov 25 2003 8:42AM messages near this date
[C++-sig] Re: Extension DLLs nonfunctioning with MSVC 7.1 (beta)
|
[C++-sig] Re: Extension DLLs nonfunctioning with MSVC 7.1 (beta)
Hello,
I have the same problem with MSVC 6 SP5 and STLport and a recent boost
on cvs.
When i try to import my module,
i have the following message
File "<stdin> ", line 1, in ?
ImportError: DLL load failed: Invalid access to memory location.
Is Raoul solve is problem?
Thanks.
Christophe Pradal
Raoul Gough a écrit:
> 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.
>
>
>
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
Thread:
Raoul Gough
Christophe Pradal
|