I find myself in need of help. Now, I\'m not all that unfamiliar with C++, but combining it with ATL provides a whole new level of confusion. Anyways, my problem: I (finally) managed to return an arra
I have a VB6 ActiveX DLL with functions that return a Variant. The Variant contains an array of node Variants, each of which contains a string Name and two data arrays (string and double). I am attemp
I\'m trying to pass a struct e. g.: struct SVec3 { public: float X; float Y; float Z; }; into a _variant_t, to store it in an SAFEARRAY. My approach for that is first creating an instance:
I\'m currently running into an issue of needing开发者_Go百科 to pass a SAFEARRAY(GUID) as a return value from C++ to C#.
I have a c++ function that gets data and I called it from c#. The function gets a pointer to SAFEARRAY and poplate it with strings (using SysAllocString)
I want to create a SAFEARRAY of type byte in Windows JScript. Can you give me some example code or p开发者_JS百科oint me in the right direction?Hacky but stripting.dictionary::items is returned as a s
I\'m hosting a .NET library in my C++ program using the following methods, though not an exhaustive list:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
In the Compact Framework 3.5, I am attempting to call an ActiveX object that has an IDL function signature:
can safearrays be passed across process boundarie开发者_运维知识库s through com objects ? As long as you registered the marshaller for the interface, yeah, no problem.The std marshaller can do it.