Hi guys, I've just discovered a bug in tlb2h.exe. Given the following IDL: [id(2)] HRESULT InterfaceNames([in] IUnknown *pUnwrapped, [out, retval]...
97
Paul Hollingsworth
egroups@...
Jun 4, 2001 2:48 am
Hi Michael, I think you are misunderstanding the key() member that is returned by name_iterator. It is the parent key, not the subkey. Iterating through...
98
Michael Geddes
mgeddes@...
Jun 4, 2001 6:24 am
Yep - I misunderstood, got it now. Thanks for that code. I did it that way in the end anyway (except I forgot the KEY_READ). It's still a sh*t load easier...
99
Sofus Mortensen
sofus@...
Jun 5, 2001 8:36 pm
Hi, I think this one is already fixed in the latest version. Could you check that you are actually using the latest version? Best regards, Sofus Mortensen ...
100
Sofus Mortensen
sofus@...
Jun 10, 2001 1:05 pm
Hi! I have uploaded Comet alpha 8 to the website (www.lambdasoft.dk/comet). This release contains: * GCC/MingW fixes submitted by Michael Geddes. Thanks...
101
Michael Geddes
mgeddes@...
Jun 18, 2001 9:01 am
Currency implementation Here's an implementation of a wrapper for CURRENCY CY values. Most stuff it does through VarCy functions, but it also adds the divide...
102
Michael Geddes
mgeddes@...
Jun 18, 2001 9:11 am
tlb2h.cpp command-line I've added some better command-line handling for tlb2h.cpp, and a better brief description. It now supports multiple files including...
103
Michael Geddes
mgeddes@...
Jun 18, 2001 9:15 am
Getting Type libraries from a different spot. For one reason or another, I decided that I wanted to be able to load type-libraries that weren't registered...
104
Paul Hollingsworth
egroups@...
Jun 18, 2001 3:29 pm
... Incidentally, the first importlib("stdole32.tlb"); is strictly unnecessary - stdole2.tlb is the newer version of the type library - it is a superset of...
105
Michael Geddes
mgeddes@...
Jun 21, 2001 4:55 am
try_cast I have a problem witht he way try_cast handles NULL values. Here is the implementation of try_cast. template<typename Itf2> com_ptr(const...
106
Michael Geddes
mgeddes@...
Jun 21, 2001 7:41 am
More on com_ptr This adds the following functionality: Use create_nothrow for a create that DOESN'T throw an exception. try_cast from a NULL pointer succeeds...
107
Sofus Mortensen
sofus@...
Jun 21, 2001 9:49 pm
Thanks, Michael! I have added it the alpha 9 release. I think it would be cool to have tlb2h.exe use the new wrapper. Best regards, http://SofusMortensen.com ...
108
Sofus Mortensen
sofus@...
Jun 21, 2001 9:49 pm
Many thanks for the patch, Michael. I have updated the tlb2h.cpp for Alpha 9 with your changes. Best regards, http://SofusMortensen.com ... From: Michael...
109
Sofus Mortensen
sofus@...
Jun 21, 2001 9:49 pm
Thanks! I have merged your changes into alpha 9. Best regards, http://SofusMortensen.com <http://sofusmortensen.com/> ... From: Michael Geddes...
110
Sofus Mortensen
sofus@...
Jun 21, 2001 9:49 pm
Michael, Having com_ptr::operator-> throw on null pointers removes the only concern that I had against not throwing on try_cast(0). The only argument against...
111
Sofus Mortensen
sofus@...
Jun 21, 2001 10:01 pm
I have just uploaded alpha 9 to the website: http://www.lambdasoft.dk/comet Changes: - CURRENCY wrapper added by Michael Geddes. - Nutshell wrappers didn't...
112
Michael Geddes
mgeddes@...
Jun 22, 2001 12:55 am
tlb2h - Extra command-line options. I have merged the alpha9 changes into this version. (but not tested - so somebody should check it out). This adds...
113
Michael Geddes
mgeddes@...
Jun 22, 2001 1:01 am
Documentation. I am finding the lack of documenation a problem - not for myself - I love pouring through source-code to work out what things do - but for some...
114
Michael Geddes
mgeddes@...
Jun 22, 2001 1:07 am
<<tlb2h.cpp>>...
115
Michael Geddes
mgeddes@...
Jun 22, 2001 1:07 am
Some comments for atl_module.h Some class documentation: <<atl_module.h>>...
116
Michael Geddes
mgeddes@...
Jun 22, 2001 1:15 am
117
Michael Geddes
mgeddes@...
Jun 22, 2001 4:00 am
Hmm.. woops. I'll try a version that compiles! <<currency.h>>...
118
Eric Friedman
ebf@...
Jun 22, 2001 8:16 pm
Regarding the changed behavior or com_ptr::operator-> checking for null pointers, I suggest a template specialization of com_ptr that uses a behavior class to...
119
Eric Friedman
ebf@...
Jun 23, 2001 6:16 pm
Oops, I realized I forgot to demonstrate how the behavior class would be used. (Sorry if this is obviously apparent; I just wanted to make sure that I was...
120
Sofus Mortensen
sofus@...
Jun 25, 2001 10:08 pm
Hi Eric, I like the idea of using Policy classes (like your throw_null_ptr) to make the library more flexible and customisable. Should anyone on the list be...
121
Sofus Mortensen
sofus@...
Jun 25, 2001 11:21 pm
Hi, I have just put alpha 10 on the web. Here's the feature list: * CURRENCY wrapper updated by Michael Geddes. * tlb2h has been updated by Michael Geddes...
122
Michael Geddes
mgeddes@...
Jun 27, 2001 1:26 am
Variant_t currency support Also an attach for safearrays <<variant.h>>...
123
Michael Geddes
mgeddes@...
Jun 29, 2001 6:54 am
More changes: server.h Move QueryInterfaceInternal to impqi.h Added some documentation. impqi.h Implement "get_unknown" for use with agg-objects which have a...
124
Sofus Mortensen
sofus@...
Jun 29, 2001 4:50 pm
Thanks for the patches, Michael. I will post a new release during the weekend. Best regards, Sofus Mortensen. http://SofusMortensen.com...
125
Sofus Mortensen
sofus@...
Jul 1, 2001 2:17 pm
I have just uploaded a new release to the web site. Changes: -Added currency support to variant_t (Michael Geddes). -Documentation update for server.h (Michael...