文件名称:Cpp_Native_CLI_interop
介绍说明--下载内容均来自于网络,请自行研究使用
he purpose of this code is to show how to write interop code using native C++ and C++/CLI. It also shows how using a managed *.dll that the same code can be accessed and used from any other CLR language.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ExampleInterop\ManagedDll\ReadMe.txt
..............\TestInterop\ReadMe.txt
..............\ManagedDll\ManagedDll.log
..............\NativeDll\NativeDll.log
..............\TestInterop\TestInterop.log
..............\...........\Form1.h
..............\ManagedDll\ManagedDll.h
..............\..........\resource.h
..............\TestInterop\resource.h
..............\ManagedDll\Stdafx.h
..............\TestInterop\stdafx.h
..............\NativeDll\NativeDll.hpp
..............\ManagedDll\AssemblyInfo.cpp
..............\TestInterop\AssemblyInfo.cpp
..............\NativeDll\INativeDelegate.cpp
..............\ManagedDll\ManagedDll.cpp
..............\NativeDll\NativeFunction.cpp
..............\ManagedDll\Stdafx.cpp
..............\TestInterop\stdafx.cpp
..............\...........\TestInterop.cpp
..............\ManagedDll\ManagedDll.vcxproj.filters
..............\NativeDll\NativeDll.vcxproj.filters
..............\TestInterop\TestInterop.vcxproj.filters
..............\ManagedDll\app.ico
..............\TestInterop\app.ico
..............\ManagedDll\app.rc
..............\TestInterop\app.rc
..............\...........\Form1.resX
..............\ExampleInterop.sln
..............\ManagedDll\ManagedDll.vcxproj.user
..............\NativeDll\NativeDll.vcxproj.user
..............\TestInterop\TestInterop.vcxproj.user
..............\ManagedDll\ManagedDll.vcxproj
..............\NativeDll\NativeDll.vcxproj
..............\TestInterop\TestInterop.vcxproj
..............\ManagedDll\Debug
..............\NativeDll\Debug
..............\TestInterop\Debug
..............\ManagedDll
..............\NativeDll
..............\TestInterop
ExampleInterop
..............\TestInterop\ReadMe.txt
..............\ManagedDll\ManagedDll.log
..............\NativeDll\NativeDll.log
..............\TestInterop\TestInterop.log
..............\...........\Form1.h
..............\ManagedDll\ManagedDll.h
..............\..........\resource.h
..............\TestInterop\resource.h
..............\ManagedDll\Stdafx.h
..............\TestInterop\stdafx.h
..............\NativeDll\NativeDll.hpp
..............\ManagedDll\AssemblyInfo.cpp
..............\TestInterop\AssemblyInfo.cpp
..............\NativeDll\INativeDelegate.cpp
..............\ManagedDll\ManagedDll.cpp
..............\NativeDll\NativeFunction.cpp
..............\ManagedDll\Stdafx.cpp
..............\TestInterop\stdafx.cpp
..............\...........\TestInterop.cpp
..............\ManagedDll\ManagedDll.vcxproj.filters
..............\NativeDll\NativeDll.vcxproj.filters
..............\TestInterop\TestInterop.vcxproj.filters
..............\ManagedDll\app.ico
..............\TestInterop\app.ico
..............\ManagedDll\app.rc
..............\TestInterop\app.rc
..............\...........\Form1.resX
..............\ExampleInterop.sln
..............\ManagedDll\ManagedDll.vcxproj.user
..............\NativeDll\NativeDll.vcxproj.user
..............\TestInterop\TestInterop.vcxproj.user
..............\ManagedDll\ManagedDll.vcxproj
..............\NativeDll\NativeDll.vcxproj
..............\TestInterop\TestInterop.vcxproj
..............\ManagedDll\Debug
..............\NativeDll\Debug
..............\TestInterop\Debug
..............\ManagedDll
..............\NativeDll
..............\TestInterop
ExampleInterop