python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Executing canoe testmodule with Com interface in python throws an error
#`Execute XML Test Cases without a pass verdict"""
import sys
from time import sleep
import win32com.client as win32
CANoe = win32.DispatchWithEvents("CANoe.Application")
CAN...
work name
Votes: 0
Answers: 1
Is it acceptable to pass this amount of JSON information as a parameter to a C# COM DLL method?
This question is an extension to this one (Is there a technical reason why it would be better for the COM DLL to delete the passed in temporary JSON when it is finished with it?) where it was suggeste...
Andrew Truckle
Votes: 0
Answers: 1
Memory leaks while using CComBstr and system::string
class ATL_NO_VTABLE CMasterStore :
public CComObjectRootEx<CComSingleThreadModel>,
public CComCoClass<CMasterStore, &CLSID_MasterStore>,
pub...
LavanyaBhuma
Votes: 0
Answers: 1
Calling .Net 6 from Excel VBA, some calls are running ok others aren't
i've setup a project that uses .Net 6 and is call from excel VBA. Some of the functions work fine but others are not. Its really not clear to me why they dont work. I've tried everything i can think o...
user17946664
Votes: 0
Answers: 0