redge wrote:did you read it ?
Can anybody get UltraVNC 1.01 to compile?
Rudi De Vos wrote:I never had the error when compiling on VS2005. (full version)
ATL nor MFC is used by ultravnc.
Did you auto converted the project or created it lanual, looks like a project
setting error.
For VS2005, use the latest SDK.
VC60 require SDK 2003, as the newer does not longer support VC60
[...]
};
#pragma pack(pop)
/*
PVOID __stdcall __AllocStdCallThunk(VOID);
VOID __stdcall __FreeStdCallThunk(PVOID);
#define AllocStdCallThunk() __AllocStdCallThunk()
#define FreeStdCallThunk(p) __FreeStdCallThunk(p)
#pragma comment(lib, "atlthunk.lib")
*/
// workaround for not having atlthunk.lib in PSDK or VC++ 2005 Express Edition
#define AllocStdCallThunk() HeapAlloc(GetProcessHeap(),0,sizeof(_stdcallthunk))
#define FreeStdCallThunk(p) HeapFree(GetProcessHeap(), 0, p)
#elif defined (_M_AMD64)
#pragma pack(push,2)
redge wrote:someone are ready to create the step by step ready to compile for newers without reading all the topic.
(I'm not interested, i'm just end user and support level usage nor programming)
Compiling...
nt.cpp
.\nt.cpp(484) : warning C4297: 'omni_thread_wrapper' : function assumed not to throw an exception but does The function is extern "C" and /EHc was specified
Return to Off topic posts (Sandbox)
Users browsing this forum: No registered users and 4 guests