mlabbe / nativefiledialog

A tiny, neat C library that portably invokes native file open and save dialogs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiled Library

prog-r-amer opened this issue · comments

Hello,

could you maybe provide me with the compiled library to llink against?
I'm not managing setting it up with mingw on windows 10, neither with visual studio 2017.

I would be very grateful.

Nice greetings,
Tobias

Ok, I managed to compile the library with visual studio but I still didn't manage to compile a simple test file with mingw and the library, trying everything I found to convert visual studio dlls to mingw compatible ones.

I'd like to support compiled binaries but my time is very limited.

Please update to 081cce2 in the devel branch and re-attempt compilation with mingw.

Note that this change adds mingw configuration instructions in build.md.