Talk:Microsoft Windows library files

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Article[edit]

Cwolfsheep 03:05, 8 July 2006 (UTC)[reply]

Or perhaps rather with Dynamic-link library? The problem with an article like this is to me that I think it's hard to know where to draw the line. MSVCRT.DLL info would for example rather belong to a section on the Microsoft C++ Runtime in the article Microsoft Visual C++. Hmm... — Northgrove 13:09, 17 August 2008 (UTC)[reply]

User32.dll[edit]

how can you fix a damaged User32.dll?--Sugarcubez 18:59, 9 July 2007 (UTC)[reply]

  • Sorry, Wikipedia is not a how-to or discussion forum. Lordofthe9 17:58, 21 August 2007 (UTC)[reply]

PAL/HAL Confusion[edit]

In the HAL.dll section, HAL(Hardware Abstraction Layer), a part of the kernel, seems to be confused with PAL(Phase Alternating Line), an European television standard. If there is no opposition, I will correct it within 1 month (I am doing this incase the author meant PAL). —Preceding unsigned comment added by Goodone121 (talkcontribs) 20:30, 31 October 2007 (UTC)[reply]

The HAL has nothing to do with television. I'll correct it to HAL instead. -- Prince Kassad 20:36, 31 October 2007 (UTC)[reply]

Side-by-Side DLLs[edit]

Applications built with Visual C++ 2005, 2008, ... require specific versions of Msvcr80.dll, Msvcr90.dll etc., providing the same services as the old Msvcrt.dll. These have a number of releases (8.00.40310.39, 8.0.50727.762 etc.) that are typically managed using the Side-by-Side Assembly mechanism. Warwick.fifield (talk) 23:41, 12 January 2010 (UTC)[reply]

Proposal for deletion and merge of kernel32 and gdi32 articles[edit]

I can't see any of the DLL-specific descriptions here growing to more than a few paragraphs - most of them less than that. Kernel32 in particular is just a couple of sentences. GDI32 doesn't even exist. I don't think these merit separate articles.

Proposal: The text in Kernel32 should be merged here and that article nominated for Speedy Deletion, and the redlink to Gdi32 should be removed.

Discuss, please. Jeh (talk) 08:29, 2 February 2010 (UTC)[reply]

As there was no dissent, or discussion of any sort, for 10 days I just went ahead and did it. Proceeding with the merge proposal for user32.dll, following. Since there is slightly more "meat" in that article I'm doing it more formally. Jeh (talk) 09:22, 21 February 2010 (UTC)[reply]

Proposal for merge of user32.dll article[edit]

As with the article on kernel32.dll there is really no point in having a separate article for user32.dll. The existing User32.dll contains only a few API names and those should not be on WP anyway. I propose that user32.dll be merged into this article. All we need here is a description of the types of API it exposes - the details can be left to Microsoft's Win32 documentation and other books covering the topic. Jeh (talk) 02:53, 21 February 2010 (UTC)[reply]

Proposal for deletion[edit]

The proposal for deletion is misguided in almost every detail.

  • "Discussion of Windows Library files one-by-one is futile; There are so many dll files around" Yes, there are many, but just because a job can't be done completely doesn't mean it shouldn't be attempted at all. An explanation of a few of the key API DLLs, such as is already here, is helpful.
  • "and information stored here is rapidly rendered obsolete." No, just about everything here applies to everything from Windows NT 3.1 through Windows 7.
  • "Also, "Library Files" are not only DLL nowadays, article title may be misleading and could provide the new user with false and/or obsolete information." So, that can be fixed with a sentence or two indicating that .cpl, .scr, and a few other file types are really the same as thing under other names. Speaking of that, many of those do not need a section per file, they can be described en masse. No need to enumerate every one, which further erodes the deletioner's first claim.

Jeh (talk) 12:09, 21 February 2010 (UTC)[reply]

Proposal to move to wikibooks[edit]

  • NO

Is there a cartel agitating to get rid of this article or something? I'm trying to improve it, my first step (getting rid of the redundant kernel32.dll article so that additions will be focused here) is done, second step (same for user32.dll) is in process. So what happens?

Shortly after I post the user32 merge proposal, one editor comes along and proposed it for deletion.

Now an IP who seems to have had little involvement with Windows-related articles in the past wants to move it to wikibooks pending "rewriting into an encyclopedic article."

And just like the previous would-be deleter, without so much as a peep here on the talk page. Aren't you supposed to create a section for discussion?

Mr. IP: Please specify exactly what is non-encyclopedic about this article. In short - what's your beef? Jeh (talk) 10:17, 23 February 2010 (UTC)[reply]

I don't like your accusatory tone. I removed the PROD, didn't I? I guess I just should have ignored the PROD, but I didn't think it was worth deleting, since someone did think it was worth deleting, a safe place to stash it would be Wikibooks, which is not bound by needing to be encyclopedic to a general audience, what a mistake I made, if I ignored it, I wouldn't need to get into some sort of discussion war. Sheesh, try to save an article, and get grief from other people wanting to save it. 70.29.210.242 (talk) 10:30, 23 February 2010 (UTC)[reply]
Fine, let's put this up for AfD, then we can get a consensus on whether to keep or delete this thing. 70.29.210.242 (talk) 10:32, 23 February 2010 (UTC)[reply]
Well you might understand that I'm feeling a little attacked here... two deletion attempts in two days, right after I started working on it. And I don't understand how moving it to Wikibooks is "saving" it; it's still being deleted from WP. If "I guess I just should have deleted the PROD", why then put it up for AfD? Why put it up for AfD after I've said I am trying to improve the article? Not much of a way to motivate a contributor. I request that you withdraw your AfD. Failing that, I repeat.. can you please tell me what specifically you think is wrong? Jeh (talk) 11:46, 23 February 2010 (UTC)[reply]

"Export"?[edit]

Can someone explain what's precisely meant with the verb "export", eg. "Ntdll.dll exports the Windows Native API. " ...? Thanks, --Abdull (talk) 18:16, 13 September 2010 (UTC)[reply]

It means that when an exe calls a function such as NtReadFile, that routine is found in ntdll.dll. Conversely the executable is said to "import" the function. (However no actual copying of code is done, as would happen with an object library - the "exported" function does not become part of the exe.) Similarly, objects in object-oriented environments are said to "export" the methods they define. Jeh (talk) 04:25, 14 September 2010 (UTC)[reply]
It has to do with the compiler deferring some symbol resolution steps to the linker -- there is a good free book on the subject, by John Levine titled "Linkers and Loaders". 04:01, 19 September 2010 (EDT) —Preceding unsigned comment added by 74.176.161.201 (talk)

Rename?[edit]

This article seems to cover only Windows NT based operating systems (it contains some DLLs that are NT-exclusive and some that can be found in 9x and NT), so imho it should be renamde to Microsoft Windows NT library files. --MrBurns (talk) 16:53, 7 September 2012 (UTC)[reply]

Support Windows is getting more and more bloated with time in the name of compatibility. A striped down version of a modern Windows operating system can fit in a fraction of a CD. If this article is going to cover most dlls, we should rename it to "List of Windows dynamic link libraries". If we are going to cover only some dlls, we should rename it to "Notable Windows dynamic link libraries".
The renamed title should include the word "dynamic" because this article does not list any static libraries.
The current name of this article may also cause confusion because it might make the reader think it's about Portable Executable dynamic link libraries. Library files of the Microsoft Windows operating system are in this format.
--M4t3uz (talk) 02:56, 22 April 2014 (UTC)[reply]
  • Oppose The primary criterion for an article title is that when it shows up in search results, it tells the searcher whether or not the article is of interest to them. I don't think the general reader is aware of the "Windows NT" heritage of current Windows operating systems. I think the general reader, upon seeing the name "Windows NT library files", would say "no, that's not for me, I'm running XP/7/whatever". Please see WP:COMMONNAME. Jeh (talk) 01:10, 29 April 2014 (UTC)[reply]

Confusion with MSVCRT[edit]

Hi there i have MSVCRT on my computer i run window's XP 32Bit i found this proces in my task manager and in "Configurationscreen>Software" i still have a progy on my laptop called Regedit by juony vurio it showed MSVCRT in the registry and i could uninstal it first i did a file check as in google what it is becouse it sounds suspicious so i went to norton to see whats up that confused me evenmore so to be safe i tryed to uninstal it and all seems to work just normal no wierd things going on so i clean registry run virus/malware scanner's and reboot check out if its gone and yes it is exept in "Configurationscreen>Software" there it still remains cant do annything with it :/ my question is is this a normal standard windows program or is this a stuborn virus i even went to the cop's and the tell me it's a police virus plx some clarification on the subject lol ty in advance

P.s

And if this is a virus or something how do i kick it off the comp :P — Preceding unsigned comment added by Mr Noxxol (talkcontribs) 14:53, 11 July 2014 (UTC)[reply]

Retask the article?[edit]

The issue is that there are also media player and groove music libraries( explained here), shared media libraries, and user-created libraries from Win 7 on, none of which are included.

The article is basically trying to describe dlls, for which an article already exists.

I would suggest that it be retasked as an overview with summaries of each type and links to the main articles (Dynamic-link library, Windows Media Player & Groove Music for now). Anything not covered in Dynamic-link library should be merged. Chaosdruid (talk) 21:07, 13 August 2015 (UTC)[reply]

Dubious[edit]

There are Win32 applications that are linked directly against NTDLL. For your information, I've built several counterexamples, i.e. Win32 GUI/CUI applications that import functions directly from NTDLL. --Luis150902 (talk | contribs) 08:03, 2 October 2016 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified one external link on Microsoft Windows library files. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 19:42, 10 June 2017 (UTC)[reply]