unresolved external symbol __imp_read - C++ _imp errors
William
Last Update vor einem Monat
unresolved external symbol __imp_read - C++ _imp errors
Solution:
1: Right Click your Project
2: Go to Properties
3: Go to Configuration Properties - Advanced
4: Change Character Set to Multi-Byte Character Set
5: Apply and OK
6: Make sure Project is Release x64 And then Rebuild Solution.
7: It Should now work.