Click here to Skip to main content
15,898,996 members

Comments by Member 12557572 (Top 2 by date)

Member 12557572 18-Apr-19 13:27pm View    
I did these things and still got the compile error. But then I cast friendlyName as a PBYTE. When I did that, it performed as expected, without null characters after each "valid" character. Thanks for your help.
Member 12557572 18-Apr-19 11:30am View    
Rick, Tried to use TCHAR. The compile errors return "cannot convert argument from TCHAR to PBYTE". Is there something I need to set up in the includes or properties that allows me to use TCHAR?