09-07-2023, 10:42 AM
I want to use a C-Library together with QB64.
This works fine with number types as parameters.
But is this possible with strings (in C I have to use an array, I know!) and if yes, how ?
In the Help or Wiki of QB64 there is written (chapter "DECLARE LIBRARY"):
"Parameters used by the Library procedure must be passed by value (BYVAL) except for STRING characters."
This works fine with number types as parameters.
But is this possible with strings (in C I have to use an array, I know!) and if yes, how ?
In the Help or Wiki of QB64 there is written (chapter "DECLARE LIBRARY"):
"Parameters used by the Library procedure must be passed by value (BYVAL) except for STRING characters."