Code:
hWnd = CreateWindow( L"3ngine", L"lars",
WS_OVERLAPPEDWINDOW, xPos, yPos, xSize, ySize,
NULL, NULL, wc.hInstance, NULL );
I want to make L"lars" variable. Searched on google, but i cant find the right answer.
Is there a simple solution?
thanks!