Page 1 of 1

gflSaveBitmap/gflSaveBitmapW

Posted: Wed Oct 29, 2008 12:43 pm
by Zai++
the filename parametr in gflSaveBitmap function has char* type - const is missed
could you add const in next version?

the same about gflSaveBitmapW and const wchar_t*

Re: gflSaveBitmap/gflSaveBitmapW

Posted: Thu Oct 30, 2008 1:50 pm
by xnview
gflSaveBitmap can change the char* if you want to get the filename used

Posted: Wed Nov 05, 2008 1:41 pm
by Zai++
Very unusual behaviour...