Reference Manual
Using PureBasic Subsystems
When a library gets compiled in unicode and/or threadsafe mode, the Compiler Options have to be set properly.
Two things are needed :
- The checkbox Create unicode and/or threadsafe executable must be checked
- The Library Subsytem: has to be filled properly
Possible values are :
UserLibThreadSafe (threadsafe mode is checked)
UserLibUnicode (unicode mode is checked)
UserLibUnicodeThreadSafe (unicode and threadsafe mode is checked)