Windows 2003
-
Hi I posted this question earlier too. I have a VC application runing fine on 2000 n XP . But I could't run that application on server 2003. So after trying everything , I just installed MS VC++ 6 on Server2003 and compile that application and ran it , and it ran fine. But now I have to ran that VC application on another MS 2003 server , and even after copying the 2003 DLLs , its not runing. Do I have to install MS VC++ on that machine also to ran my application ??? Any solution ? suggestions ?? plz ! ZINC
-
Hi I posted this question earlier too. I have a VC application runing fine on 2000 n XP . But I could't run that application on server 2003. So after trying everything , I just installed MS VC++ 6 on Server2003 and compile that application and ran it , and it ran fine. But now I have to ran that VC application on another MS 2003 server , and even after copying the 2003 DLLs , its not runing. Do I have to install MS VC++ on that machine also to ran my application ??? Any solution ? suggestions ?? plz ! ZINC
Hello ZINC, Your application has so many dependencies. So first u have to find that all. Or just making package. which is recommended by me. Becoz as u said u copy all dll file's but some dll file u have to register with os be regsvr32.exe command. so by making package it will handle all that things for u. Divyang Mithaiwala with best regards
-
Hi I posted this question earlier too. I have a VC application runing fine on 2000 n XP . But I could't run that application on server 2003. So after trying everything , I just installed MS VC++ 6 on Server2003 and compile that application and ran it , and it ran fine. But now I have to ran that VC application on another MS 2003 server , and even after copying the 2003 DLLs , its not runing. Do I have to install MS VC++ on that machine also to ran my application ??? Any solution ? suggestions ?? plz ! ZINC
See the FAQ 8.2 A program I've written doesn't load when it's run on a computer without Visual C++ installed. Why?[^] --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
Hello ZINC, Your application has so many dependencies. So first u have to find that all. Or just making package. which is recommended by me. Becoz as u said u copy all dll file's but some dll file u have to register with os be regsvr32.exe command. so by making package it will handle all that things for u. Divyang Mithaiwala with best regards
-
See the FAQ 8.2 A program I've written doesn't load when it's run on a computer without Visual C++ installed. Why?[^] --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
Hi Mike , I have done what u have sugested but still its not working !!! anyother sugestions ??? Regards ZINC HELLO
Did you use dependency walker (As mentioned in the faq) and determine what dependencies your application is using? Most likely if it's a crappy MFC application and you're building debug you don't have the debug MFC binaries installed. 8bc7c0ec02c0e404c0cc0680f7018827ebee
-
Hi Divyang , Thanks for reply , can you please guide me how to make package ? Kind Regards, Zinc
Hello zinc_z, For making package first make exe file by building project. then there is one tool
start->Program->Microsoft Visual Studio 6.0->Microsoft Visual Studio 6.0 tool -> Package & Deployment Wizard
-
Hello zinc_z, For making package first make exe file by building project. then there is one tool
start->Program->Microsoft Visual Studio 6.0->Microsoft Visual Studio 6.0 tool -> Package & Deployment Wizard