Replies: 4 comments 3 replies
-
@frang75 This macro beast is too difficult to wrap that sometimes I think it's impossible to use outside of the C/C++ world at all. Good luck with #64 and #65. |
Beta Was this translation helpful? Give feedback.
-
As you may have seen, macros are for performing type checking at compile time. Any non-C/C++ language must call the function encapsulated in the macro. They usually end in _imp. Functions in C are accessible through "almost" all programming languages. |
Beta Was this translation helpful? Give feedback.
-
Both use array.h which is the module that implements the API in C
The rest of the types: Layout, Button, Slider, Panel, etc., are direct C types, where macros are not used. |
Beta Was this translation helpful? Give feedback.
-
Dear @iahung2! More than 10 years ago I started developing NAppGUI. I made the OpenSource project two years ago, so that anyone can use it freely. I continue to maintain the project in my free time, also for free. Therefore, you can do three things:
But: Thank you very much for your cooperation. |
Beta Was this translation helpful? Give feedback.
-
Because it relies on macros so much that I think it will not work without macros. There is the static/dynamic library available but it's not easy to use them with other languages not C/C++.
Beta Was this translation helpful? Give feedback.
All reactions