I am trying to convert a C++ library which is using widely DWORD, CString and BYTE in the program, and now I am converting the code from C++ Win32 library to linux program . Als
typedef unsigned long DWORD; typedef unsigned char BYTE; CString -> maybe basic_string ?