2
2
222222222017-07-13 23:31:10
Qt
22222222, 2017-07-13 23:31:10

"runtime visual c++" error on a Qt project not using (at least directly) visual c++, is this even legal?

kuta widgets are used, can they use visual c++? cdb9eb2a80784bdca7de71386aca480a.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Stepanov, 2017-07-13
@koronabora

Qt is a collection of libraries. To compile a project using qt under windows, you need either mingw or microsoft visual studio.
In your code, the run-time error is most likely due to an attempt to get data beyond the bounds of the array, or reading data from a null pointer. Run in debug mode and look for the error.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question