Hello, when working with IErrorInfo and ICreateErrorInfo I get some errors complaining about a missing 'interface_is' for ICreateErrorInfo: [...] ...
919
Ralf Jürgensen
rjuergensen@...
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 ...
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...
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...
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?...
Hi, I suggest convert timeperiod_t::set_period( long days, long hours, long minutes, long seconds ) to an explicit constructor: explicit timeperiod_t( long...
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...
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...
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...
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...
... 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...
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...
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...
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...
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...
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...
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&...
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...
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@...
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...
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@...
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; ...
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...
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. *...
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...