Un LPCSTR non è altro che un const char* (se unicode non è definito).
Detto questo potresti convertire una string in un LPCSTR con il metodo c_str()
di string...
Come non detto
Un LPCSTR non è altro che un const char* (se unicode non è definito).
Detto questo potresti convertire una string in un LPCSTR con il metodo c_str()
di string...
Come non detto