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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 918 - 948 of 1073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
918 Ralf Jürgensen
rjuergensen@... Send Email
May 3, 2004
6:23 am
Hello, when working with IErrorInfo and ICreateErrorInfo I get some errors complaining about a missing 'interface_is' for ICreateErrorInfo: [...] ...
919 Ralf Jürgensen
rjuergensen@... Send Email
May 3, 2004
1:04 pm
Hello, I would like to see comet::com_error a bit more extensible/reusable. A public getter for the IErrorInfo smartpointer and a (protected) setter or ...
920 Sofus Mortensen
sofusmortensen Offline Send Email
May 3, 2004
6:32 pm
Hi Ralf, It sounds interesting, but I think you need to show something more concrete in order to demonstrate what you want to accomplish. I think, Michael...
921 Michael Geddes
michaelrgeddes Offline Send Email
May 4, 2004
1:05 am
Ralf, why don't we have some behind-the-scenes discussions on this, and then we can put it up when we have something- maybe document a bit more how to use what...
922 Lijun Qin
qinlj0 Offline Send Email
May 6, 2004
5:31 am
Hi, Currently bstr_t and com_error use s_str, w_str & t_str but uuid_t use sstr, wstr & tstr, I suggest use the same name. Regards Lijun Qin...
923 Michael Geddes
michaelrgeddes Offline Send Email
May 6, 2004
5:38 am
Absolutely. I don't think these are being used by us here(or I would have noticed)... are there any objections to forgoing backwards compatibility with these?...
924 Lijun Qin
qinlj0 Offline Send Email
May 7, 2004
2:52 am
Hi, I suggest convert timeperiod_t::set_period( long days, long hours, long minutes, long seconds ) to an explicit constructor: explicit timeperiod_t( long...
925 Lijun Qin
qinlj0 Offline Send Email
May 8, 2004
1:35 am
Hi all, I've just put all of code based on comet (added ole related classes and functions) /cometw (updated control classes) and other some my win32api wrapper...
926 Lijun Qin
qinlj0 Offline Send Email
May 9, 2004
3:07 am
Hi all: I've just finished all control wrappers, the next move will be fix bugs in the wrappers. But because some of them not used in my project, so not all of...
927 Lijun Qin
qinlj0 Offline Send Email
May 9, 2004
8:17 am
Hi, It seems these two files can not be included at the same time. change register::value -> register::value_t resovled the problem. Regards Lijun Qin...
928 Michael Geddes
michaelrgeddes Offline Send Email
May 9, 2004
9:49 pm
I am willing to admit there could be a rationalisation of namespace... however I disagree with win32api. We need something more specific to comet - win32api...
929 Michael Geddes
michaelrgeddes Offline Send Email
May 9, 2004
9:49 pm
Sofus, what do you think about the comet/ui namespace idea?? (I meant to clarrify this in the last email) , what does anybody else think? //....
930 Marc Brooks
anotherexcita Online Now Send Email
May 10, 2004
6:18 am
... I totally agree. This came out of left-field, and given the previous "let's just add boost dependencies without any discussion", I'm not surprised... Marc...
931 Sofus Mortensen
sofusmortensen Offline Send Email
May 10, 2004
9:34 pm
Lijun Qin, First I'd like to say that I am really, really impressed but also somewhat scared with the effort that you must have put into this. I haven't spend...
932 Sofus Mortensen
sofusmortensen Offline Send Email
May 10, 2004
9:36 pm
Actually I think the boost dependency was alright for cometw, as long as it doesn't affect existing comet applications - but my opinion is not the only one and...
933 Lijun Qin
qinlj0 Offline Send Email
May 11, 2004
12:43 am
MessageHi, I'm sorry if that offend you or others, but I'm not pushing you to change the namespace etc. It's just my choice to reorganized the code and used it...
934 Lijun Qin
qinlj0 Offline Send Email
May 11, 2004
1:14 am
Hi, I agree that release comet v1 final is more important than add new functions. I'll stop sending new files until the v1 final released. Comet v1 is quite...
935 Michael Geddes
michaelrgeddes Offline Send Email
May 12, 2004
11:34 pm
We have finally got a Comet1b30. Once again this has been a huge release, and is getting close to an official 1.0 release.. so watch this space for a TODO...
936 Lijun Qin
qinlj0 Offline Send Email
May 13, 2004
12:30 am
Hi, I've found a bug in line 164 of comet/enum.h. template<typename ET> struct stl_enumeration { template<typename C> static com_ptr<ET> create(const C&...
937 Michael Geddes
michaelrgeddes Offline Send Email
May 13, 2004
12:33 am
Where? Tell me what the line is meant to be - the fonts are all messed up... you're using a proportional font in the middle of fixed-width. I'm not convinced...
938 Lijun Qin
qinlj0 Offline Send Email
May 13, 2004
12:46 am
MessageHi Michael: I've attached a simple test case, and the output of vc7.1 compiler. line 164 changed to: return new stl_enumeration_t<ET, C, T,...
939 Michael Geddes
michaelrgeddes Offline Send Email
May 13, 2004
12:49 am
I'll buy that. //. ... From: Lijun Qin [mailto:qinlj@...] Sent: Thursday, 13 May 2004 10:46 AM To: tlb2h@yahoogroups.com Subject: Re: [tlb2h] bug in...
940 Ralf Jürgensen
rjuergensen@... Send Email
May 14, 2004
7:39 am
I get a compile error with 1b30: E:\work\CommonLibs\Comet\include\comet\variant.h(444) : error C2248: 'comet::safearray_t<T>::traits' : cannot access private...
941 sofus@...
sofusmortensen Offline Send Email
May 14, 2004
11:51 am
Hi Ralf, Sounds like there'll be another release soon. Could you try narrow down the error - ie. what were you compiling? Also which compiler did you use? Best...
942 Ralf Jürgensen
rjuergensen@... Send Email
May 14, 2004
11:59 am
Hi Sofus, ... I tried to compile something like: <example> void func(const comet::variant_t& par); // ... comet::safearray_t<comet::variant_t> sarray; ...
944 Michael Geddes
michaelrgeddes Offline Send Email
May 16, 2004
11:28 pm
This is weird. Try changing template<typename T> class safearray_t { typedef impl::sa_traits<T> traits; public: typedef size_t size_type; ///< type...
945 Michael Geddes
michaelrgeddes Offline Send Email
May 16, 2004
11:56 pm
Let me (CC Sofus) know if you've started on a particular fix/doco item to make sure there aren't double-ups. At the moment, doco is close to being the most...
946 Sofus Mortensen
sofusmortensen Offline Send Email
May 17, 2004
5:06 am
Hi Michael, That worked. I have added a test case to check the conversion from safearray_t to variant_t. Best regards, Sofus...
947 Sofus Mortensen
sofusmortensen Offline Send Email
May 17, 2004
5:11 am
Hi, Two additional things that are missing: * Better examples - we need to get rid of the examples that doesn't demonstrate anything, and some that does. *...
948 Michael Geddes
michaelrgeddes Offline Send Email
May 17, 2004
7:04 am
I got the flag the wrong way round.. force is mean to force the month days to be within range. datetime_base<T>::absdate_from_date_( long *daysAbsolute, int...
Messages 918 - 948 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