Page 15 of 15

Re: Removing 'ASCII' switch from PureBasic

Posted: Tue Oct 06, 2015 9:36 am
by Fred
If your lib is imported with Import/ImportC, you can (and should) uses the pseudotypes (p-ascii or p-utf8) to have an autoconversion from PB strings. Not that it can be also set in Prototype if you load the lib dynamically (with GetFunction()). Just don't use CallCFunction/CallFunction(), these methods are outdated and not flexible enough.