[cairo-commit] [cairo-www] src/bindings.mdwn

Carl Worth cworth at freedesktop.org
Thu Nov 4 17:34:12 PDT 2010


 src/bindings.mdwn |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 12d3eb25dd3efc9d1c46e203ed8ac5c86a6e25ae
Author: Olaf_Schmidt <Olaf_Schmidt at web>
Date:   Thu Nov 4 17:34:12 2010 -0700

    COM/ActiveX-Binding - mainly useful for "VBers" (VB-Versions 5/6 and VBA) - but MS-C++ users should be able to make use of it too (over ATL)

diff --git a/src/bindings.mdwn b/src/bindings.mdwn
index 64d282a..19d44a0 100644
--- a/src/bindings.mdwn
+++ b/src/bindings.mdwn
@@ -11,6 +11,10 @@ languages:
   * Clipper : [hbcairo](http://sourceforge.net/projects/harbour-project/)
 
   * Common Lisp : [cl-cairo2](http://common-lisp.net/project/cl-cairo2/), [cffi-cairo](http://www.cliki.net/cffi-cairo)
+  
+  * COM-Wrapper : aka "ActiveX-dll" ... easiest to use with VB5/6 or VBA,
+    comes with cairo as a "satellite-dll" (compiled with StdCall-callingconvention)
+    [download-page:](http://www.thecommon.net/3.html) (a large VB-Democode-Tutorial is available there too)
 
   * Haskell : [[hscairo]]
 


More information about the cairo-commit mailing list