Re: [Quickfix-users] Quick fix application fails to run on target box
Brought to you by:
orenmnero
From: Draupnir G. - L. <dra...@li...> - 2011-01-28 14:15:10
|
Hi, You probably need to set up c++ runtime on the machine. And if you have compiled the c++ in debug mode then you need the debug version og the c++ runtime. The easiest way is to include the dll's when you deploy. You need: For release build: msvcm90.dll msvcp90.dll msvcr90.dll Microsoft.VC90.CRT.manifest Debug: msvcm90d.dll msvcp90d.dll msvcr90d.dll Microsoft.VC90.Debug.CRT.manifest Best regards Draupnir Guðmundsson Libra dra...@li... www.librasoft.is +354 595 8724 direct +354 664 8724 mobile On Fri, Jan 28, 2011 at 13:41, Fabiano Ricci <fab...@ga...>wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi, > > In the following the first things I would like to do in your case: > > 1 - Check quickfix requirements on the online documentation ( > http://www.quickfixengine.org/quickfix/doc/html/dependencies.html). > 2 - If some dependencies is missed add it to the system path and try again. > 3 - On the target machine you should launch your EXE into a "dependency > tool checker" in order to understand if there are any .dlls missed and add > it in case. > 4 - as 2 > > Unfortunately I cannot suggest you a link to a free tool like that > explained above at the moment. > > Hope this help you a bit. > > Regards > > *Fabiano Ricci* > > > > > > > > > > > > Il 28/01/2011 12.08, Sunil Esho ha scritto: > > Dear All, > > > > I have developed an application on Visual Studio 2008 that uses quick fix > library version (quickfix_vs9.sln). > > And it runs fine on the development machine. > > > > FAILS to run the same EXE on a different machine that does NOT have Visual > studio 2008 installed on it. > > The error I am getting is “*The system cannot execute the specified > program*.” > > > > Could anyone please help me to fix this. > > > > > > Thanks > > ________________________________________________ > > Sunil Esho > > Morningstar Real-Time Data Business > > > > Morningstar. Illuminating investing for 26 years. > > > > Sun...@mo... <Usi...@mo...> > > > > 1 Oliver’s Yard, 55-71 City Road, London EC1Y 1HQ > > > > http://global.morningstar.com/realtime > > > > This e-mail contains privileged and confidential information and is > intended only for the use of the person(s) named above. Any dissemination, > distribution, or duplication of this communication without prior written > consent from Morningstar is strictly prohibited. If you have received this > message in error, please contact the sender immediately and delete the > materials from any computer. > > > > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better > price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |