差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

cpp:dll [2017/08/19 23:33]
cpp:dll [2023/06/25 09:48] (目前版本)
行 1: 行 1:
 +{{tag>​cpp dll}}
 +====== Dynamic-Link Library ======
 +===== Article List =====
 +==== Windows ====
 +  * [[cpp:​dll:​windows:​HowToUseDLL|How to use DLL?]]
 +  * [[cpp:​dll:​windows:​32dll_64sys|32-bit dll with 64-bit driver]] ​
 +  * [[cpp:​dll:​windows:​questions|DLL的一堆疑問]]
 +  * [[cpp:​dll:​windows:​sharedClassInDLL|DLL中共用的Class]]
 +  * [[cpp:​dll:​windows:​messageResourceFile|建立描述Event的DLL]]
 +  * [[cpp:​dll:​windows:​SHA2 issue on Win7&​2008|Sign Driver後無法正常啟動的問題 - SHA2]]
 +=== Resource ===
 +  * [[http://​www.iiiedu.org.tw/​knowledge/​knowledge20021130_1.htm|DLL Hell]]
 +==== Linux ====
 +  * [[cpp:​dll:​linux:​crossPlatformExe|How to build a executable file can run on x86 and x64 machine?]]
 +  * [[cpp:​dll:​linux:​programmingOnEclipse|Programming on Eclipse]]
 +=== Resource ===
 +  * [[http://​stackoverflow.com/​questions/​34732/​how-do-i-list-the-symbols-in-a-so-file|How to list the symbols in a so file?]]