資源簡介
Dll的demo,里面包含五個VS2010工程,是學習dll編程的最好代碼。對應的教程請參考https://blog.csdn.net/W_Y2010/article/details/80428067
代碼片段和文件信息
#include?“circle.h“
#include?“stdio.h“
//.lib文件中僅僅是關于其對應DLL文件中函數的定位信息
#pragma?comment(lib“DllExportClass.lib“)
int?main()
{
????circle?c;
point?p(2.02.0);
c.SetCenter(p);
c.SetRadius(1.0);
printf(“area:%fgirth:%f“c.GetArea()c.GetGirth());
scanf(“%d“);
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????385??2018-05-23?23:20??LibraryTest\DllClass\DllClass\circle.h
?????文件???????4011??2016-04-07?19:55??LibraryTest\DllClass\DllClass\DllClass.vcxproj
?????文件????????953??2016-04-07?19:49??LibraryTest\DllClass\DllClass\DllClass.vcxproj.filters
?????文件????????143??2016-04-07?19:24??LibraryTest\DllClass\DllClass\DllClass.vcxproj.user
?????文件????????316??2016-04-07?19:56??LibraryTest\DllClass\DllClass\main.cpp
?????文件????????272??2016-04-07?19:43??LibraryTest\DllClass\DllClass\point.h
?????文件???????1376??2016-04-07?19:44??LibraryTest\DllClass\DllClass.sln
????..A..H.?????19968??2018-05-23?23:39??LibraryTest\DllClass\DllClass.suo
?????文件????????471??2018-05-23?23:30??LibraryTest\DllClass\DllExportClass\circle.cpp
?????文件????????385??2018-05-23?23:20??LibraryTest\DllClass\DllExportClass\circle.h
?????文件???????4187??2016-04-07?19:53??LibraryTest\DllClass\DllExportClass\DllExportClass.vcxproj
?????文件???????1259??2016-04-07?19:44??LibraryTest\DllClass\DllExportClass\DllExportClass.vcxproj.filters
?????文件????????143??2016-04-07?19:24??LibraryTest\DllClass\DllExportClass\DllExportClass.vcxproj.user
?????文件????????250??2018-05-23?23:30??LibraryTest\DllClass\DllExportClass\point.cpp
?????文件????????272??2016-04-07?19:43??LibraryTest\DllClass\DllExportClass\point.h
?????文件???????1348??2016-04-07?20:15??LibraryTest\DLLDefTest\DLLDefTest.sln
????..A..H.?????17408??2016-04-08?14:21??LibraryTest\DLLDefTest\DLLDefTest.suo
?????文件???????3966??2016-04-07?20:18??LibraryTest\DLLDefTest\DlllCall\DlllCall.vcxproj
?????文件????????953??2016-04-07?20:18??LibraryTest\DLLDefTest\DlllCall\DlllCall.vcxproj.filters
?????文件????????143??2016-04-07?20:13??LibraryTest\DLLDefTest\DlllCall\DlllCall.vcxproj.user
?????文件????????498??2016-04-08?14:11??LibraryTest\DLLDefTest\DlllCall\main.cpp
?????文件?????????41??2016-04-07?20:15??LibraryTest\DLLDefTest\DllLib\DllLib.def
?????文件???????4207??2016-04-07?20:16??LibraryTest\DLLDefTest\DllLib\DllLib.vcxproj
?????文件???????1018??2016-04-08?13:51??LibraryTest\DLLDefTest\DllLib\DllLib.vcxproj.filters
?????文件????????143??2016-04-07?20:14??LibraryTest\DLLDefTest\DllLib\DllLib.vcxproj.user
?????文件????????138??2016-04-07?20:14??LibraryTest\DLLDefTest\DllLib\lib.cpp
?????文件???????4081??2016-04-07?18:58??LibraryTest\DllMain\DllLib\DllLib.vcxproj
?????文件???????1071??2016-04-07?18:58??LibraryTest\DllMain\DllLib\DllLib.vcxproj.filters
?????文件????????143??2016-04-07?18:52??LibraryTest\DllMain\DllLib\DllLib.vcxproj.user
?????文件????????548??2016-04-07?19:08??LibraryTest\DllMain\DllLib\lib.cpp
............此處省略56個文件信息
評論
共有 條評論