Basic COM automation doubts, Please help.
-
Hi Is integer a COM automation data type?I am using windows 2000.My COM application should work for VC++ as well as VB. If the interface method has parameters other than VARIANT will the scripting clients like VBA work? Please help. Rgds, Venkatesh
-
Hi Is integer a COM automation data type?I am using windows 2000.My COM application should work for VC++ as well as VB. If the interface method has parameters other than VARIANT will the scripting clients like VBA work? Please help. Rgds, Venkatesh
Hi Venkatesh, Well you can use "long" data type in your COM servers as it is compatible for both VC++ and scripting clients. Other type that works fine is BSTR. sandy Last night i realized i was seeing a dream in my dream.
-
Hi Venkatesh, Well you can use "long" data type in your COM servers as it is compatible for both VC++ and scripting clients. Other type that works fine is BSTR. sandy Last night i realized i was seeing a dream in my dream.
Hi Sandy, Thank you. Rgds, Venkatesh