在 Python 里面使用 ctypes 载入 dll 时,如果这个 dll 还依赖于其它的 dll 的话,这些相关的 dll 也得要能被 Python 的进程访问到。如果访问不到就会报以下错误:在 Python 里面使用 ctypes 载入 dll 时,如果这个 dll 还依赖于其它的
在 Python 里面使用 ctypes 载入 dll 时,如果这个 dll 还依赖于其它的 dll 的话,这些相关的 dll 也得要能被 Python 的进程访问到。如果访问不到就会报以下错误:在 Python 里面使用 ctypes 载入 dll 时,如果这个 dll 还依赖于其它的