The procedure entry point could not be located in dynamic link library

前端 未结 1 1258
隐瞒了意图╮
隐瞒了意图╮ 2020-12-19 10:55

I have the following error when open my application.

\"\"

I\'m use windows 7 32bit platf

相关标签:
1条回答
  • 2020-12-19 11:25

    Probably you get this error because you use dlls from QtCreator directory which was not compiled with mingw (often QtCreator compiled with Microsoft visual studio on Windows)

    You should use dlls from C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin (for example) .

    App which was compiled with mingw needs dll which compiled with mingw too.

    0 讨论(0)
提交回复
热议问题