Re: [polyml] Building MS Windows applications

2011-02-17 Thread David Matthews
I think I actually built that using Msys/Mingw. If you install them you can build from source exactly as you would on Unix or cygwin. There are other possibilities. There are project files for Visual C++ 6 which should work under newer versions of Visual C++. I think it's now possible to

Re: [polyml] Building MS Windows applications

2011-02-17 Thread Rob Arthan
David, Many thanks. It's been a few years since I last used Visual Studio and I never progressed beyond beginner status, so I think MSYS and MinGW will minimise the culture shock for me for the time being! On 17 Feb 2011, at 09:24, David Matthews wrote: I think I actually built that using

[polyml] Building MS Windows applications

2011-02-16 Thread Rob Arthan
I have installed Poly/ML on MS Windows using the precompiled binary. Now I want to start building my own applications. What do I need for the equivalent in MS Windows of the following command line that I would use on UNIX? cc -o hello hello.o -lpolymain -lpolyml I.e., where do I find the