I'm working on a game in Allegro 5 using Visual Studio. I was able to create an executable file that would run in its folder no matter where the folder was placed on my computer, but I was unable to run it on another computer when I sent the folder and got a popup with the error message The application was unable to start correctly (0xc00007b). Click OK to close the application
. Currently the executable folder looks like this:
The error message is vague, but does anyone have any ideas as to which dependencies might be missing?