Can't use STM32CubeProgrammer API
Hi everyone,
I'm trying to develop my own console project in C++ on Visual Studio using the SMT32 API to download and verify an STM32 CPU and I need your help please.
I can build my solution with no error but I can't run it. I get : The Application was Unable to Start Correctly (0xc000007b). Same thing happens when I try to run the project STM32CubePrgAP.sln provided by STM as an example on how to use their API (available on the install path of STM32CubeProgrammer)
I’m not an expert but I already used DLL on my projects with no problem.
I made sure to use a compatible version (x64 or x86) of the .lib file and the project STM32CubePrgAP
Microsoft Visual C++ is already installed
I'm using Visual Studio 2019
Can you please help me ?
Thx in advance and bear with me :)
