#define _WIN32_WINNT 0x0500 とか、 >Visual C++ 6.0: To specify compiler options, >go to the Projects menu and click Settings, >then select the C/C++ tab. とか、することになってるよね。
見ましたよ>398 // Create a thread to handle the header and // resource download. cpContext->hThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)Threader,LPVOID(cpContext), 0,&cpContext->dwThreadID); このぶぶんでThreadを作っているけど、これをやらないではできないのかという話です。
自己解決しました。 Private Declare Function NetJoinDomain Lib "netapi32.dll"_ (ByVal lpServer As String,_ ByVal lpDomain As String_ ByVal lpAccountOU As String,_ ByVal lpAccount As String,_ ByVal lpPassword As String,_ ByVal fJoinOptions As Long_ ) As String