0

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 the error screenshot

enter image description here

Thank you.

Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
Furkan Gözükara
  • 556
  • 2
  • 10
  • 27

1 Answers1

3

My guess is that you're running x64 Windows. If that dll is 32-bit, then you need to drop it in C:\Windows\SysWOW64 and use C:\Windows\SysWOW64\regsvr32.exe to register it.

John Homer
  • 1,313
  • 1
  • 10
  • 10