We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d743904 commit 7f12015Copy full SHA for 7f12015
PyStand.cpp
@@ -3,7 +3,7 @@
3
// PyStand.cpp -
4
//
5
// Created by skywind on 2022/02/03
6
-// Last Modified: 2023/03/17 20:06
+// Last Modified: 2024/06/19 11:16
7
8
//=====================================================================
9
#ifdef _MSC_VER
@@ -192,7 +192,8 @@ bool PyStand::LoadPython()
192
193
// python dll must be load under "runtime"
194
SetCurrentDirectoryW(runtime.c_str());
195
- SetDllDirectoryW(runtime.c_str());
+ SetDllDirectoryW(runtime.c_str());
196
+
197
// LoadLibrary
198
_hDLL = (HINSTANCE)LoadLibraryA("python3.dll");
199
if (_hDLL) {
0 commit comments