R
Rob Jehan
Hi
I'm trying to construct a Global Hook and need to create an unmanaged C++
DLL. I'm really new to this and Ive created a C++ Win32 project in VS 2005.
Firstly, can you create an unmanaged DLL in VS 2005?
Is this the correct classification of project to create an unmanaged DLL
(should it be an MFC project) ?
Dependency Walker is showing a missing reference to DWMAPI.DLL (and MPR.DLL
AND SHLWAPI.DLL) with a warning 'Warning: At least one delay-load dependency
module was not found.'
Do I need to change compiler or linker options?
thanks in advance
Rob
I'm trying to construct a Global Hook and need to create an unmanaged C++
DLL. I'm really new to this and Ive created a C++ Win32 project in VS 2005.
Firstly, can you create an unmanaged DLL in VS 2005?
Is this the correct classification of project to create an unmanaged DLL
(should it be an MFC project) ?
Dependency Walker is showing a missing reference to DWMAPI.DLL (and MPR.DLL
AND SHLWAPI.DLL) with a warning 'Warning: At least one delay-load dependency
module was not found.'
Do I need to change compiler or linker options?
thanks in advance
Rob