c++ - Error message when executing a Qt application -


my program works correctly on computer (windows 7 64 bits), seems crash on computer (windows vista 32 bits), following error dialog:

wbmyw.png

qt informations:

enter image description here enter image description here

i use default qt compiler.

you can see dlls referenced exe using dependency walker. also, 32bit machine might not have installed msvc runtime required of modules.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -