Hi everyone,
I'm building a simple windows application (only a single .pbl) that runs a query to a SQL Server database and show the result. I've manage to generate the executable (Code Generation option is PCode).
I would like to make this application "portable", so the user does not have to install any thing. In the past, I just have to copy the Shared folder and put the executables along with the resource file (pbd or dll) in the same folder and it works.
But now, the following error message appear [The application was unable to start correctly (0xc000007b) Click OK to close the application]. Am I missing something ?
OS : Windows 10 and Windows 7
Thank you