a10a4df2007 wrote:
最近為了要將libD...(恕刪)
64BIT 的預設路徑不見的是SYSTEM32 ,有可能是WOW64
另外要看DLL本身原來要放的路徑..也有可能是在Progam File/(X86)下
a10a4df2007 wrote:
請問wow64的話....(恕刪)
If the DLL is 32 bit:
Copy the DLL to C:\Windows\SysWoW64\
In an elevated command prompt: %windir%\SysWoW64\regsvr32.exe %windir%\SysWoW64\namedll.dll
if the DLL is 64 bit:
Copy the DLL to C:\Windows\System32\
In an elevated command prompt: %windir%\System32\regsvr32.exe %windir%\System32\namedll.dll
I know it seems the wrong way round, but that's the way it works. See:
http://support.microsoft.com/kb/249873
Quote: "Note On a 64-bit version of a Windows operating system, there are two versions of the Regsv32.exe file:
The 64-bit version is %systemroot%\System32\regsvr32.exe.
The 32-bit version is %systemroot%\SysWoW64\regsvr32.exe.
內文搜尋
X




























































































