- Visual C++ 2005 Redistributable Package
- Posted by bzaid on May 27th, 2008
Hi,
I use some standard C++ classes in my Win32 application. Now, the
application require me to redistribute the Visual C++ 2005
Redistributable Package with my application (not just the DLLs). Now C+
+ applications require pre-installation of this packages like Java
applications require pre-installation of the JRE.
Is there a method to make Visual C++ use static linking of the
standard C/C++ Libraries.
Thanks
- Posted by Beagle on May 27th, 2008
Check in project properties, under 'Configuration Properties' ->
General -> 'Use of MFC' set to 'Use MFC in a Static Library'. I don't
know about the Java Apps.
HTH
BEA
On May 27, 4:38 am, bzaid <bahaaz...@gmail.com> wrote:
Similar Posts
- What does the DDK compiler have that the Visual C++ 2005/8 doesn't? (Drivers) by 0dbell@gmail.com
- DLL in Visual C++ 2005 Express (Development Resources) by t
- Visual Studion 2005 SP1 (Windows CE) by Baxter
- Visual Studio 2005 and CRM 3.0 (Windows CRM) by astuartmills
- Visual Studio Pro 2005 (Microsoft Windows) by sosak

