Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~403 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for XCC111

Hi can someone please this code for me because i have the same error Here is the code: [icode] // Work please.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" #include <Windows.h> #include <wchar.h> #define ThreadMake(x) CreateThread(NULL,0, (LPTHREAD_START_ROUTINE)&x,NULL,0,NULL); #define ThreadMakeParam(x, param) CreateThread(NULL,0, (LPTHREAD_START_ROUTINE)&x,param,0,NULL); #define BEEP_ACTIVATED Beep(2000, …

Member Avatar for Ancient Dragon
-1
403