only test- solo test
Sun, 5 Mar 2006 12:39:49 +0100
...
|
EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
Wed, 1 Mar 2006 02:15:19 -0500
YOU COULD BE EARNING OVER $3K A DAY , $100K A
MONTH.INCOME. CHECK IT OUT. Investment is only $5. 99cents a month.
www.vosar.net http://www.vosar.net
Tel: 775-333-1125
Tel: 416-903-5685
...
|
Class registered but interface is not registered
28 Feb 2006 06:26:07 -0800
Hello All,
I created one service, added one ATL object. Did work everything. After
that I added another ATL object,added methods to the interface. Build
the project. I noticed that class of second object is registered but
interface is not registered. I used OleViewer to see interface, but I
couldn't see it. T ...
|
DCOM / NT Service problems under Win 2003
Wed, 22 Feb 2006 15:58:35 -0000
Hi all, got a really annoying problem that we are struggling to solve.
I've creating a DCOM server interface as an NT Service so that it could
effectively run all the time, regardless of if any users were logged on to
Windows. I was directed to a MSDN article
http://msdn.microsoft.com/library/default.asp ...
|
Using Property Page of an ActiveX control
Tue, 14 Feb 2006 17:42:40 +0700
Hi all,
I want to display Property Page of an ActiveX control during runtime.
Everything is OK but with the Property Page have size different from 250x100
or 250x62, there's a warning dialog appear, the warning message is "Property
page 'XXX' has nonstandard dimensions. Dimensions should be 250x62 or
250 ...
|
www.verbatim.wordpress.com
Mon, 13 Feb 2006 16:41:36 +0100
...
|
Bug in OLE/COM Object viewer? (CATIDs > 0x80000000)
11 Feb 2006 11:46:28 -0800
My copy of OLE/COM Object viewer seems to hide all component categories
with GUIDs > 0x80000000. Very frustrating -- I just wasted 2 hrs trying
to figure it out; after changing the CATID to a new GUID with the high
bit 0, my category now appears in the viewer.
Is this a known bug in the OLE/COM Object viewer?
...
|
|
|
SafeArrayBounds for 2D arrays
Sat, 11 Feb 2006 08:03:50 -0500
Hi All --
I recently came across something odd and wonder if it's just something I'm doing wrong, or if this is known behavior. I can't find any references that address this.
I have a DLL function that accepts a 2D SafeArray of one type (COLORQUAD, representing a bitmap) and creates and returns a parallel 2D ...
|
recommended best practices for COM server build management
10 Feb 2006 14:35:41 -0800
Was just wondering if any of you had some recommendations for Best
Practices for managing/releasing several COM servers. (Or any
books/articles that cover this)
Things like:
==========
source-specific
* which .h or .idl or .tlbs from the build do you make public?
* should I be using CATIDs for the registr ...
|
Re: asynchronous....
Wed, 8 Feb 2006 10:38:36 -0800
>
>What is the advantage of MTA over STA, to a COM object that is an
>accessor to a shared non-COM singleton? I guess I am missing
>something...
The main advantage is performance. If properly coded, MTA objects will
usually outperform STA objects. However, if the methods and properties do
nothing other t ...
|