Hello,
I'm new to JACOB/Sourceforge so appologies if I have used the code incorrectly.
With the following code:
long longs[] = new long[] { 1, 1, 2, 3, 5, 8 };
SafeArray array = new SafeArray(Variant.VariantLongInt, longs.length);
array.fromLongArray(longs);
long[] out = array.toLongArray();
for (int x=0;x
2009-07-10 08:25:36 UTC in JACOB - Java COM Bridge