Microsoft Developer Network > Forenhomepage > Visual C++ General > Quick question: command-line option for side-by-side assemblies
Stellen Sie eine FrageStellen Sie eine Frage
 

BeantwortetQuick question: command-line option for side-by-side assemblies

Antworten

Alle Antworten

  • Dienstag, 10. November 2009 06:10Nancy ShaoMSFT, ModeratorTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    Hi Yaaang,

    As far as I know, there is no command line options for controlling you building projects using side-by-side assemblies. I don't know why you want to do like that. You can refer to Building on the Command Line to see command-line option in Visual C++ compiler with link:

    http://msdn.microsoft.com/en-us/library/f35ctcxw(VS.80).aspx


    Hope this helps.
    Nancy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
    • Als Antwort markiertyaaang Mittwoch, 11. November 2009 04:29
    •  
  • Mittwoch, 11. November 2009 04:29yaaang TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Because when I build my application using Visual Studio 2008 and deploy to a fresh Windows box I get an error about side by side assemblies, and when I build from cmd using cl I don't. I believe this is due to statically linking with the RT libs (/MT), but I was curious whether there was a flag that furthermore controls whether SxS linking is used.