Re: [R-pkg-devel] tinyfiledialogs - The bindings are ready, but I need help to make of package of it

2023-09-23 Thread tinyfiledialogs
Thanks to everybody for the help and input. I happens that Paul was already working on preparing a tinyfiledialogs package for R ! As he seems to know what is doing much more than I do, I will let him go ahead with the .Call version he is preparing and will provide assistance when needed

Re: [R-pkg-devel] R interface to tinyfiledialog

2023-09-22 Thread tinyfiledialogs
I did my bindings using the easy .C interface did you use the morecomplete .CALL ? On 9/22/23 00:08, Paul Smith wrote: > Hi, > > Following your email to the r-package-dev list I tidied up some > previous work I did with an R wrapper for the tinyfiledialog C code > into a package which can be fou

Re: [R-pkg-devel] tinyfiledialogs - The bindings are ready, but I need help to make of package of it

2023-09-21 Thread tinyfiledialogs
Hi, There are no dependencies and everything is considered/treated as UTF-8. On windows, I internally do all the conversions between UTF-8 and UTF-16. I also offer functions to convert between UTF-8 , UTF-16 and MBCS. I don't know what UCRT is, but tinyfiledialogs is compatible with all ver

[R-pkg-devel] tinyfiledialogs - The bindings are ready, but I need help to make of package of it

2023-09-21 Thread tinyfiledialogs
https://tinyfiledialogs.sourceforge.net Hi, I am the author of tinyfiledialogs a cross-platform C C++ library (windows, Mac, Unix) which offers many modal dialogs and popup notifications (both for graphic and console modes). It aims to be extremely easy to use. There is no init, no main loop