请问你的 “无法定位程序输入点GetKeyInfoFromID。。。”这个问题解决了...
发布网友
发布时间:2024-10-13 01:15
我来回答
共2个回答
热心网友
时间:2024-10-30 16:50
注册一下你缺失的dll文件
先把需要的dll文件复制到 system32
开始 ——>运行——>
regsvr32 xxx.dll 注册
regsvr32 /u xxx.dll 解除注册
如果 想注册全部dll文件 用这个口令
for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
注册所有OCX插件 用下边的口令
for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i
或者直接放到这个软件的根目录下 不用注册 运行试试
热心网友
时间:2024-10-30 16:49
bx
热心网友
时间:2024-10-30 16:50
注册一下你缺失的dll文件
先把需要的dll文件复制到 system32
开始 ——>运行——>
regsvr32 xxx.dll 注册
regsvr32 /u xxx.dll 解除注册
如果 想注册全部dll文件 用这个口令
for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
注册所有OCX插件 用下边的口令
for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i
或者直接放到这个软件的根目录下 不用注册 运行试试
热心网友
时间:2024-10-30 16:49
bx