User profile: krondan

User info
User name:krondan
History
Joined:
Number of posts:5
Latest posts:

unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
blank .cpp does not compile into an .exe

'GetKeyNameTextW' : cannot convert parameter 2 from 'char [255]' to 'LPWSTR'
How to get the code fixed? There are several errors error C2664: 'GetWindowsDirectoryW' : cannot ...

'GetKeyNameTextW' : cannot convert parameter 2 from 'char [255]' to 'LPWSTR'
Error 1 error C2664: 'GetKeyNameTextW' : cannot convert parameter 2 from 'char [255]' to 'LPWSTR' c:...

unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
I tried Visual Studios express 2012. What does this mean?: Error 1 error LNK2019: unresolved externa...

convert char * to LPWSTR
Tried on Visual studios Express 2012. I can't compile this code. It returns errors like: Warning 1...