How to get text from a resource into a string (PB4-Win XP)

Just starting out? Need help? Post your questions and find answers here.
Everything
Enthusiast
Enthusiast
Posts: 225
Joined: Sat Jul 07, 2018 6:50 pm

Re: How to get text from a resource into a string (PB4-Win XP)

Post by Everything »

I ran into this unexpectedly on Windows 10.
The resource is in UTF8, but the Unicode is not read correctly, trying to follow the PellesC manual (L "string" format) leads to error:
String literal expected (found: L"STRING")
Post Reply