>> Then I tried this:
>>
>> #ifdef _WIN32
>> extern "C" int fl_snprintf(char *, size_t, const char *, ...);
>> #define snprintf fl_snprintf
>> #endif /*MICROSOFT*/


        Hmm, OK, so I guess I'll change my test program to use fl_snprintf.


        And if that works normally, is it the case the fix would be
        to modify all fltk calls to snprintf() to call fl_snprintf()
        instead?

        Will follow up.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to