Page 1 of 1

COM in plain C

Posted: Mon Apr 10, 2006 12:57 am
by jack
I found this very interesting http://www.codeproject.com/com/com_in_c1.asp

Posted: Mon Apr 10, 2006 1:49 am
by Dare2
Thanks jack.

As you say, that is very interesting!

Posted: Mon Apr 10, 2006 3:11 am
by Straker
Thanks Jack. Now the next obvious question, if this can be done in C, shouldn't it also be adaptable to PureBasic?

Posted: Mon Apr 10, 2006 11:07 am
by srod
Excellent. Nice find.

Good coffee time reading!

Posted: Thu Apr 27, 2006 10:57 pm
by SimpleMind
Straker wrote:Thanks Jack. Now the next obvious question, if this can be done in C, shouldn't it also be adaptable to PureBasic?
Search the forum. This has already been coded by AXend in PB.

http://www.purebasic.fr/english/viewtopic.php?t=7920

Posted: Fri Apr 28, 2006 1:14 am
by jack
part 2 is out. :)

Posted: Fri Apr 28, 2006 10:39 am
by SimpleMind
jack wrote:part 2 is out. :)
Yes, nice stuff, Jack. This guy is really good in explaining.

http://www.codeproject.com/useritems/com_in_c2.asp

Posted: Fri Apr 28, 2006 4:21 pm
by theNerd
SimpleMind wrote:
Straker wrote:Thanks Jack. Now the next obvious question, if this can be done in C, shouldn't it also be adaptable to PureBasic?
Search the forum. This has already been coded by AXend in PB.

http://www.purebasic.fr/english/viewtopic.php?t=7920
AXend referenced an ActiveX but he didn't make an ActiveX server.

Posted: Sat Apr 29, 2006 12:35 am
by freak
I have written quite a few COM implementations in PureBasic, so did El_Choni.
It was a bit hard with earlier versions, but with PB4, it is really not that hard anymore.

I have also written an extensive set of Macros to ease this, but as with all my side projects,
it got a long way, but i just did not get around to fully finish it.
Maybe someday after the v4 final, who knows...

Posted: Sat Apr 29, 2006 2:18 am
by SimpleMind
Search the forum. This has already been coded by AXend in PB.

http://www.purebasic.fr/english/viewtopic.php?t=7920
AXend referenced an ActiveX but he didn't make an ActiveX server.
Was this is ActiveX Server? IMHO this was just a attempt for a com example in C.

Posted: Sat Apr 29, 2006 2:21 am
by Flype
@freak

PB Library (see an other post),
Macros for COM objects,

sounds good...