The uberflate on my website is just an algorithm without main() and executable, how are you using it? Maybe you implemented it in your tool by calling the function with a prototype different by CDECL, for example gcc by default uses cdecl while VC uses stdcall and so on (in uberflate.h I forgot to specify __cdecl).