D
davidw
Please help, I am following a microsoft sample to build a dll, the
instruction like this:
To build the interop
1. From a command prompt, run \Program Files\Microsoft Visual Studio
..NET\Common7\Tools\vsvars32.bat.
2. Run nmake.exe from the directory of the interop
(\ManagedSinksWP\Interop).
To build the wrappers
.....
I find the following files under directory interop :
makefile
Microsoft.Exchange.Transport.EventInterop.diff
Microsoft.Exchange.Transport.EventInterop.idl
Microsoft.Exchange.Transport.EventInterop.snk
patch.exe
wrappermailmsgprops.h
I am not sure how can I do to build the interop dll, does it use manage c++?
there is not nmake.exe file, what should I do?
Thanks!
instruction like this:
To build the interop
1. From a command prompt, run \Program Files\Microsoft Visual Studio
..NET\Common7\Tools\vsvars32.bat.
2. Run nmake.exe from the directory of the interop
(\ManagedSinksWP\Interop).
To build the wrappers
.....
I find the following files under directory interop :
makefile
Microsoft.Exchange.Transport.EventInterop.diff
Microsoft.Exchange.Transport.EventInterop.idl
Microsoft.Exchange.Transport.EventInterop.snk
patch.exe
wrappermailmsgprops.h
I am not sure how can I do to build the interop dll, does it use manage c++?
there is not nmake.exe file, what should I do?
Thanks!