473,387 Members | 1,520 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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 1392

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
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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,...

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.