Auto Building MS VC6 Projects

Tom Harris tomh at optiscan.com
Wed Jul 25 21:57:08 EDT 2001


All,

I do this in Python using the os.system() command to run MSDEV, but I
acknowledge that using COM is probably the better solution. This man has
done a lot of the work already in Perl, so porting it should be minimal
effort. There are a number of gotchas though, my favourite being MSDEV
bringing up random dialog boxes, halting the build until someone comes in
and clicks them. 

http://www.alumni.caltech.edu/~dank/msdev.htm

 Tom Harris, Software Engineer
 Optiscan Imaging, 15-17 Normanby Rd, Notting Hill, Melbourne, Vic 3168,
Australia
 email tomh at optiscan.com     ph +61 3 9538 3333  fax +61 3 9562 7742

This email may contain confidential information. If you have received this
email in error, please delete it immediately,and inform us of the mistake by
return email. Any form of reproduction, or further dissemination of this
email is strictly prohibited.
Also, please note that opinions expressed in this email are those of the
author, and are not necessarily those of OptiScan Pty Ltd



> -----Original Message-----
> From:	Olaf Meding [SMTP:OlafMeding at noSpam.CompuServe.com]
> Sent:	Thursday, 26 July 2001 3:35
> To:	python-list at python.org
> Subject:	Auto Building MS VC6 Projects
> 
> Microsoft Visual C++ can be automated (COM, OLE) and I would like to use
> Python to automate nightly VC6 builds.
> 
> Has anyone does this and is willing/able to share ideas or code?
> Is there any documenation on this somewhere?
> 
> 
> Olaf
> TomoTherapy
> 
> Please remove "noSpam" to get my email address
> 
> 




More information about the Python-list mailing list