Does anyone know how to convert a char array to a LPCTSTR in c?
Edit:
For more reference, I need to add an integer to a string then convert that string to LP
try like this.........
TCHAR *pcCommPort = TEXT("COM1"); HANDLE h = CreateFile(pcCommPort,other arguments);