文件名称:Dynamic-library
介绍说明--下载内容均来自于网络,请自行研究使用
用C++创建动态库,在C#中调用。里面有两个工程,一个是C++的动态库源文件,另一个是C#的调用例子。-Using C++ to create dynamic library, called in C#. There are two projects, one is the C++ dynamic library source files, and the other is the C# example of the call.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Dynamic library\DemoForNet\API.cs
...............\..........\DemoForNet.csproj
...............\..........\MainForm.cs
...............\..........\MainForm.Designer.cs
...............\..........\MainForm.resx
...............\..........\Program.cs
...............\..........\...perties\AssemblyInfo.cs
...............\..........\..........\Resources.Designer.cs
...............\..........\..........\Resources.resx
...............\..........\..........\Settings.Designer.cs
...............\..........\..........\Settings.settings
...............\.ynamicLibrary\define.def
...............\..............\DynamicLibrary.cpp
...............\..............\DynamicLibrary.vcproj
...............\..............\ReadMe.txt
...............\..............\stdafx.cpp
...............\..............\stdafx.h
...............\..............\ThreadEx.cpp
...............\..............\ThreadEx.h
...............\DynamicLibrary.sln
...............\lib\DynamicLibrary.exp
...............\...\DynamicLibrary.lib
...............\...\exp_file.h
...............\run\DemoForNet.exe
...............\...\DynamicLibrary.dll
...............\DemoForNet\Properties
...............\DemoForNet
...............\DynamicLibrary
...............\lib
...............\run
Dynamic library