I'm also looking for any other source code from Windows NT, NTOS, and NT OS/2.
Anyone have any pieces of code like this?
"akspa" <a.spam...@gmail.com> wrote in message
news:009112f5$0$8065$c3e...@news.astraweb.com...
The compiled form of the source code I'm looking for is ntcrt.lib. I'm
looking for the source code that was used to build ntcrt.lib. The dll
is even more useless to me :(
Current versions of this library in a compiled dll are usually called
msvcrt. I'm looking for earlier non-visual c-based versions, as well as
the source code for just the Microsoft C runtime. It doesn't seem to be
an easy thing to find.
-Akspa
Do note that not all source code is available which I believe is due to
licensing restrictions. I understand that most of this concerns the
floating point libraries but others may also be involved. Some of the code
is C and there are a lot of ASM files too. Some of the functions in that
code can be replaced by inline code generated by the compiler if requested.
I guess the only question left is what do you want it for. Note it does
have restrictions on how it can be used and is copyright protected.
"akspa" <a.spam...@gmail.com> wrote in message
news:00aeb8c6$0$23800$c3e...@news.astraweb.com...
> I'm looking for the windows nt C runtime library source code. I'm not
> looking for the lib file, but the actual source code for the library
> itself, specifically for the Windows NT platform.
The source-code for the CRT (C Runtime) from VS can be found in the
directory
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\crt\src
if you have Visual Studio (completely) installed (at least the standard
version).
> I'm also looking for any other source code from Windows NT, NTOS, and NT
> OS/2.
Very good question...
If you are a student or professor, you can get access to the windows
source code via Code-Center-Premium.
For more info see:
http://www.microsoft.com/resources/sharedsource/ccp.mspx
> Anyone have any pieces of code like this?
Yes ;)
--
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
You'll have to be more specific. I went clear back to the NT 3.51 DDK and
did not find any file called "ntcrt.lib". I also went back to the
pre-Visual C compiler, MSC 7.00, and it also has no file called
"ntcrt.lib".
>Current versions of this library in a compiled dll are usually called
>msvcrt. I'm looking for earlier non-visual c-based versions, as well as
>the source code for just the Microsoft C runtime. It doesn't seem to be
>an easy thing to find.
It has certainly been easy to find since Visual Studio 98.
--
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.