[python-win32] Python COM arguments types

2011-09-29 Thread Michael Illgner
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

[python-win32] Somewhat GUInterface for my mapData IF/RPG engine

2011-09-29 Thread Jacob Kruger
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