View Single Post
Old 09-17-2019, 04:53 PM   #37
Xenakios
Human being with feelings
 
Xenakios's Avatar
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 8,062
Default

Quote:
Originally Posted by mschnell View Post
If I do something to run in Windows, do I need to explicitly ignore the complete SWELL thingy
You can mostly ignore SWELL if you use just very basic win32 functions. However, if you want your code to support Unicode/UTF-8 inside Reaper, you will want to use the UTF-8 support functions from WDL. (Those are independent from SWELL and exist to support non-ASCII text inside Reaper. Windows itself does not directly support UTF-8 with its API functions, which is why the WDL UTF-8 things exist.)

Again, refer to the SWS plugin code, that probably shows you what you can and should use.
__________________
I am no longer part of the REAPER community. Please don't contact me with any REAPER-related issues.
Xenakios is offline   Reply With Quote