The specified file is an unrecognized or unsupported binary format
问题 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