Skip to search.
tlb2h · Discussion on the Comet library for C++ COM development.

Group Information

  • Members: 81
  • Founded: Dec 12, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 1044 - 1073 of 1073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1044 Ralf Jürgensen
rjuergensen@... Send Email
Dec 1, 2005
9:29 am
Hi, the version works fine for me. Any plans to make a "complete" release including VS 2005 changes this year? regards Ralf...
1045 Thomas Laguzzi
tholag Offline Send Email
Mar 23, 2006
3:13 pm
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?...
1046 Sofus Mortensen
sofusmortensen Offline Send Email
Mar 23, 2006
10:24 pm
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 ...
1047 Thomas Laguzzi
tholag Offline Send Email
Mar 24, 2006
12:05 am
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...
1048 Thomas Laguzzi
tholag Offline Send Email
Mar 30, 2006
4:01 pm
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 ....
1049 Mikael Lindgren
mili_chaos Offline Send Email
Mar 30, 2006
4:58 pm
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...
1050 Thomas Laguzzi
tholag Offline Send Email
Mar 30, 2006
5:16 pm
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...
1051 Sofus Mortensen
sofusmortensen Offline Send Email
Mar 31, 2006
11:42 am
... 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...
1052 Thomas Laguzzi
tholag Offline Send Email
Apr 20, 2006
8:44 am
server.h Line 1470 to make compile with VC2005 and VC2003 :) static void convert(wchar_t *dest, const char *src) { size_t cs = 0; #if _MSC_VER >=1400 ... #else...
1053 bulat_raditch Offline Send Email May 30, 2006
11:32 am
From idl fragment like this [ uuid(0194B256-8FFD-4E70-965D-F31C7A1CE44E) ] struct USER { BYTE ID[16]; }; tlb2h generate struct USER { unsigned char ID[17];...
1054 Sofus Mortensen
sofusmortensen Offline Send Email
May 30, 2006
11:36 am
Thanks! I will look into it (unless you're up for doing some debugging in tlb2h.cpp?) Best regards, Sofus Mortensen...
1055 Yunusov Bulat
bulat_raditch Offline Send Email
May 30, 2006
3:11 pm
in method string Type::get_raw(int pl, unsigned& vsz, bool use_variant_type, bool force_use_of_ns ) const { unsigned* p = (unsigned*)psa->pvData; vsz = p[1] +...
1056 Andrei Melnikov
prof_nimnul Offline Send Email
Jun 29, 2006
10:34 pm
1.31 has multiple problems with Visual C++ 2005. * std::wstring_iterator isn't just a wchar_t pointer any more. This breaks comet::bstr_t. *...
1057 Sofus Mortensen
sofusmortensen Offline Send Email
Jun 29, 2006
10:38 pm
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 ...
1058 Andrei Melnikov
prof_nimnul Offline Send Email
Jun 30, 2006
5:50 am
... To 1b31. I didn't now about the secret version. I'm checking it now. Andrei...
1059 Andrei Melnikov
prof_nimnul Offline Send Email
Jun 30, 2006
5:50 am
... 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....
1060 Sofus Mortensen
sofusmortensen Offline Send Email
Jul 25, 2006
9:34 pm
Thanks! I think the right solution is: vsz = p[1] + p[0]; p[1] is the upper bound and p[0] the lower. Cheers, Sofus...
1061 Sofus Mortensen
sofusmortensen Offline Send Email
Jul 26, 2006
5:56 am
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,...
1062 johannes_stroemberg
johannes_str... Offline Send Email
Oct 3, 2006
9:07 am
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...
1063 Sofus Mortensen
sofusmortensen Offline Send Email
Oct 3, 2006
9:22 am
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: ...
1064 qinlj0 Offline Send Email Jan 29, 2007
1:44 am
I have some WTL code which use REFLECT_NOTIFICATIONS() macro. Does anybody known how to make a comet version of this macro. Thanks very much....
1065 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 29, 2007
7:28 pm
The Windowing of comet, called cometw, has been removed from comet. Sorry. Cheers, Sofus....
1066 pablo_yabo Offline Send Email Feb 6, 2007
6:19 pm
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...
1067 Lijun Qin
qinlj0 Offline Send Email
May 6, 2007
7:36 am
I need to generate wrapper for VBE6EXT.OLB, and this interface: [ uuid(0002E131-0000-0000-C000-000000000046), helpcontext(0x0001876e) ] dispinterface...
1068 sofusmortensen Offline Send Email Nov 10, 2009
9:40 am
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@... Send Email
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...
1070 Sofus Mortensen
sofusmortensen Offline Send Email
Nov 10, 2009
2:15 pm
Hi Daniel, Thanks for the kind words. Highly appreciated :-) /Sofus...
1071 Richard Crossley
rdc892515 Offline Send Email
Nov 11, 2009
2:13 pm
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@... Send Email
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@... Send Email
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...
Messages 1044 - 1073 of 1073   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help