At 11/30/00 06:00 PM , Paul Kratt wrote:
> >Thank you for the imformation and response Paul,
> > I do not have access to a Mac though, im on PC a windows version
> >would be great!
> > Thanks again....
>
> I'm looking into making a windows version called WinVMUtil, but I'm
still
> seeing if it's possible right now. It obviously is, but I dont feel like
> paying 200 bucks for a windows compiler.
Don't! Use LCC, MingWin32, Borland C++ 5.5, MASM32, or Watcom C/C++ 11.0.
All are available for free download off the Internet. (Actually Watcom
might not be available yet but it will be soon). Just do a search and go
to their respective homepages. If you really must, you could probably find
a copy of Microsoft Visual C++ 5 or 6 off of ebay or another online
auction place for alot less than $200.
Personally, though, I prefer command line utilities so that I can automate
the build process in a batch or makefile, rather than having to open a
windows app, search for my file, click a few checkboxes, search for a
folder to save to and exit. I'd rather just click on a batch file or type
'make' in a terminal (or DOS window, whatever). But to each his own! :-)