14#define PYTHON_BIN_NAME L"python.exe"
15#define APP_RELATIVE_PATH L".\\stroke_seg.py"
24LPWSTR*
extractAndCheck(
int& argc, std::filesystem::path& currentExecutableDirPath, std::filesystem::path& pythonExecutablePath);
35std::wstring
commandLineConverter(std::wstring scriptFileName, std::filesystem::path pythonExecutablePath, LPWSTR* argvW,
int argc,
bool& console);