VC++ 6.0 and 2.4

J

Jive

Theoretically, if I messed around with the 2.4 project until I got it to
build under MS VC++ 6.0, would the python.exe play correctly with version
2.4 .pyd extensions?
 
D

David Fraser

Jive said:
Theoretically, if I messed around with the 2.4 project until I got it to
build under MS VC++ 6.0, would the python.exe play correctly with version
2.4 .pyd extensions?
It should play correctly with version 2.4 .pyd extensions that have been
built with MS VC++ 6.0.

David
 
?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

Jive said:
Theoretically, if I messed around with the 2.4 project until I got it to
build under MS VC++ 6.0, would the python.exe play correctly with version
2.4 .pyd extensions?

My initial answer was no, as 2.4 .pyd extensions are build with VC 7.1,
and that uses a different CRT. However, as David Fraser points out,
"2.4 .pyd extensions" doesn't really say much what compiler has been
used, so if you use VC6 to build the extensions, it will work fine.

Also, I'm not sure what "mess around with the 2.4 project" means. Are
you talking about the project and solution files in PCbuild? Don't
mess with them, use PC/VC6 instead.

Regards,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,213
Messages
2,571,108
Members
47,701
Latest member
LeoraRober

Latest Threads

Top