问题
I downloaded tutorial (0.3.8) from http://www.arcsynthesis.org/gltut/, then according to instruction I used premake4.exe to builld visual studio 2010 projects (premake4 vs2010) and it works fine, but when I try to run some example, I get the error message
The specified file is an unrecognized or unsupported binary format
can you tell me why?
回答1:
I think you wrongly set the .lib project as your startUp project. Try to set your .exe project as your startUp project.
In Visual studio you can set a project into startUp project just by right click the .exe making project and select the option "set as startUp project"
来源:https://stackoverflow.com/questions/18521406/the-specified-file-is-an-unrecognized-or-unsupported-binary-format