[Quickfix-developers] 1.8 Binary release and MSVCP70.DLL
Brought to you by:
orenmnero
From: Chuck H. <zzc...@xc...> - 2004-08-18 19:01:25
|
Hi all, While upgrading a Java app to QuickFix 1.8, I was grateful to see that a = binary release was available for Windows. However, I ran into the = problem that the quickfix_jni.dll requires MSVCP70.DLL (Microsoft Visual = C++ 7.0 library). I wonder if it wouldn't be better to statically link the JNI library = with the C++ libs? This would allow the JNI library to run with the = minimum of requirements. Alternatively, maybe the MSVCP70.DLL could be included in the Windows = binary release? Thanks - Chuck |