Hello.
My application consits of a few activeX controls (implemented in OCX). When I register it on WindowsNT4.0 machine my application works fine. When I register it W2K machine it works fine under Administrator account. When I try use it under user (wich not a member of PowerUsers group) it...
I described struct in IDL file:
typedef [uuid(..)] struct tagUDT
{
long f1;
long f2;
} UDT;
and interface with a method:
interface ITest : IDiapatch
{
[id(1)] HRESULT TestIt([in, out] SAFEARRAY(UDT) * saUDT);
I compiled the object and registered it in COM+.
When I call it from VB, I have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.