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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 845 - 875 of 1073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
845 Vladimir Voinkov
voinkov Offline Send Email
Mar 1, 2004
11:44 am
Hi, It's very interesting and definitely needs some work to merge as the recent cometw is quite changed. I can send you latest source if you like. Vladimir ......
846 Vladimir Voinkov
voinkov Offline Send Email
Mar 1, 2004
3:13 pm
The item iterator looks very good. It'll be useful. I think we should address the boost dependency to Michael and Sofus. They have certain policy towards...
847 Michael Geddes
michaelrgeddes Offline Send Email
Mar 1, 2004
11:44 pm
If you could send me a small test-harness, I will be able to have a quick look and see if I can fix it. Maybe the problem is in the coclass - which shouldn't...
848 Lijun Qin
qinlj0 Offline Send Email
Mar 2, 2004
1:44 am
Hi, olestr_t is needed because currently I do have some interface (actually some 'Microsoft Management Console' interface) to wrap and they use '[out] ...
849 Lijun Qin
qinlj0 Offline Send Email
Mar 2, 2004
2:05 am
Hi, See inline comments below, ... Use | raise_exception is a good idea. ... thanks ... use enum is also an option, but my use this style is for a good reason,...
850 Lijun Qin
qinlj0 Offline Send Email
Mar 2, 2004
2:05 am
Hi, Yes, source code is always welcomed :)-, I think we should release the code whenever it becomes stable enough to use, this 'release sooner' strategy is...
851 Lijun Qin
qinlj0 Offline Send Email
Mar 2, 2004
2:10 am
Hi, Just another completed window control. located in cometw/ctrls/progress_bar.h. Lijun Qin http://www.solidshare.com #include "../window_misc.h" namespace...
852 Ralf Jürgensen
rjuergensen@... Send Email
Mar 2, 2004
6:24 am
Ok, here's the code. C++ works, but Python (automation) don't. Maybe I made a mistake on creating the header for library1? Thanks Ralf...
853 Lindgren Mikael
mili_chaos Offline Send Email
Mar 2, 2004
6:52 am
Hi This is a little bit of the subject, but if you are looking for good "IntelliSense" please take a look at Visual Assist, from http://www.wholetomato.com/...
854 Michael Geddes
michaelrgeddes Offline Send Email
Mar 2, 2004
7:54 am
Hmm. I've had a look, and am a bit perplexed, this should all work. For a start, you don't have the typelibrary inside the dlls, which is weird for a start......
855 Kevin
kdalons Offline Send Email
Mar 2, 2004
2:10 pm
Just FYI, when I contacted Eric Larson, he gave me a name of a woman to assist, but wasn't all that interested in providing any assistance... Kevin ... From:...
856 Michael Geddes
michaelrgeddes Offline Send Email
Mar 2, 2004
10:55 pm
Gordon, Yup, my fault - the DoTime label needs to be moved to before the cmFullTmConvert. Very bad woops. //. DoTime: if(mode == cmFullTmConvert ) { //...
857 Michael Geddes
michaelrgeddes Offline Send Email
Mar 3, 2004
1:05 am
Ok. There's definitely a bug in tlb2h. Shouldn't be too hard to fix. It assumes that the the interface you're defining is in the same type library as its...
858 Michael Geddes
michaelrgeddes Offline Send Email
Mar 3, 2004
8:00 am
Here you are Ralf... I have a version of tlb2h.cpp that fixes the bug. The downside is that I've used an extra template argument to the implementation...
859 Ralf Jürgensen
rjuergensen@... Send Email
Mar 3, 2004
8:32 am
Great, it works! Thank you very much. Ralf...
860 Ralf Jürgensen
rjuergensen@... Send Email
Mar 5, 2004
1:57 pm
when compiling a project that contains empty interfaces this results in an error (with vc6 and vc7.1): error C2562: 'vtable_filler__0' : 'void' function...
861 Lijun Qin
qinlj0 Offline Send Email
Mar 6, 2004
2:56 am
Hi all, this is my comet extension to support com server live in the win32 service. class com_server_service (svc_server.h) and a service wrapper class, which...
862 Michael Geddes
michaelrgeddes Offline Send Email
Mar 8, 2004
6:50 am
Obviously it should compile. I'm not sure why a 'vtable_filler' should return E_NOTIMPL either.. I'll have a look at it. //. ... From: Ralf Jürgensen...
863 Michael Geddes
michaelrgeddes Offline Send Email
Mar 8, 2004
7:10 am
Have had a think and a look - of course the code generated is wrong... I suspect that it should be a 'HRESULT' rather than a void... though it's hard to know...
864 Ralf Jürgensen
rjuergensen@... Send Email
Mar 8, 2004
3:42 pm
It works, but I had to change also in line 3112 in tlb2h.cpp the void to HRESULT. while( vtable_pos < vtable_offset ) { if(ispublic) { os << "private: //...
865 Michael Geddes
michaelrgeddes Offline Send Email
Mar 8, 2004
11:58 pm
Ta. (Of course - doh) The other option is to make the previous one not return anything. It should NEVER be called anyway. Still think it's weird that it...
867 Ralf Jürgensen
rjuergensen@... Send Email
Mar 9, 2004
2:35 pm
Does comet perform registration for coclasses that are marked noncreatable in the idl file? If it does, how can this behaviour be changed? Thanks Ralf...
868 Michael Geddes
michaelrgeddes Offline Send Email
Mar 9, 2004
8:31 pm
Very deliberately NO! In fact the opposite is true, if a coclass is marked as noncreatable in the idl file are not available to the class factory, and is NOT...
869 Lijun Qin
qinlj0 Offline Send Email
Mar 14, 2004
9:31 am
Hi all: it seems the VC 7.1 optimizer caused error in init_from_str() in this line: p[j] = unsigned char(parse_nibble(*s++) << 4 | parse_nibble(*s++)); the two...
870 bulat_raditch Offline Send Email Mar 14, 2004
10:17 am
... It is not "compiler bug", it is unspecified behavior....
871 Michael Geddes
michaelrgeddes Offline Send Email
Mar 15, 2004
2:17 am
Thanks Bulat & Lijun, I still think that its bad form for the compiler to do both incrememnts after the fact. The 'unexpected behaviour' I would have expected...
872 Michael Geddes
michaelrgeddes Offline Send Email
Mar 16, 2004
12:46 am
Hi all, With appologies to Sofus, but in the interests of keeping the faith with all you wonderful people who have been getting behind Comet and submiting bugs...
873 Lijun Qin
qinlj0 Offline Send Email
Mar 16, 2004
1:14 am
Hi, I've tested the code, it's OK both in debug and release build. Lijun Qin http://www.solidshare.com ... From: "Michael Geddes" <mgeddes@...> To:...
874 Lijun Qin
qinlj0 Offline Send Email
Mar 16, 2004
1:30 am
Hi, I think it's time to setup a cvs server somewhere, especially if sofus is lack of time to maintain the source. Regards Lijun Qin http://www.solidshare.com ...
875 Lijun Qin
qinlj0 Offline Send Email
Mar 16, 2004
2:31 am
Hi, This is the MMC snapins extension for comet, hope it can be useful for somebody: mmc.hpp idl_cvt.py generated wrapper files snapin_node.hpp class...
Messages 845 - 875 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