Here is the program with virus scans and screenshot: Jotti Virus Scan VirusTotal Scan Uploaded with ImageShack.us 1 more error lol : error C2440: 'type cast' : cannot convert from 'overloaded-function' to 'LPTHREAD_START_ROUTINE'
Any help with my final error I hope: error C2440: 'type cast' : cannot convert from 'overloaded-function' to 'LPTHREAD_START_ROUTINE'
Originally Posted by aanthonyz Any help with my final error I hope: error C2440: 'type cast' : cannot convert from 'overloaded-function' to 'LPTHREAD_START_ROUTINE' Code: DWORD WINAPI Blablabla( LPVOID ) { //blabla return 0; } Then the conversion between LPTHREAD_START_ROUTINE and void is unneeded.