02-04-2025, 11:54 AM
Need to convert C function declarations to QM. Not C++ declarations.
The functions are easy to convert. But some will be not very easy to use. Eg will need to convert wchar_t* strings (UTF-16) to/from UTF-8 (QM string encoding). Also may need to free returned strings.
The functions are easy to convert. But some will be not very easy to use. Eg will need to convert wchar_t* strings (UTF-16) to/from UTF-8 (QM string encoding). Also may need to free returned strings.