setDllDirectory in x64 project
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, how can i use SetDllDirectory function in my project, to compile in x64 configuration manager platform? define _WIN32_WINNT as 0x0502 ???? where i define it?
Zo.Naderi-Iran
zon_cpp wrote:
how can i use SetDllDirectory function in my project
zon_cpp wrote:
define _WIN32_WINNT as 0x0502 ???? where i define it?
This should be added to your pre-compiled or main header file before the
#include <windows.h>
entry.I must get a clever new signature for 2011.