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 339 - 368 of 1073   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
339 Michael Geddes
michaelrgeddes Offline Send Email
Jan 2, 2002
1:17 am
It may be worth you having a look at tlb2h -w (tlb2h --help gives this information about 'wizard' mode) Wizard: tlb2h [[-w][+] coclass[{,coclass}] | -W] [-o...
340 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 3, 2002
11:31 pm
Hi, I am *very* happy to report that Mikael Lindgren has made great progress in adding full EXE server support to Comet. There are still a few things to solve,...
341 Mikael Lindgren
mili_chaos Offline Send Email
Jan 4, 2002
2:17 pm
Hi I've some minor problems in the new uuid_t class. - The string conversation needs rpcrt4.lib to link. Suggestion put #pragma comment(lib, "rpcrt4.lib") in...
342 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 4, 2002
2:30 pm
Hi Mikael, These problems have already been solved in the latest, unreleased version of uuid_t (see attachment). Best regards, Sofus Mortensen ...
343 Mikael Lindgren
mili_chaos Offline Send Email
Jan 4, 2002
2:41 pm
You are fast! The "to tstring" suggestion remains though. :-) /Mikael ... From: "Sofus Mortensen" <sofus@...> To: <tlb2h@yahoogroups.com> Sent:...
344 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 4, 2002
2:46 pm
... I'll add that then. Maybe we should promote impl::tstring and move it to comet namespace? Possibly allowing it only when _MBCS and _UNICODE are both...
345 Michael Geddes
michaelrgeddes Offline Send Email
Jan 6, 2002
11:00 pm
The whole point of tstring is that it would return string / wstring depending on whether it is a UNICODE build or not.. so it should always be available...
346 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 7, 2002
11:15 am
OK - I will promote the tstring typedef into namespace comet. Apologies for the confusion - I meant to say that maybe tstring should only be allowed when...
347 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 7, 2002
12:28 pm
Version 1 beta 13 has just been uploaded to www.lambdasoft.dk/comet. Changes: - Added basic support for writing exe servers in Comet. (Mikael Lindgren, Sofus...
348 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 7, 2002
9:06 pm
Hi, Hmm - beta 13 is broken in UNICODE builds. Take 2 of beta 13 available now at www.lambdasoft.dk/comet fixes this problem. Sorry for any inconveniences. ...
349 Vladimir Voinkov
voinkovv@... Send Email
Jan 8, 2002
11:02 am
Hello, I'm missing windows in Comet. May be say strictly, they don't fit the purpose of the library? May be it would be a kind of extension? It doesn't take a...
350 Eric Friedman
granderk Offline Send Email
Jan 8, 2002
11:10 pm
With today's release of Comet b13 with EXE support, I also wondered if some kind of windowing functionality -- either proprietary to Comet or through some...
351 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 9, 2002
10:43 am
Hi, Oops - The bug fix introduced in take 2 broke uuid_t. Grab beta 13 take 3 at http://www.lambdasoft.dk/comet Best regards, Sofus Mortensen ...
352 Vladimir Voinkov
voinkovv@... Send Email
Jan 9, 2002
10:52 am
I'm thinking of a message map implementation. Could the another way be besides the switch statement? I wonder if a message map based upon the type list like...
353 kalons Offline Send Email Jan 10, 2002
10:59 pm
If an event dispinterface method has parameters that are of an enum type, a project sinking the interface will not compile. In the Invoke method of the...
354 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 11, 2002
9:25 am
Hi Kyle, Thanks for the bug report. I have fixed it now and will release a new snapshot later today. Best regards, Sofus Mortensen ...
355 stevebroeffle Offline Send Email Jan 11, 2002
7:59 pm
I can't get the following code using safearray_t to work: I am trying to build an array of variants and then unpack them later on. when iterating through the...
356 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 11, 2002
11:12 pm
Hi Steve, Thanks for the bug report. Believe or not, this was actually caused by compiler bug. But I've managed to workaround it and come up with a fix for the...
357 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 12, 2002
12:09 am
Hi, Beta 13 take 4 is available now at http://www.lambdasoft.dk/comet. Changes: Version 1 beta 13 take 4 (11-1-2002) - Fixed problem with dispinterfaces and...
358 kalons Offline Send Email Jan 12, 2002
5:01 am
Thanks for the quick response. That seems to have taken care of the byval enum parameter, but I'm still having a problem with byref parameters. My IDL method...
359 kalons Offline Send Email Jan 12, 2002
5:02 am
One more small request: could you change embedded_object::get_parent to const? PARENT* get_parent() const { return parent_; } Thanks. Kyle...
360 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 12, 2002
9:08 am
That looks right to me. It will be so in the next beta. Thanks! Best regards, Sofus Mortensen http://www.sofusmortensen.com ... ...
361 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 12, 2002
9:34 am
Hi Kyle, Okay - I will need some time to look into this. But beware that I never meant for connection points to support outgoing parameters (including [in,...
362 kalons Offline Send Email Jan 12, 2002
3:46 pm
I would vote for not enforcing it. True, in many cases there will be only one listener. But even with multiple listeners, there can be situations where an...
363 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 12, 2002
5:09 pm
But what code should tlb2h generate for outgoing parameters? How will it know how merge the results from multiple listeners into just one result? Best regards,...
364 kalons Offline Send Email Jan 12, 2002
10:00 pm
Can't it just pass the same pointer to each listener and let each one modify if desired? ... will it ... result? ... will be ... instance, ... that ... of ... ...
365 Sofus Mortensen
sofusmortensen Offline Send Email
Jan 12, 2002
11:00 pm
Hi Kyle, I think that sounds like a good idea for [in, out] parameters. I will make it so. But I would still like to disallow [out] and [out, retval]...
366 kalons Offline Send Email Jan 13, 2002
12:17 am
Makes sense to me. ... will ... parameters ... one ... can be ... any...
367 Michael Geddes
michaelrgeddes Offline Send Email
Jan 14, 2002
10:51 pm
I also support what Kyle says - we make use of [in, out] parameters in connection points - and I also agree that [out] and [out,retval]not only don't make...
368 Michael Geddes
michaelrgeddes Offline Send Email
Jan 14, 2002
11:22 pm
the variable ti_ is not initialised (or checked) in impl_dispatch. //....
Messages 339 - 368 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