Re: [Quickfix-users] Quick fix application fails to run on target box
Brought to you by:
orenmnero
From: Rodrigo P. P. De S. <pin...@gm...> - 2011-01-28 15:17:17
|
Hi Sunil, There are no debug redistributable version, in this case you have to copy all the dependencies by hand. Download dependecy walker , this should help you find the missing dlls Rodrigo Pinho Pereira de Souza On 2011-01-28, at 9:39 AM, "Sunil Esho" <Sun...@mo...> wrote: > Hi, > > > > I have installed the the given below redistributable. Still not > working. > > > > My application is a debug version – Is there a separate redistributa > ble for debug and release ? > > > > Thanks > > Sunil > > > > > > From: Rodrigo Souza [mailto:pin...@gm...] > Sent: 28 January 2011 14:17 > To: Fabiano Ricci > Cc: Sunil Esho; qui...@li... > Subject: Re: [Quickfix-users] Quick fix application fails to run on > target box > > > > Hi, > > > > You have to install the Microsoft Visual C++ 2008 Redistributable > Package (x86) > > http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en > > Thanks > > > > On Fri, Jan 28, 2011 at 8:41 AM, 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 p > rogram.” > > > > Could anyone please help me to fix this. > > > > > > Thanks > > ________________________________________________ > > Sunil Esho > > Morningstar Real-Time Data Business > > > > Morningstar. Illuminating investing for 26 years. > > > > Sun...@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 > > |