Hello there, how is it doing the development of Comet? I'm going to try it with VC 2005 and with IDL files generated from attributes. Anybody every tried this?...
Development on Comet is close to astronomical slow. Sorry. You can download the vs2005 version of comet here: http://www.lambdasoft.dk/files/comet_vs2005.zip ...
Hello, writing an open source software is always a matter of free time! You really did a GREAT work until now, and it's even a good thing that the software is...
Hello, probably I'm missing something :) Probably I didn't correctly understood COM, but I have some questions! 1) I have a noncreatable coclass implemented ....
Hi I use new all the time! You don't need to declare a coclass for this object, just the interface, as long as you have an other com object that is able to...
WOW :) Thanks! The question about events: I managed it by implementing an hidden interface with methods to raise the desired events from the implementation of...
... Hi Thomas! It's not so strange at all - the purpose of connection points is a safe way for server component to do a call-back to its' client. You're trying...
From idl fragment like this [ uuid(0194B256-8FFD-4E70-965D-F31C7A1CE44E) ] struct USER { BYTE ID[16]; }; tlb2h generate struct USER { unsigned char ID[17];...
Hi Andrei! Thanks for the patch. Did you make patch to version 1b31 or the (semi-secret) vs2005 version? http://www.lambdasoft.dk/files/comet_vs2005.zip ...
... comet_vs2005.zip works as is. Thank you. That hardcoded MULTIPLEUSE problem is still there.. SINGLE or MULTIPLE use should be configurable for exe servers....
Hi Andrei! I agree that there should be a simpler way to do an exe server. Although your minicomet wrapper is very tiny, I prefer, for aesthetic reasons,...
Hi, I am using ATL for COM Servers (yes, still) and typically use the Comet wrapper classes on the client side but now I want to use the wrapper classes on the...
Hi! variant_t has a template constructor that takes a safearray_t as argument. You can then use the detach method to detach and return the contained VARIANT: ...
Hello, I've implemented a class with events using coclass_implementation and coclass templates. I need to get a notification when someone advise my object...
I need to generate wrapper for VBE6EXT.OLB, and this interface: [ uuid(0002E131-0000-0000-C000-000000000046), helpcontext(0x0001876e) ] dispinterface...
Hello everybody, I have decided to start a Comet repository at bitbucket.org. Currently write access to the repository is restricted. If anyone is interested...
1069
Daniel Meyer
dmeyer2@...
Nov 10, 2009 12:34 pm
Sofus, During a period from around 2000 to 2003, Comet was so helpful to me and my team -- it made COM programming have so much more of a native C++ feel. It...
Great to hear Comet is still alive, it's now some eight years since I first used it and it's still my first choice for any project involving COM. Cheers, ...
1072
Alexander Lamaison
awl03@...
Dec 25, 2009 4:54 am
What is the best way to implement a custom class object using comet (i.e. one that is not an implementation of IClassFactory)? I'm trying to implement the...
1073
Alexander Lamaison
awl03@...
Dec 25, 2009 4:55 am
What is the best way to implement a custom class object using comet (i.e. one that is not an implementation of IClassFactory)? I'm trying to implement the...