MSVC 6.0 Unsupported?

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Thu Aug 7 12:56:58 EDT 2003


Syver Enstad wrote:
> But Gerhard, what can I do? Every python extension that I will try to
> compile will fail if it depends on a working staticforward. The most
> rational thing to me is to patch object.h instead of patching every
> .cpp/.c file that needs this define.

Can't you just add a single compiler option (for cl.exe) to your project?

/Dstaticforward=extern

wouldn't that work?

--Irmen







More information about the Python-list mailing list