[Quickfix-developers] QF on Windows x64
Brought to you by:
orenmnero
|
From: Francis G. <fr...@at...> - 2007-03-17 07:51:03
|
Is anyone using QuickFix.NET on a x64 Windows 2003 server? I installed the MSV* dlls but it still wouldn't let me start my QF app compiled to any CPU with .NET 2. Missing dependencies are: MSVCM80.DLL MSVCP80.DLL MSVCR80.DLL I believe the last two are false positives: DEVMGR.DLL DWMAPI.DLL (a Vista dll ??) So I installed vcredist_x86.exe and that took care of the MSV dependencies. The app still won't run (the same code runs fine on WinXP), I get : "Could not load file or assembly 'quickfix_net, Version=1.0.2632.4101, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format." I recompiled the app for x86 so at least it works in compatibility mode but it's not optimal. Trying to compile QF for x64 crashes VS2005. If anyone resolved the issue I'd appreciate the info. Thanks, Francis |