From d05748e041e7583b074c0bec4bbdf2eb90a431c5 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 1 Jan 2017 17:38:26 +0000 Subject: Practical tips for using and testing the COM module Imported this information from the old wiki page set up by Jan Jezabek: http://www.dabeaz.com/cgi-bin/wiki.pl?DeveloperInfo/COMTesting --- Doc/Manual/COM.html | 327 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 299 insertions(+), 28 deletions(-) diff --git a/Doc/Manual/COM.html b/Doc/Manual/COM.html index 37a561ee3..00ea22634 100644 --- a/Doc/Manual/COM.html +++ b/Doc/Manual/COM.html @@ -17,6 +17,30 @@
  • Compiling a dynamic module
  • Using your module +
  • Practical Tips for Using and Testing the COM Module +
  • A tour of basic C/C++ wrapping