#define _CRT_SECURE_NO_WARNINGS 0 #define PY_SSIZE_T_CLEAN #define null NULL #pragma warning(disable : 4996) #include #include #include #include "ExecuteblePath.h" #include "python\Python.h" using namespace std; int main(int argc, char* argv[]) { string workpath = MyPaths::getExecutablePath(); char workppseted = _chdir(workpath.substr(0, workpath.size() - 11).c_str()); wchar_t* program = Py_DecodeLocale("HackNew", null); Py_SetProgramName(program); Py_Initialize(); PyRun_SimpleString("import os\n\nos.chdir()\n\nexec(open('HackNew_scripts\\bootloader.py').read()"); int exit_code = Py_FinalizeEx(); PyMem_RawFree(program); return exit_code; }
Код: не может найти библиотеку python312_d.lib, include-сы брал из ориг питона, что делать, как решить