i using visual studio 2015 on windows 10. want compile windows 7 compatible binary file. there no windows 7 option in project properties. when put binary on windows 7, told me "the procedure entry point createeventexa not located in dynamic link library api-ms-win-core-synch-l1-2-0.dll"
you need install visual c++ redistributable visual studio 2015 on target machine. here link: https://www.microsoft.com/en-us/download/details.aspx?id=48145
Comments
Post a Comment