Thread: [Quickfix-users] Quick fix application fails to run on target box
Brought to you by:
orenmnero
From: Sunil E. <Sun...@mo...> - 2011-01-28 11:21:10
|
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 <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. |
From: Sunil E. <Sun...@mo...> - 2011-01-28 11:51:41
|
Hi, I have used VC++ compiler (Visual studio 2008) , NOT visual basic. Thanks Sunil From: Joaquín Gracia [mailto:j.g...@ra...] Sent: 28 January 2011 11:28 To: Sunil Esho Cc: FD Proietti; Fabiano Ricci; <ali...@if...>; qui...@li... Subject: Re: [Quickfix-users] Quick fix application fails to run on target box Hi, If you used visual basic, you have to bear in mind that this is an interpretes language, not a compilares one. Maybe that is the cause of your production machine not executing you app, just like if you try to run a Java app without Java virtual machine. Joaquín Gracia Eurosigma S.A. El 28/01/2011, a las 12:08, "Sunil Esho" <Sun...@mo...> escribió: QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html 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... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: Joaquín G. <j.g...@ra...> - 2011-01-28 12:12:04
|
Ok. So the easy answer was not the good one. I think this has happened to me a couple of times. It was surprising but not hard to solve, but i can't remember what the solution was. I'm sorry. Joaquín Gracia Eurosigma S.A. El 28/01/2011, a las 12:51, "Sunil Esho" <Sun...@mo...> escribió: > Hi, > > > > I have used VC++ compiler (Visual studio 2008) , NOT visual basic. > > > > Thanks > > Sunil > > > > > > From: Joaquín Gracia [mailto:j.g...@ra...] > Sent: 28 January 2011 11:28 > To: Sunil Esho > Cc: FD Proietti; Fabiano Ricci; <ali...@if...>; qui...@li... > Subject: Re: [Quickfix-users] Quick fix application fails to run on target box > > > > Hi, > > > > If you used visual basic, you have to bear in mind that this is an interpretes language, not a compilares one. Maybe that is the cause of your production machine not executing you app, just like if you try to run a Java app without Java virtual machine. > > > > > Joaquín Gracia > > Eurosigma S.A. > > > > > El 28/01/2011, a las 12:08, "Sunil Esho" <Sun...@mo...> escribió: > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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... > > > > 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 |
From: Joaquín G. <j.g...@ra...> - 2011-01-28 11:52:59
|
Hi, If you used visual basic, you have to bear in mind that this is an interpretes language, not a compilares one. Maybe that is the cause of your production machine not executing you app, just like if you try to run a Java app without Java virtual machine. Joaquín Gracia Eurosigma S.A. El 28/01/2011, a las 12:08, "Sunil Esho" <Sun...@mo...> escribió: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > 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... > > > > 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 |
From: Fabiano R. <fab...@ga...> - 2011-01-28 13:42:09
|
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. > |
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 > > |
From: Rodrigo S. <pin...@gm...> - 2011-01-28 14:17:22
|
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 > 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 > > |
From: Sunil E. <Sun...@mo...> - 2011-01-28 14:39:26
|
Hi, I have installed the the given below redistributable. Still not working. My application is a debug version - Is there a separate redistributable 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-3e0 3-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 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... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
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 > > |
From: Sev Z. <se...@gm...> - 2011-01-28 14:20:59
|
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 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... > https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: Sunil E. <Sun...@mo...> - 2011-01-28 14:40:09
|
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-3E0 3-4391-8A4D-074B9F2BC1BF&displaylang=en for x64 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=BD2A6171-E2D 6-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... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
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 |
From: Sunil E. <Sun...@mo...> - 2011-01-28 15:05:12
|
Sev, Thanks for the suggestion. My application is a simple test application. Does not contain any .net classes. Please find attached "TestChileFeed.cpp" Meanwhile I try what you have suggested below. Thanks Sunil From: Sev Zaslavsky [mailto:se...@gm...] Sent: 28 January 2011 14:54 To: Sunil Esho Cc: Fabiano Ricci; qui...@li... Subject: Re: [Quickfix-users] Quick fix application fails to run on target box 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-436 2-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-3E0 3-4391-8A4D-074B9F2BC1BF&displaylang=en for x64 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=BD2A6171-E2D 6-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... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: Sunil E. <Sun...@mo...> - 2011-01-28 19:03:50
|
Thanks Sev. Regards, Sunil From: Sev Zaslavsky [mailto:se...@gm...] Sent: 28 January 2011 14:54 To: Sunil Esho Cc: Fabiano Ricci; qui...@li... Subject: Re: [Quickfix-users] Quick fix application fails to run on target box 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-436 2-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-3E0 3-4391-8A4D-074B9F2BC1BF&displaylang=en for x64 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=BD2A6171-E2D 6-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... https://lists.sourceforge.net/lists/listinfo/quickfix-users |
From: Sunil E. <Sun...@mo...> - 2011-01-31 16:57:08
|
Dear All, I am developing a server application in C++ that uses Quick fix library. Could anyone please send me a sample config setting file for ConnectionType=acceptor ? I am not sure what these parameters are for ? SenderCompID= TargetCompID= Username= Password= SocketConnectHost= SocketAcceptPort= 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. |
From: Fabiano R. <fab...@ga...> - 2011-01-31 17:04:36
|
Please, have a look at: http://www.quickfixengine.org/quickfix/doc/html/configuration.html http://www.quickfixengine.org/quickfix/doc/html/configuration.html#Sample%20Settings%20File Regards, /Fabiano Ricci/ Il 31/01/2011 17.56, Sunil Esho ha scritto: > > Dear All, > > I am developing a server application in C++ that uses Quick fix library. > > Could anyone please send me a sample config setting file for > *ConnectionType=acceptor*? > > I am not sure what these parameters are for ? > > SenderCompID= > > TargetCompID= > > Username= > > Password= > > SocketConnectHost= > > SocketAcceptPort= > > 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. > > |