Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C-Library and STRING-Parameters
#3
(09-07-2023, 10:42 AM)BSpinoza Wrote: 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."

You can have a look into my RegEx example or the QB-StdLibs folder in my Libraries collection to analyze how to pass strings and how to get back a string from the C function.

Simply follow the Library link in my signature.
Reply


Messages In This Thread
C-Library and STRING-Parameters - by BSpinoza - 09-07-2023, 10:42 AM
RE: C-Library and STRING-Parameters - by RhoSigma - 09-07-2023, 03:47 PM
RE: C-Library and STRING-Parameters - by BSpinoza - 09-08-2023, 03:34 AM



Users browsing this thread: 2 Guest(s)