Error code -1073741701 (0xc000007b) returns when executing a QT project
Does anyone know what this is?
Thanks
Jack
Re: Error code -1073741701 (0xc000007b) returns when executing a QT project
When do you get it ?
if it is when you are executing the application in device via debugger, then do try catching the panic code for it when manually trying to launch it in the device.
Re: Error code -1073741701 (0xc000007b) returns when executing a QT project
Hi,
I wrote a plain vanilla command prompt application, this output code appeared on the output "pane" of VS2010, I guess I might have compiled the source code in the wrong way.
I may try to recompile the source code again. Thank you very much
Thanks
Jack
Re: Error code -1073741701 (0xc000007b) returns when executing a QT project
For Qt development, you should really use the QtSDK, it would generally work the best.