devxlogo

DLLs on NT

DLLs on NT

Question:
I’ve written an application that uses external DLLs. It works fine on Win95. When I try to load it on NT, it says it can’t find any of the DLLs required, although they exist physically.How do I solve this problem ?

Answer:
You really didn’t give me enough information to answer your question, but I can think of a couple of possibilities.

(1)You are using OLE DLLs and you didn’t register the DLLs (just copied them over). You can use an installation program to do this, or simply use RegSvr32.exe to register the DLLs manually.

(2) The DLLs you wrote are calling a Win95-specific API, and that DLL is not present (and would not work) on a NT machine. You can check out the API calls on the Microsoft MSDN.

(3) Some of the DLLs are different in Win95 and NT (containing calls in one OS that aren’t present on the other). In most cases, NT is a superset of Win95, but in some cases it is a subset. Again, check the MSDN.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist