12-28-2022, 05:01 PM
(12-22-2022, 12:29 AM)dbsoft Wrote: Ok on closer examination, the feature I really want to include... lambdas...
Thoughts anyone?
I've made progress with Pascal for iOS - got the program running on simulator, which means it _should_ also work on real devices. "Real Soon Now." Currently working on getting CMake to generate a correctly configured Xcode project, the goal being to automate (and thus make scriptable) as much as possible.
To get Pascal to work with dwindows on iOS, I had to replicate, in Pascal, some of the C code generated by dw.h's macro expansion of dwmain(), and then also export _dw_main_thread() as an API to be used from Pascal.
For the purpose of building language bindings, C is the lingua franca, so as long as dwindows continues to provide a C API, then, sure, go ahead and use the full power of C++.