<br><br><div class="gmail_quote">2008/6/4 $BE<1;(B <<a href="mailto:littlesweetmelon@gmail.com">littlesweetmelon@gmail.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Howdy,<br>
This problem have puzzled me for a long time. I usually use<br>
python2.5 in Windows, while VC2005 is installed.<br>
However python25.lib is compiled by VC2003. When I use disutil to<br>
build some C extensions, it complaints that<br>
there is no VC2003.<br>
Well, IMO, the format of binary files generated by VC2003 and<br>
VC2005 is compatible in most cases. What<br>
should I do to workaround this error? I mean, disable distutil<br>
complaints and use VC2005 to build C extensions.<br>
I have google-ed some discussion related on this topic. It seems that<br>
it's real possible!<br></blockquote></div><br>Hi,<br><br>I have the same issue that you have. If you only want to create some extensions to optimize some pieces of your code, try to build them with SCons or cmake. It will work provided you don't use usual C structures (FILE, ...)<br clear="all">
<br>Matthieu<br>-- <br>French PhD student<br>Website : <a href="http://matthieu-brucher.developpez.com/">http://matthieu-brucher.developpez.com/</a><br>Blogs : <a href="http://matt.eifelle.com">http://matt.eifelle.com</a> and <a href="http://blog.developpez.com/?blog=92">http://blog.developpez.com/?blog=92</a><br>
LinkedIn : <a href="http://www.linkedin.com/in/matthieubrucher">http://www.linkedin.com/in/matthieubrucher</a>