資源簡介
在VS2015中用C++創(chuàng)建DLL并用C#調(diào)用且同時實現(xiàn)對DLL的調(diào)試源碼
代碼片段和文件信息
//?CreateDLL.cpp?:?定義?DLL?應(yīng)用程序的導(dǎo)出函數(shù)。
//
#include?“stdafx.h“
#include?“CreateDLL.h“
int?__stdcall?test01(int?a?int?b?int?c)
{
return?a?+?b?+?c;
}
int?__stdcall?test02(int?a?int?b)
{
return?a?-?b;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????41984??2016-04-06?22:04??DLLTest\.vs\DLLTest\v14\.suo
?????文件????????232??2016-04-06?16:36??DLLTest\CreateDLL\CreateDLL.cpp
?????文件?????????58??2016-04-06?17:23??DLLTest\CreateDLL\CreateDLL.def
?????文件????????161??2016-04-06?16:37??DLLTest\CreateDLL\CreateDLL.h
?????文件???????9471??2016-04-06?17:15??DLLTest\CreateDLL\CreateDLL.vcxproj
?????文件???????1612??2016-04-06?17:15??DLLTest\CreateDLL\CreateDLL.vcxproj.filters
?????文件????????254??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.log
?????文件???????3512??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.obj
?????文件????7798784??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.pch
?????文件???????2220??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.tlog\CL.command.1.tlog
?????文件??????22838??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.tlog\CL.read.1.tlog
?????文件???????1178??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.tlog\CL.write.1.tlog
?????文件????????196??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.tlog\CreateDLL.lastbuildstate
?????文件????????254??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.tlog\CreateDLL.write.1u.tlog
?????文件???????1338??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.tlog\li
?????文件???????3132??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.tlog\li
?????文件????????518??2016-04-06?17:31??DLLTest\CreateDLL\Debug\CreateDLL.tlog\li
?????文件???????8108??2016-04-06?17:31??DLLTest\CreateDLL\Debug\dllmain.obj
?????文件?????140334??2016-04-06?17:31??DLLTest\CreateDLL\Debug\stdafx.obj
?????文件?????412672??2016-04-06?17:31??DLLTest\CreateDLL\Debug\vc140.idb
?????文件?????495616??2016-04-06?17:31??DLLTest\CreateDLL\Debug\vc140.pdb
?????文件????????389??2016-04-06?16:20??DLLTest\CreateDLL\dllmain.cpp
?????文件???????1910??2016-04-06?16:20??DLLTest\CreateDLL\ReadMe.txt
?????文件???????1202??2016-04-06?17:31??DLLTest\CreateDLL\Release\CreateDLL.Build.CppClean.log
?????文件????????408??2016-04-06?17:31??DLLTest\CreateDLL\Release\CreateDLL.log
?????文件???????6213??2016-04-06?17:31??DLLTest\CreateDLL\Release\CreateDLL.obj
?????文件????7602176??2016-04-06?17:31??DLLTest\CreateDLL\Release\CreateDLL.pch
?????文件???????2288??2016-04-06?17:31??DLLTest\CreateDLL\Release\CreateDLL.tlog\CL.command.1.tlog
?????文件??????22842??2016-04-06?17:31??DLLTest\CreateDLL\Release\CreateDLL.tlog\CL.read.1.tlog
?????文件????????936??2016-04-06?17:31??DLLTest\CreateDLL\Release\CreateDLL.tlog\CL.write.1.tlog
............此處省略79個文件信息
評論
共有 條評論