473,594 Members | 2,757 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual C++ 2005 Redistributable Package

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 .Is there a
method to make Visual C++ use static linking of the standard C/C++
Libraries. So I just redistribute the exe only.

Thanks
Jun 27 '08 #1
8 2481
bzaid wrote:
Hi,

I use some standard C++ classes in my Win32 application. Now, the
application require me to redistribute the Visual C++ 2005
You're asking in the wrong place, try a windows programming group.

--
Ian Collins.
Jun 27 '08 #2
The question is not about Win32. It's about the use of the standard C++ libs
with VC++. I want to use them without depending on any DLLs.

Thanks for your reply

"Ian Collins" <ia******@hotma il.comwrote in message
news:6a******** *****@mid.indiv idual.net...
bzaid wrote:
>Hi,

I use some standard C++ classes in my Win32 application. Now, the
application require me to redistribute the Visual C++ 2005

You're asking in the wrong place, try a windows programming group.

--
Ian Collins.
Jun 27 '08 #3
news.aioe.org wrote:
The question is not about Win32. It's about the use of the standard C++
libs with VC++. I want to use them without depending on any DLLs.
You need to understand that this is a question solely regarding your
particular development environment, and therefore off-topic here. You
should definitely try in the microsoft.publi c.vc area of groups.
Jun 27 '08 #4
Thanks and sorry.

"Eberhard Schefold" <eb************ ***@de.bosch.co mwrote in message
news:g1******** **@news4.fe.int ernet.bosch.com ...
news.aioe.org wrote:
>The question is not about Win32. It's about the use of the standard C++
libs with VC++. I want to use them without depending on any DLLs.

You need to understand that this is a question solely regarding your
particular development environment, and therefore off-topic here. You
should definitely try in the microsoft.publi c.vc area of groups.
Jun 27 '08 #5
bzaid kirjoitti:
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).
One possible way is another compiler to build the final executable.
I do this using gcc, because for some reason VC++ requires the user to
have .NET installed even the application is console/SDL-based. As a
bonus you learn to write more portable C++ source code:)
Jun 27 '08 #6
On May 28, 1:30 pm, Krice <pau...@mbnet.f iwrote:
bzaid kirjoitti:
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).

One possible way is another compiler to build the final executable.
I do this using gcc, because for some reason VC++ requires the user to
have .NET installed even the application is console/SDL-based. As a
bonus you learn to write more portable C++ source code:)
1- Thanks for reply
2- I found the a solution how to statically link C/C++ Runtime
Libraries to my application in VC++:
Open project properties C/C++ Code Generation Runtime
Library and select Multi-threaded (/MT).
Native VC++ apps don’t require .NET Framework to be installed.
3- Yes, I agree with you, C++ developer must write portable code, he
should never depend on a compiler specific feature.

Regards,
Jun 27 '08 #7
On May 28, 7:30 am, Krice <pau...@mbnet.f iwrote:
One possible way is another compiler to build the final executable.
I do this using gcc, because for some reason VC++ requires the user to
have .NET installed even the application is console/SDL-based.
????? WTF?
It never happened to me. Perhaps you should review your configuration/
project settings.

Diego
Jun 27 '08 #8
On May 28, 11:18 am, Eberhard Schefold
<eberhard.schef ...@de.bosch.co mwrote:
news.aioe.org wrote:
The question is not about Win32. It's about the use of the
standard C++ libs with VC++. I want to use them without
depending on any DLLs.
You need to understand that this is a question solely
regarding your particular development environment, and
therefore off-topic here. You should definitely try in the
microsoft.publi c.vc area of groups.
Which doubtlessly explains why we had exactly the same problem
with g++ under Solaris in my last job:-).

The standard doesn't address the issue, but the problems
inherent with dynamic linking are pretty much the same
regardless of the platform. Don't do it unless you have to (and
can be sure that the client will have the necessary libraries,
in the versions you expect).

--
James Kanze (GABI Software) email:ja******* **@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientier ter Datenverarbeitu ng
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
Jun 27 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1350
by: shoat | last post by:
hi, before the installation of MS Visual Studio .NET (2003) i have to install Microsoft Visual J# .NET Redistributable Package, Version 1.1. there i have problems. Directly after starting the installation of MS VJ# WIN XP turn up some error messages - in this sequence: 1. The system cannot open the quoted device or file.
1
4223
by: Thomas Holmgren | last post by:
Hi all I've tried to get my hands on the End User License Agreement for MS Visual C# .NET 2003 STANDARD edition, sofar without luck. Does anybody know where I can find the license agreement for the standard edition? Thank you :)
7
1189
by: NH | last post by:
Hi, I have a VS 2003 asp.net 1.1 project hosted on a windows 2003 server. I want to move it to asp.net 2.0 and VS 2005. Do I need to install VS 2005 on the server first and then on my development PC and then upgrade the app from my development PC? Thanks
3
1682
by: robin9876 | last post by:
Is it possible to install Visual Studio 2003 and 2005 on the same pc?
5
2284
by: RossettoeCioccolato | last post by:
I don't suppose that the redistributable C/C++ runtime library merge module has been packaged into an MSI script and is available for download somewhere? They are bloating up my distribution files and I would prefer to just provide a link. Regards, George.
3
6665
PieCook
by: PieCook | last post by:
Error message: "The application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem." Basically, I recently purchased a game programming book, and was trying to follow along. The book uses the Allegro game library, and I was trying to configure a Visual C++ 8.0 project to compile and link to the library. First, I installed Allegro 4.2 by copying the lib and include folders to the...
2
1785
by: flingor | last post by:
I have written a little program with Microsoft's visual c++ and thus have an .exe of the program. Now I want to put this .exe in a separate folder for example to share it. What .dll do I have to put in the folder with the .exe to get it work? I'm using these declarations: #include "stdafx.h" #include <iostream> using namespace std;
3
17236
by: Kerem Gümrükcü | last post by:
Hi, until today i always forced users to download/install the complete package of the Microsoft Visual C++ 2008 Redistributable Package (x86), but mostly my applications only need the msvcr90.dll to run. So my question here is if i can pack this file into my installer and redistribute it with my application. For my case it would be just fine if the dll would be in the same directory as the app is.
2
3825
by: =?Utf-8?B?Uk1E?= | last post by:
I downloaded the Microsoft Visual C++ 2008 Redistributable Package from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf to a temporary directory (C:\Temp). When I install it, it expands these files to C:\ and it doesn't clean them up. I don't want files left in C:\ after the installation completes, especially because the redist. is installed on customers' machines. Is there a way...
0
7947
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7880
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8374
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8010
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8242
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
3868
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2389
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1486
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.