Smalltalk
›
Usenets
›
Dolphin Smalltalk
Search
everywhere
only in this topic
Advanced Search
COMInterfaceImp instances are initialized twice
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
Pavel Perikov-2
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
COMInterfaceImp instances are initialized twice
Is this by intent?
---------------
COMClassFactory>>createInstance: pUnkOuter
^serverClass new initialize; yourself
-----------
COMInterfaceImp>> new
^ super new initialize.
--------------
Yours, Pavel
Blair McGlashan
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: COMInterfaceImp instances are initialized twice
"Pavel Perikov" <
[hidden email]
> wrote in message
news:
[hidden email]
...
> Is this by intent?
> ...
No. COMClassFactor>>createInstance: should be leaving it up to the class to
initialize its new instances. Issue #636.
Regards
Blair
Free forum by Nabble
Edit this page