NO

Author Topic: DispHelper port for PellesC  (Read 2835 times)

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
DispHelper port for PellesC
« on: May 29, 2016, 01:11:03 AM »
DispHelper is a small library that approaches the COM from plain C using the methods from the Dispatch interface. Practically it uses the same techniques of Visual-BASIC.
The variable number of arguments used in the Invoke method are implemented in C using the variadic functions.
Explanations and (small) doc can be found here.
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

sergey

  • Guest
Re: DispHelper port for PellesC
« Reply #1 on: June 16, 2016, 10:08:59 PM »
A good tool received a second life.
Bravo!
Very useful comments in the source code.
the original author was not verbose.
Thank you!

It would be good to place on www.codeproject.com
« Last Edit: June 17, 2016, 07:01:18 PM by sergey »

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: DispHelper port for PellesC
« Reply #2 on: June 17, 2016, 09:02:28 AM »
You're welcome Sergey.  :)
Anyway the comments come from the original code (last version).
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide