TheBerk
January 30th, 2008, 02:05 PM
Hi everbody!
I'm attempting to install a .dll file (SciLexer.dll) into C:\Windows\system32 in Vista and I am running into some trouble.
I've placed the .dll file into the system32 directory and then ran RegSvr32.
When I type "regsvr32 SciLexer.dll" I get the following error:
The module "SciLexer.dll" may not be compatible with the version of Windows that you're running. Check if the module is compatible with an x86 (32-bit) or x64 (64-bit)
of regsvr.exe.
I've also attempted "regsvr32 c:\Windows\System32\SciLexer.dll", and for that I get the error:
The module "C:\Windows\System32\SciLexer.dll" falied to load.
Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
The specified module could not be found.
may not be compatible with the version of windows you are running
I'm trying to get this loaded so I can run and ActiveX control in a C++ application, I've heard some advices online saying to put the .dll in the same directory as the .exe, but all installation directions I've seen for SciLexer.dll say to put it in the system32 directory.
Does anyone have any suggestions?
Thanks!
I'm attempting to install a .dll file (SciLexer.dll) into C:\Windows\system32 in Vista and I am running into some trouble.
I've placed the .dll file into the system32 directory and then ran RegSvr32.
When I type "regsvr32 SciLexer.dll" I get the following error:
The module "SciLexer.dll" may not be compatible with the version of Windows that you're running. Check if the module is compatible with an x86 (32-bit) or x64 (64-bit)
of regsvr.exe.
I've also attempted "regsvr32 c:\Windows\System32\SciLexer.dll", and for that I get the error:
The module "C:\Windows\System32\SciLexer.dll" falied to load.
Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files.
The specified module could not be found.
may not be compatible with the version of windows you are running
I'm trying to get this loaded so I can run and ActiveX control in a C++ application, I've heard some advices online saying to put the .dll in the same directory as the .exe, but all installation directions I've seen for SciLexer.dll say to put it in the system32 directory.
Does anyone have any suggestions?
Thanks!