Re: Remote debugging in VS 2005
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Mon, 22 May 2006 11:16:00 +0300
"SD" <SD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:50CF8ABA-E15B-41EF-9859-02B8357B73A7@xxxxxxxxxxxxxxxx
You can try to link the application with the static version of CRT library
(that is, change /MDd compiler option to /MTd) and see if the application
starts working, or take a look at this article for more information about
VC2005 redistributables:
http://www.codeproject.com/cpp/vcredists_x86.asp
I cannot link my app statically to the CRT, and so as suggested in the
article tried to install the CRT into my Vista m/c by trying to execute
vcredist_x86.exe directly.
But it does not go through apparently because it requires it to be done
using an installer.
Is there any such installer available on the net? Or is there any easier way
to install the "side-by-side" CRT on Vista?
Sorry, I don't know how to install CRT via an installer (haven't had to do it yet),
so may be it makes sense to ask e.g. in microsoft.public.dotnet.languages.vc
newsgroup.
But since the application seems to need debug DLLs, try to simply copy them
to the same directory with the application (debug DLLs are somewhere
under "redist" folder in VC2005).
Oleg
.
- References:
- Re: Remote debugging in VS 2005
- From: Oleg Starodumov
- Re: Remote debugging in VS 2005
- Prev by Date: Re: VS.NE 2005: 0x0000000a ???
- Next by Date: Re: Memory Not Being Claimed
- Previous by thread: Re: Remote debugging in VS 2005
- Next by thread: Additional dll's
- Index(es):
Relevant Pages
|