瀏覽代碼

+ Added CN VCL, Detours

Fr0sT-Brutal 10 年之前
父節點
當前提交
717024bee2
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -46,6 +46,9 @@ Feel free to suggest other missing nice projects either by comments or pull requ
 
 * [TheUnknownOnes](http://code.google.com/p/theunknownones). Huge heap of classes, components, utilities for almost every purpose. Nearly undocumented and seems not very up-to-date though.
 
+* [CNVCL](https://github.com/cnpack/cnvcl). CnPack Component Package. Large collection of visual components, classes and utilities. // *Lots of useful stuff; documentation and comments mainly in Chinese*
+
+
 ## Multimedia
 
 ## Audio
@@ -212,6 +215,8 @@ Feel free to suggest other missing nice projects either by comments or pull requ
 
 * [ScaleMM](https://code.google.com/p/scalemm) - Fast scaling memory manager for Delphi
 
+* [Delphi Detours Library](http://code.google.com/p/delphi-detours-library) is a library allowing you to hook delphi and windows API functions .It provides an easy way to insert and remove hook.
+
 ## Other non-visual
 
 * [TRegExpr](http://regexpstudio.com/TRegExpr/TRegExpr.html) - Easy to use and powerful tool for sophisticated search and substitutioning and for template-based text input check.