MSVC++ 8.0

  • Thread starter Thread starter MARTIN SPENCE
  • Start date Start date
M

MARTIN SPENCE

Dear all,

I have an app that needs the Visual C++ redistributable libraries for Visual Studio 2005 AKA MS Visual C++ 8.0.

I cannot find these in the component database - must I componentize these libraries myself or am I looking in the wrong spot.

Any help would be appreciated

Martin
 
Most likely these runtimes are part of .NET. If you don't want to install
..NET, then you should add the idividual runtime files to your applications
component.

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit

Dear all,

I have an app that needs the Visual C++ redistributable libraries for Visual
Studio 2005 AKA MS Visual C++ 8.0.

I cannot find these in the component database - must I componentize these
libraries myself or am I looking in the wrong spot.

Any help would be appreciated

Martin
 
Sean Liming (MVP) said:
Most likely these runtimes are part of .NET. If you don't want to install
.NET, then you should add the idividual runtime files to your applications
component.

XP embedded has a component for CRT (side-by-side) but only for the VC7
versions. Are there plans to update that component or provide a similar one
for VC8 SP1?

Alternatively, can the Component Designer tool read merge modules as well as
..inf files, or can the merge modules be converted to .inf so that they can
be imported.

Specifically, I need C:\Program Files\Common Files\Merge
Modules\Microsoft_VC80_CRT_x86.msm (SP1 version) and I suspect Martin is
looking for the same thing.
 
Back
Top