Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FB strings and C strings
#1
Am I correct in assuming that FB uses pascal strings? Regardless of that, do header declarations for strings to C DLL functions work correctly? I ask because I need strings to work to continue my work in SDLNet, and can't confirm on my own whether they're ok...
Reply
#2
If you declare the argument as BYVAL argname AS STRING, then FB will pass the string data to the called proc, not the descriptor.

FB uses a mix of C strings and QB strings, pascal strings - iir - can't be redimensioned.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)