Python and VS.Net
Duncan Booth
duncan at NOSPAMrcp.co.uk
Wed Jul 23 04:16:41 EDT 2003
"Tim Peters" <tim_one at email.msn.com> wrote in
news:mailman.1058934395.4215.python-list at python.org:
> [Ravi]
>> Has anyone tried building Python with VC++.NET? Does it work or fail
>> horribly like I think it will.
>
> Yes, several people have built it that way, and it works fine.
<snip>
>
>> My boss seems to think it is good to have programs that are in
>> managed code because it is more 'portable'. Not that there's another
>> complete .NET runtime besides Microsoft's but he does not understand
>> that.
Note that Python build using VC++.Net won't be managed code. Its just a
plain old unmanaged application built with the more recent compiler. Python
build for the managed code environment would be a whole different kettle of
fish.
--
Duncan Booth duncan at rcp.co.uk
int month(char *p){return(124864/((p[0]+p[1]-p[2]&0x1f)+1)%12)["\5\x8\3"
"\6\7\xb\1\x9\xa\2\0\4"];} // Who said my code was obscure?
More information about the Python-list
mailing list