Re: [release]binding for FLTK C dynamic library

2019-01-25 Thread oyster
The style is the last thing to consider. The first thing is to make a full and corrected binding with all examples written in nim without any problem, so I have to keep the original lower/upper case in code in order to refer to the original header files( there are both C and FreeBasic) and exam

Re: [release]binding for FLTK C dynamic library

2019-01-25 Thread oyster
updated. now most of the problem codes are: 1. OpenGl related 2. FreeBasic macro, or in other word, C's #define related. So that almost no function has EX in the name can run 3. Fl_Shared_ImageImages related

Re: [release]binding for FLTK C dynamic library

2019-01-25 Thread miran
> I do hope someone, who knows nimlang well, can join or give suggestions Here's a suggestion: don't use upper first letter for proc and variable names :P

[release]binding for FLTK C dynamic library

2019-01-15 Thread oyster
[https://github.com/retsyo/FLTK_nim](https://github.com/retsyo/FLTK_nim)/ As all my released projects, it needs more works to finish. I do hope someone, who knows nimlang well, can join or give suggestions import fltk_main proc ButtonClick (button: ptr FL_WIDGET, arg: point