flirc / sdk

Flirc SDK and Example Applications
Other
55 stars 20 forks source link

Building with Visual Studio 2015 #1

Closed rickrice closed 5 years ago

rickrice commented 6 years ago

I created a VS 2015 C++ console app and included ...\sdk-master\libs\Win\libflirc.dll. When I built the project there is an error saying libflirc.dll is invalid or corrupt. Dumpbin was able to read the dll however. How can I get VS to read the file?

jdk commented 5 years ago

Visual studio isn't supported. Only mingw on windows or in a mingw cross compiler.