
系统
cocoasprite
记录是为了不忘却
展开
-
Windows静态库和动态库的创建和使用
偶们在实际的编程开发中,经常会遇到运行时无法找到某个DLL文件或者链接时无法找到某个LIB文件。然后,我们就开始乱GOOGLE一下,然后将VS2005的设置改变一下,或许就Ok了,我们将别人开发的DLL或者LIB导入到我们的编程中,那么这些lib,DLL到底是什么呢?下面,偶就细细道来。 首先,偶们说第一个:静态链接库(Static Libary)偶们用VS2005做一个静态链转载 2015-01-26 23:19:51 · 611 阅读 · 0 评论 -
DebugView and Sysinternals Suite
DebugViewIntroductionDebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displ原创 2014-12-02 18:39:59 · 683 阅读 · 0 评论