Search found 1 match

Go to advanced search

by CaptainBoc
05 Aug 2013 23:51
Forum: Development around libVLC
Topic: Marquee not display text went ° is in string
Replies: 6
Views: 1220

Re: Marquee not display text went ° is in string

I guess: - You use libVLC on Windows - You have set the Character Encoding in the project properties to Unicode - You use std::wstring for strings - You "somehow" convert the wchar_t from the wstring to a char* that can be passed to the libvlc_marquee_XX functions I had the same problem f...

Go to advanced search