Questions tagged [dll]

Dynamic-link library (also written without the hyphen), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. In the broader sense of the term, any data file with the same file format can be called a resource DLL.

Dynamic-link library (also written without the hyphen), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers). The file formats for DLLs are the same as for Windows EXE files — that is, Portable Executable (PE) for 32-bit and 64-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXEs, DLLs can contain code, data, and resources, in any combination. In the broader sense of the term, any data file with the same file format can be called a resource DLL. Examples of such DLLs include icon libraries

75 questions
0
votes
2 answers

win32api.dll Missing

I am trying to start a Buildbot Buildslave on a Windows XP virtual machine: python buildbot start . ImportError: No module named win32api. Google tells me that win32api is win32api.dll. I downloaded the file from www.dll-files.com and followed the…
opierce
  • 393
  • 1
  • 3
  • 5
0
votes
1 answer

How can I install qedit.dll to Windows Server 2008 R2 Sp1

I need to install qedit.dll to windows server 2008 R2 SP1 Can you help me with this ? I tried 2 dll file. One from my local computer which is windows 7 sp1 and another one I downloaded from internet. Both giving error when I try to register. Here…
MonsterMMORPG
  • 546
  • 2
  • 9
  • 25
0
votes
1 answer

DllRegisterServer entry point was not found Error

I'm trying to register a dll on a XP box and when I run regsvr32 interop.progname.dll I get the following error message: "interop.progname.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be…
Kevin
  • 105
  • 1
  • 2
  • 6
0
votes
4 answers

How to register a DLL using PowerShell without RegAsm

I have an ASP Classic application which references some Visual Basic 6.0 COM objects. One of these Visual Basic 6.0 COM objects reference another third-party DLL. The third-party DLL needs to be registered on a Windows Server 2008 R2 x64…
Ian McShane
  • 123
  • 1
  • 1
  • 4
0
votes
2 answers

Remove reference of a DLL - IIS

Good night. I am having an annoying problem with a DLL. Well, i needed to make a test with two different versions of a DLL on an application on IIS. I renamed the original dll Primavera.ERPOnline.Bso.Proxy.dll to _Primavera.ERPOnline.Bso.Proxy.dll,…
Filipe Costa
  • 105
  • 5
0
votes
1 answer

Sharepoint web part fails intermittently

I have a MOSS 2007 environment, 2 web servers and a DB server, load balanced between the two web servers. I deployed a web part recently, which worked fine for a while, but failed on web server 2 after a day. When it fails, it gets the error…
user58511
0
votes
1 answer

Looking for a windows binary of eAccelerator or APC for PHP 5.3.0. Anyone know where I can download?

I've googled for hours, but I cannot seem to find the right *.dll file for either of these PHP caching solutions. I'm running windows server 2003, Apache 2.2.11, and PHP 5.3.0
Stephen
  • 127
  • 1
  • 5
0
votes
1 answer

Cannot install PHP APC on Windows, Apache

i cant seem to install PHP APC on my windows 7 x64, apache, php 5.3.2 x86 VC9. have downloaded the approperiate file from http://downloads.php.net/pierre/ added to my php.ini [PHP_APC] extension=php_apc.dll [APC] apc.enabled = 1 apc.shm_segments =…
Jiew Meng
  • 231
  • 4
  • 13
0
votes
1 answer

Can thumbcache.dll safely be removed from Windows 2008 Server R2?

We have a product that has a conflict with thumbcache.dll. Can thumbcache.dll safely be removed from Windows 2008 Server R2?
Bill Seven
  • 115
  • 1
  • 4
0
votes
3 answers

Win7: Will doing "Run as administrator" on a .BAT file allow regsvr32 enough privlieges to register a DLL or OCX?

Will doing "Run as administrator" on a .BAT file allow regsvr32 enough privlieges to register a DLL or OCX? The .bat file contains: regsvr32 -u SomeOCX.ocx regsvr32 SomeOCX.ocx Or, does the logged in user need to be an administrator?
CJ7
  • 653
  • 9
  • 24
0
votes
0 answers

Trying to deploy an electron app with Amazon ElasticBeanstalk

I'm deploying an electron app whose core is a dll so I'm using windows server as platform but I got a red enviroment and this error. [Instance: i-0586c920d7538ec6b ConfigSet: Infra-EmbeddedPreBuild, Hook-PostInit, Hook-PreAppDeploy,…
0
votes
1 answer

side by side COM component versions on Windows Server 2000

Is it possible to have different versions of a COM component installed and callable on a Windows 2000 server, much like Registration-Free COM components in Windows Server 2003 onwards?
Russ Cam
  • 115
  • 5
0
votes
1 answer

oleaut32.dll missing some deps

I try to run app on Windows 10 PC. The app depends on oleaut32.dll - but it seems oleaut32.dll itself misses some deps: Some of them for ex. api-ms-win-core-wow64-l1-1-0.dll are present in system folder. But for example.…
0
votes
1 answer

Is the msvcr71.dll present in Windows 2012 and higher versions by default?

Giving some background on the problem. We have the windows zip utility packaged along with our product. This zip utility is called from one of our product scripts and is used to package some log files. One of our customers have raised an issue that…
user496934
  • 187
  • 5
-1
votes
2 answers

IIS 10.0 error 2280 while executing 32 bit

While trying to make a local deploy of a rest-api that requires to be executed on 32bit, the server stops the application pool under witch it runs. The events viewer: error while loading "C:\WINDOWS\system32\inetsrv\aspnetcore.dll." code…
1 2 3 4
5