RE: [Quickfix-developers] Building Quickfix on windows
Brought to you by:
orenmnero
|
From: Chris A. <chr...@be...> - 2005-11-21 22:53:27
|
A very good question, I should have answered it in my first post. We want to try and find a way to build the DLL without a dependency on an external C runtime DLL. We are going to distribute our application through WebStart, and getting the application to run on machines that do not already have the requisite C runtime DLL's is giving us a lot of problems. To get around the problem all together, we wanted to build quickfix_jni.dll with the runtime staticly linked in. =20 Thanks for suggesting Visual Studio Express C++, I wasn't aware of it. I'll take a look. =20 Cheers Chris Audley ________________________________ From: Caleb Epstein [mailto:cal...@gm...]=20 Sent: Monday, November 21, 2005 5:07 PM To: Chris Audley Cc: qui...@li... Subject: Re: [Quickfix-developers] Building Quickfix on windows On 11/21/05, Chris Audley <chr...@be...> wrote:=20 Has anybody tried (and hopefully succeeded) in building quickfix on win32 without developer studio. I have the microsoft command line compilers installed and can compile, I just need instructions on the right makefiles to run. We do our development in Java and don't want to=20 buy MSVC just to compile quickfix. There are binary releases for Windows. Why not grab one of those, or download the Visual Studio Express C++ edition, which is free for the next year or so. --=20 Caleb Epstein caleb dot epstein at gmail dot com=20 |