Re: [Quickfix-users] Quick fix application fails to run on target box
Brought to you by:
orenmnero
From: Sev Z. <se...@gm...> - 2011-01-28 14:53:59
|
Sunil, If you reference .NET classes in your C++ code, you might need the .NET redistributable also. http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en You may have built the x64 version - perhaps you need the x64 redistributable. If that fails, then it's time to figure exactly which DLL is missing. I suggest downloading ProcessExplorer http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx and running your app from the File..Run option. ProcessExplorer will show you all attempts to open dll files. Good luck -Sev On 1/28/2011 9:40 AM, Sunil Esho wrote: > > Hi, > > I have installed the the given below x86 redistributable. Still not > working. > > My application is a debug version -- Is there a separate > redistributable for debug and release ? > > Thanks > > Sunil > > *From:*Sev Zaslavsky [mailto:se...@gm...] > *Sent:* 28 January 2011 14:21 > *To:* Fabiano Ricci > *Cc:* Sunil Esho; qui...@li... > *Subject:* Re: [Quickfix-users] Quick fix application fails to run on > target box > > Sunil, > > Try installing one of these on the machine that does not have the VS 2008: > > These are the Microsoft Visual C++ 2008 Redistributable Packages > > for x86 > http://www.microsoft.com/downloads/en/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en > <http://www.microsoft.com/downloads/en/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en> > > for x64 > http://www.microsoft.com/downloads/en/details.aspx?FamilyID=BD2A6171-E2D6-4230-B809-9A8D7548C1B6 > > -Sev > > On 1/28/2011 8:41 AM, Fabiano Ricci 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... <mailto: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... <mailto:Qui...@li...> > https://lists.sourceforge.net/lists/listinfo/quickfix-users |