473,473 Members | 1,920 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Visual C++ Runtime Library question

acording to
http://groups.google.com/groups?hl=e...ngxa06.phx.gbl
one "Ed Dore[MSFT]" said "The VC libraries team is looking at getting more
of the sources out with future releases though."

Can someone from Microsoft explain A.if this is happening or not
and B.why the source code in question is not included in the first place
Checking my Visual Studio .NET 2003 folder, I can see the following
non-open files:
almap.lib
conv.lib
eh.lib
rtc.lib
sdknames.lib
tcmap.lib
tcmapdll.lib
tran.lib
atlssup.obj
chkesp.obj
eh3valid.obj
ehprolog2.obj
ehprolog.obj
ehvccctr.obj
ehvcccvb.obj
ehvecctr.obj
ehveccvb.obj
ehvecdtr.obj
exsup2.obj
exsup3.obj
exsup.obj
ftol2.obj
longjmp.obj
matherr.obj
oldexcpt.obj
sehprolg.obj
sehsupp.obj
setjmp3.obj
setjmp.obj
setjmpex.obj
strdup.obj
tlssup.obj
comsupp.lib
comsuppd.lib
comsuppw.lib
comsuppwd.lib
delayimp.lib
largeint.lib
oldnames.lib
RunTmChk.lib

Looking at the list, I see:
Exception Handling, RTTI and related support.
Thread Local Storage support.
RunTimeCheck support.
Floating Point code.
Large Integer code.
Delay Load Helper code.
Some wierd libraries like oldnames.lib and sdknames.lib (although to be
fair, these libraries seem to only exist to map one possible name for <x>
to another possible name for <x> to maintain backwards compatibility)
Compiler COM support code (#import directive for importing COM type
libraries I guess)
and a random misc file, strdup.obj.

Whats interesting is that VC6 (but not 7 or 7.1) includes sehsupp.c.
Also, VC7 includes source for comsupp.lib family but not VC6 or VC71
And, the new Visual C++ express download contains tlssup.c and I think 1 or
2 others) but its not in any other version of Visual C++ that I have seen.

As for why they arent included, I am guessing that its mainly because they
A.reveal internal compiler and/or OS details that microsoft doesnt want to
reveal
B.dont actually contain any code, instead just contain implementation
details that, if changed, will break stuff (like e.g. atlssup.obj appears
to contain such details)
or C.cannot be released because Microsoft doesnt own all the code or is
under NDA or otherwise does not own all the IP necessary to release it.
Nov 17 '05 #1
0 1396

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

Similar topics

6
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with...
1
by: Novice | last post by:
Hi all, I'm afraid this is the second posting of this information as I didn't get a response on the previous post. I will try to shorten my message (i.e. be more concise) in the hopes that it will...
7
by: Forecast | last post by:
I run the following code in UNIX compiled by g++ 3.3.2 successfully. : // proj2.cc: returns a dynamic vector and prints out at main~~ : // : #include <iostream> : #include <vector> : : using...
17
by: Andi Plotsky | last post by:
I am not a .NET developer. I want the Developer's Edition of Visual Studio for use with my Access2000 databases. Does anyone have a clue as to where to find it - my office manager says only .NET...
5
by: Tristan Sehgal | last post by:
I am completley new to the .NET framework but have a good understanding of Visual C++. I am starting to develop a new class libary which other programmers can use in their applications. To do...
1
by: Robert | last post by:
Im using Windows XP Pro, SP2 (error was still with SP1), P4 3.4Ghz, 1Gb Ram, NVidia FX1100 Graphics, Using Programs such as Autodesk Inventor & AutoCAD. I don't have a clue what Microsoft Visual is...
3
by: xycos | last post by:
Hello. I apologize for asking this question as the information I need is availible via the MSDN library, however I cannot seemt o understand what I need to do, so I'm asking here. I have created...
3
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...
6
by: =?Utf-8?B?R2Vvcmdl?= | last post by:
Hello everyone, If I am using Visual Studio 2005 to build a C# Class Library (COM), it is as default dependent on .Net Runtime Framework 2.0 when running? If I am using Visual Studio 2003 to...
2
by: blogman | last post by:
I am getting a Visual studio 2008 IDE application R6034 runtime error. This means that the IDE application is raising the error not the application I am building. This means that Microsoft did not...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.