Hi folks,
I have some problems calling a specific COM method with VARIANT
parameters, the documentation of the COM library says
HRESULT LoadDispTotal(
[in] BOOL bSync, // Must be FALSE
[in] VARIANT *pvarBills, // Long array
[in] VARIANT *pvarCoins, // Long array
[out, retval] long *nRetVal // 0 i
If you want to check it out, here's the source code, etc. - and switched
over the indentation to 2 spaces instead of tabs for this archive - and
you'll see that am making use of a module called lbc - layout by code -
that lets me put together a relatively dynamic interface quite
quickly/easily, inc