jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
4.91k stars 1.77k forks source link

Process finished with exit code -1073741515 (0xC0000135) #1250

Closed ShisanXing closed 6 months ago

ShisanXing commented 6 months ago

I succeeded in compiling and generated the libyaml-cppd.dll library in CLion (Windows 11 OS) according to the documentation, but I encountered the following error: Process finished with exit code -1073741515 (0xC0000135). I try to run read.cpp in yaml-cpp project self, the same problem occurred, why?

ShisanXing commented 6 months ago

my fault