Unable to run executable built with MSVC 8.0

2007-07-04 Thread Moshe Matitya
I built a app using log4cxx with MSVC 8.0, and when I try to run it, it fails at startup, producing the following error message: Unable To Locate Component This application has failed to start because MSVCP80D.dll was not found. Re-installing the application may fix this problem. No

RE: Unable to run executable built with MSVC 8.0

2007-07-04 Thread Roger Orr
Moshe Matitya wrote: > I built a app using log4cxx with MSVC 8.0, and when I try to run it, > it fails at startup, producing the following error message: > > Unable To Locate Component > This application has failed to start because MSVCP80D.dll was not > found. Re-installing the appli

RE: Unable to run executable built with MSVC 8.0

2007-07-04 Thread Moshe Matitya
Isn't this something that should be done by ant when building log4cxx? Thanks, Moshe From: Roger Orr [mailto:[EMAIL PROTECTED] Sent: Thu 7/5/2007 12:01 AM To: 'Log4CXX User' Subject: RE: Unable to run executable built with MSVC 8.0 Moshe Matitya wrote: >