[7.9][COM] COMExternalInterface defines hresult erroneously (?)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[7.9][COM] COMExternalInterface defines hresult erroneously (?)

Thomas Brodt-2
class 
 COMExternalInterface defines method and type "hresult" as

hresult
    <C: typedef void * hresult>

which probably just is erroneous and should be removed. The correct reference should always be type HRESULT.

This leads to constant nasty Transcript warnings for me ((InterfaceClass #method  - hresult - redeclared)) if a subclass defines "hresult" as a temp variable in a method.

Maybe you can consider removing this method for the next version.

Thomas


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc