Re: Remote debugging in VS 2005

Tech-Archive recommends: Fix windows errors by optimizing your registry




"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




.



Relevant Pages

  • Re: Windows install to custom location after building from source
    ... It merges the msvcrt merge module into the installer (and then ... ALLUSERS). ... If you don't merge the CRT, the resulting Python installation ...
    (comp.lang.python)
  • Re: Problem Python 2.6.1 vs 2.6 & pyWin32
    ... Windows installer you create with command "python setup.py ... one way of installing the CRT is to install Python for all users, ...
    (comp.lang.python)
  • Re: Problem Python 2.6.1 vs 2.6 & pyWin32
    ... crt completely. ... receive the misspelled German version of the error message :-) but also ... installer, there's been only 1 report of the installer not working. ...
    (comp.lang.python)
  • Re: VS .NET 2003, Windows Installer setup project
    ... There is no launch condition for WI in MSI files. ... What you need to worry about is redistributables such as ... Phil Wilson [MVP Windows Installer] ...
    (microsoft.public.vsnet.setup)
  • Re: VC80 Redistributable Missing
    ... Definitive Guide to Windows Installer ... SideBySide EventID 32: ... Reference error message: The referenced assembly ... Does anyone have any ideas on other redistributables I might need to ...
    (microsoft.public.vstudio.general)