Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4064
DeVaultSetter
Keymaster

    It’s a pain, CString is an object, TCHAR is a typdef macro that determines char_t types on MBCS (1 or 2 byte characters) or unicode build. CString should be easier to work with.
    Sounds good. 🙂