Daniel,<br>
<br>
Yes, the free (beer) toolkit comes with a compiler (CL) and a version
of nmake.&nbsp; Nmake seems to make use of a slightly nuanced variety
of the make file format.&nbsp; There is also a free (beer) IDE for VC++
that is the 2005 Beta version of the program (.NET VC++ I think).&nbsp;
However, due to the resources at the school I'm currently at,
downloading and installing that is prohibitively large.&nbsp; I would
love to be able to use an IDE for Windows development, but I simply
don't have one available at the moment.&nbsp; I think it would be a
good idea, though, to try and translate the current Makefile into one
which could be used by nmake with the free compiler tools.&nbsp; I'll
look into it when I get the chance.<br>
<br>
--Greg<br><br><div><span class="gmail_quote">On 8/29/05, <b class="gmail_sendername">Daniel Glassey</b> &lt;<a href="mailto:dglassey@gmail.com">dglassey@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 29/08/05, Greg Hellings &lt;<a href="mailto:greg.hellings@gmail.com">greg.hellings@gmail.com</a>&gt; wrote:<br>&gt; Greetings.<br>&gt;<br>&gt;&nbsp;&nbsp;I am trying to build the sword library using the free tools from Microsoft
<br>&gt; (free?! you ask - sure enough, the free VC++ toolkit).&nbsp;&nbsp;I am curious as to<br>&gt; whether anyone else has prior experience at this task, and if so, if they<br>&gt; have any guiding words of wisdom.&nbsp;&nbsp;So far I have made decent headway with
<br>&gt; using MinGW to run './configure CPPFLAGS=-DWIN32 CC=cl CXX=cl LD=link' but I<br>&gt; have had to edit a few minor files by hand<br>&gt; (src/utilfuns/win32/dirent.{h,cpp}, lib/Makefile, &amp;c), but<br>&gt; I don't know if there is anything I definitely ought to look out for.
<br>&gt; Thanks!<br><br>Hi Greg :)<br>I don't know anything about the free(beer) toolkit but does it come<br>with nmake or some other make equivalent? I don't know how hard it<br>would be to make nmake makefiles for it. Actually if anyone out there
<br>has the VC++ ide they should be able to use the project files (in<br>lib/vcppmake) to generate some kind of nmake file for you to use.<br><br>Or does the toolkit now come with a GUI. If so I think you'd be best<br>using that if you can to make a project for it.
<br><br>Regards,<br>Daniel<br><br>_______________________________________________<br>sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br><a href="http://www.crosswire.org/mailman/listinfo/sword-devel">
http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>Instructions to unsubscribe/change your settings at above page<br></blockquote></div><br>