Pelles C forum

C language => User contributions => Topic started by: frankie on May 29, 2016, 01:11:03 AM

Title: DispHelper port for PellesC
Post by: frankie 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 (http://disphelper.sourceforge.net/).
Title: Re: DispHelper port for PellesC
Post by: sergey 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 (http://www.codeproject.com)
Title: Re: DispHelper port for PellesC
Post by: frankie on June 17, 2016, 09:02:28 AM
You're welcome Sergey.  :)
Anyway the comments come from the original code (last version).