Sofus, Whenever I am traversing the pages of your web site I get the following error: "Internet Explorer Script Error" An error has occurred in the script on...
3
Sofus Mortensen
sofus@...
Dec 13, 2000 10:09 pm
Thanks Paul, It could somehow be connected to the TheCounter.com counter at the bottom of the page. But then you would probably have seen the problem before on...
4
Westcott.Paul
westcop@...
Dec 13, 2000 11:31 pm
Hmm... seems to be working now when I test. Did you find something? (ie. the counter is still there, so that couldn't have been it) Have fun, Paul. ... From:...
5
Sofus Mortensen
sofus@...
Dec 13, 2000 11:54 pm
I did actually find a reference to an external JScript file that wasn't there (and wasn't needed either). Thanks againg, and Cheers, Sofus....
6
Mikael Lindgren
mikael.lindgren@...
Dec 14, 2000 10:39 am
Hi I'm trying to use DATE as a property type in one of my interfaces. The idl compiles without problems, but tlb2h reports an error: "tlb2h: Unknown VARTYPE"....
7
Sofus Mortensen
sofus@...
Dec 14, 2000 10:53 am
Thanks for the report. I have uploaded a fixed version of tlb2h.exe at: http://www.lambdasoft.dk/comet/development/ Next step I think is to consider whether a...
8
Michael Geddes
mgeddes@...
Dec 18, 2000 6:33 am
Use of in-place constructors and destructors Hi, Having looked at the base of 'Comet' I have been very impressed, and like a lot of what I see. I have already...
9
Sofus Mortensen
sofus@...
Dec 19, 2000 2:52 pm
Hi, If you havn't already you should inform the Fortify team that their system doesn't work correctly with in-place constructors. I had a quick look at the...
10
Michael Geddes
mgeddes@...
Dec 19, 2000 11:37 pm
G'day, ... From: Sofus Mortensen [SMTP:sofus@...] Sent: Wednesday, 20 December 2000 1:54 To: tlb2h@egroups.com Subject: RE: [tlb2h] Use of in-place...
11
tlb2h@egroups.com
Dec 21, 2000 11:29 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the tlb2h group. File : /bstr.h Uploaded...
12
Sofus Mortensen
sofus@...
Dec 21, 2000 11:34 pm
... I've decided to get rid of the in-place construction and the direct destructor call. It simply doesn't look right, and the same can easily be accomplished...
13
egroups@...
Dec 22, 2000 9:54 pm
Actually I just noticed a more serious problem (OK - it's a bug ;-) ) with this assignment operator - it does not protect against self assignment. Statements...
14
tlb2h@egroups.com
Dec 22, 2000 10:14 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the tlb2h group. File : /ptr.h Uploaded...
15
Sofus Mortensen
sofus@...
Dec 23, 2000 12:02 am
Alas - If only I had just used the swap idiom, instead of trying to be clever.... I see that the same problem persists in the variant_t class. Since a ...
16
tlb2h@egroups.com
Dec 26, 2000 5:56 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the tlb2h group. File : /impqi.h Uploaded...
17
egroups@...
Dec 26, 2000 6:18 am
Hi folks, Here's an interesting little optimization story for you. As some of you may know, Comet's implementation of QueryInterface is originally based off of...
18
egroups@...
Dec 27, 2000 6:54 pm
If you try to assign a com_ptr<> of derived interface to a com_ptr of a base interface, it reports: C:\EXPERIMENT\console\main.cpp(26) : error C2593: 'operator...
19
Sofus Mortensen
sofus@...
Dec 27, 2000 8:01 pm
Thanks! I believe this one can be fixed by adding this to com_ptr: template<typename Itf> com_ptr& operator=(const com_ptr<Itf>& x) throw() { com_ptr t(x); ...
20
Sofus Mortensen
sofus@...
Dec 27, 2000 8:26 pm
Okay, I have solved the upcast bug. Replace in comet/ptr.h this: template<typename Itf2> com_ptr(const com_ptr<Itf2>& x) throw() ... { } with template<typename...
21
egroups@...
Dec 29, 2000 9:35 pm
Hi Guys, You might want to add the following lines to C:\Program Files\Microsoft Visual Studio\Common\MSDev98 \Bin\AUTOEXP.DAT ; Comet additions ...
22
egroups@...
Jan 2, 2001 4:48 pm
Hi Guys, Here's a problem I've run across. The following interface: [ object, uuid(bef6997d-5684-49c6-9390-a5077115e0d0) ] interface ISettingsDialog : IUnknown...
23
egroups@...
Jan 2, 2001 5:24 pm
After looking through the ATL archives, I've found out that a) The appropriate definitions for HWND do not make it into the type library due to a bug in MIDL ...
24
Sofus Mortensen
sofus@...
Jan 2, 2001 7:35 pm
Thanks for the report, Paul. The syntax errors you got are caused by a bug in tlb2h.exe (alpha 4). alpha 4 has a problem with structs/unions that have...
25
egroups@...
Jan 2, 2001 8:09 pm
Hi Guys, OK - now I've found a proper bug for you ;-) safearray.h(71) has: template<> struct sa_traits<signed char> : public basic_sa_traits<short, VT_I1> {}; ...
26
Sofus Mortensen
sofus@...
Jan 2, 2001 8:49 pm
Thanks! Best regards, Sofus Mortensen http://www.lambdasoft.dk...
27
egroups@...
Jan 4, 2001 10:59 pm
bstr.h has two minor bugs. a BSTR can be "0" as you know. However, the conversions to std::string and std::wstring do not take this into account. So currently,...
28
tlb2h@egroups.com
Jan 4, 2001 11:05 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the tlb2h group. File : /bstr.h Uploaded...
29
Sofus Mortensen
sofus@...
Jan 6, 2001 11:31 pm
Does anyone have any ideas for Comet sample projects? I am looking for an idea for a non-GUI components with some practical use. It must not be too complex in...
30
egroups@...
Jan 10, 2001 7:44 pm
Here's a problem I've found lately: The following interface: interface ICoCreateThreadFactory : IUnknown { HRESULT CoCreateInstanceThread([in] REFCLSID rclsid,...
31
Sofus Mortensen
sofus@...
Jan 16, 2001 10:18 pm
Hi, I have just uploaded Comet 1 alpha 5 at http://www.lambdasoft.dk/comet/download.htm Most remarkable addition since alpha 4 is the support implementing ...