code exited -1073741515 (0xc0000135) 'A dependent dll was not found'
问题 I am trying to write a simple program. Vs 2019, Windows 10 64bits Debug->x64 Followed [Configure Visual C++ Projects to Target 64-Bit Platforms][1] #include <windows.h> #include "res/resource.h" #include <iostream> #include <core_api/lsproject.h> #include <core_api/lslocalworkspace.h> #include <plugin_api/lsscenecontext.h> using namespace SCENE_API; using namespace std; #include <Commdlg.h> int main() { LSString filePath; std::cout << "Hello World!\n"; } Where [LSString][2] can be found here.