Fazer uma PerguntaFazer uma Pergunta
 

RespondidoVC++ Redistributable

  • quarta-feira, 1 de julho de 2009 22:38The Captain 22 Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    I have an application that I had been developing in Visual Studio 2005 for some time. The application installed and ran just fine without including any redistributables. I recently converted it to Visual Studio 2008 and it still worked fine without needing anything else. Then I ran into some problems getting it to register a couple dll's after the build so I went a head and just started a new solution in 2008 and re-created it. Now for some reason it needs the vc++ 2008 redistributable even though no code changed and I set everything up the same way. What would cause it to do this? I'm sure there is something that I missed in the settings or something when I re made the solution that is causing it. I guess its not a big deal but I would be able to slim up my installer if I didn't have to include the redistributable.

Respostas

  • quinta-feira, 2 de julho de 2009 17:11Brian MuthMVPMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    Sometimes during the upgrade, the compiler switches get changed. Review your compiler settings and ensure that you are using the /MT switch for all your modules.

    • Marcado como RespostaThe Captain 22 terça-feira, 7 de julho de 2009 13:12
    •  

Todas as Respostas