wine cmd 怎么注册DLL
Tofloor
poster avatar
i8520
deepin
2019-10-14 00:25
Author

Reply Favorite View the author
All Replies
avatar
走钢丝
deepin
2019-10-14 00:53
#1
gdi42 是 ole 组件吗?
Reply View the author
avatar
i8520
deepin
2019-10-14 02:05
#2
https://bbs.deepin.org/post/183747
gdi42 是 ole 组件吗?

不知道打游戏少的
Reply View the author
avatar
走钢丝
deepin
2019-10-14 02:10
#3
https://bbs.deepin.org/post/183747
不知道打游戏少的

直接放系统目录就好了。。很多 dll 都不是 ole 组件,不需要注册,只需要程序能找到(当前目录、系统目录和特定查找目录)并加载执行就可以了。。
ole 组件是有特别接口的(com),一般的 dll 没有。所以 regsvr32 找不到注册的入口。。


Reply View the author
avatar
youngwq
deepin
2019-10-14 06:14
#4
借机问下,怎么修改注册表?
Reply View the author
avatar
i8520
deepin
2019-10-14 06:57
#5
https://bbs.deepin.org/post/183747
借机问下,怎么修改注册表?
  1. #!/bin/bash
  2. #wime 默认
  3. #wine=/opt/wine-staging/bin/wine64
  4. wine=/opt/wine-staging/bin/wine
  5. prefix_dir=${HOME}/.wine/
  6. WINEPREFIX=${prefix_dir} ${wine} "${prefix_dir}/drive_c/windows/system32/regedit.exe"
  7. ----------------------------------------------------------
  8. #系统内置deepin-wine
  9. #prefix_dir=${HOME}/.deepinwine/容器名称/
  10. #WINEPREFIX=${prefix_dir} deepin-wine "${prefix_dir}/drive_c/windows/system32/regedit.exe"
Copy the Code
Reply View the author
avatar
曹亚辉
deepin
2024-03-01 10:49
#6

你这个命令行窗口怎么调出来的?

Reply View the author