Qt编译出错:During startup program exited with code 0xc0000135



原文连接:http://blog.csdn.net/wswxfwps/article/details/37317905


出现这个问题,是因为我用到了外部的dll库,lib库我是添加到了.pro文件中了的,所以编译时不会出错,运行的时候就报这个错了:

问题:During startup program exited with code 0xc0000135
找了很久,最后发现少拷了一个库文件,将缺少的dll文件拷贝至运行目录下(如:debug),则解决问题。

你可能感兴趣的:(qt,startup,during,0xc0000135,progr)