Re: 50% Success, and getPrinter()
> This confused me. I found a definition for the type PRINTDLG, and what
> appeared to be an initialization block for the structure. Could you pass
me
> the line number for the structure to be deleted?
Just delete the following in Win32lib, version 0.50.
-- TOOLINFO
tiSize = allot( Integer ),
tiFlags = allot( Integer ),
tiHWnd = allot( Long ),
tiId = allot( Integer ),
tiRect = allot( SIZEOF_RECT ),
tiInstance = allot( Long ),
tiText = allot( Lpsz ),
-- SIZEOF_TOOLINFO = allotted_size(),
|
Not Categorized, Please Help
|
|