I'm trying to build a 64 bit application using QT and the ASI SDK. I'm trying to simply call one of the functions in ASICamera2.dll, but am having no luck. In QT, if I try running the application, it'll just say...
The application was unable to start correctly (0xc000007b).
I can't even add a reference to the dll in VS as it gives me an error. I was able to get ASICamera.dll to work in VS, but not QT. Can anyone help me? Even just a really simple program (in QT) that uses one of the functions from the SDK would help a ton. I've been battling this for weeks. Thanks!