Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I integrate compiled .NET code with QuickMacros?
#8
There is a bug in QM. It cannot pass arrays of structures. You can pass two array of strings instead.

C#:

public bool RunJob (string jobId, ref string[] pNames, ref string[] pValues, ...

QM:

ARRAY(BSTR) pNames.create(0)
ARRAY(BSTR) pValues.create(0)

successful = jobHandler.RunJob("CP_CAT", pNames, pValues, ...


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)