Hi elitepvers,
i have 2 sources 1 is an clean v15 build for 2013 and an other is Virt V19 build for 2003.
So with winmerge i compared the 2 and changed the things so that the virt v19 is compatible with 2013.
However it just wont work.
So i tried to do only account server. Still an no go
Stdafx.h
#define POINTER_64 __ptr64
#define _USE_32BIT_TIME_T
Also changed WINVER and _WIN32_WINNT to 0x0501
Errors while compiling
memcpy_s identifier not found and an lot more.
This only happens with Virt source any other source like GoH i can convert to 2013.
Any tips will be appriciated?