
please wait
|
|
|
|
"E:\\Xhair"
, and char string to a wide-char string. Use L"E:\\Xhair"
instead or the Windows macro.
(LPCWSTR)"E:\\Xhair"
<-- don't cast around compiler errors unless you know the cast is correct. In this case, that cast is incorrect.
|
|
|
|
|
|
|
|
|
|
|
|