123
hConsole = CreateFile("CONOUT$", GENERIC_WRITE | GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, 0L, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0L);
1> msoftcon.cpp 1>d:\c++\كتب\كتب انجليزى\object-oriented programming in c++ (4th edition)\msoftcon\msoftcon.cpp(51): error C2664: 'CreateFileW' : cannot convert parameter 1 from 'const char [8]' to 'LPCWSTR' 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
hConsole = CreateFile(_T("CONOUT$"), ...);