VS 2008 run-time support

  • Thread starter Thread starter Larry Waibel
  • Start date Start date
L

Larry Waibel

I've applied Feature Pack 2007, Update Rollup, and the Feb. 2008 security
updates. The only C++ run-time support I find is for VC 6.0 and VS.NET
(VS2003). We're building with VS 2008 and I need that support. When will a
component for that be available? Thanks!
 
..NET 3.0 is already a component in Update Rollup. If you want the individual
run times for C++ or MFC, you will have to pull out the individual files and
add them as file resources to your component.

--
Regards,

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

These files are for VS2005. I believe you can find similar files in VS2008.
mfc80.dll
mfc80u.dll
mfcm80.dll
mfcm80u.dll
Microsoft.VC80.CRT.manifest
Microsoft.VC80.MFC.manifest
MSCOMCTL.OCX
msvcm80.dll
msvcp80.dll
msvcr80.dll
msxml6.dll

We add these files into XPE run-time image to support MFC program from
VS2005.

Regards,
Ethan
 
Back
Top