dan.lewis
Joined: 21 Feb 2007 Posts: 69 Location: Canada
|
Posted: Wed Feb 21, 2007 6:55 pm Post subject: Windows API bug |
|
|
Hi guys, I found a bug with the Windows API the other day while I was working on ActiveXObject for my scripting engine.
Notably, some (I can't remember which) functions that take ITypeInfo*'s, asked for ItypeInfo**'s in the objbase.d file. I corrected my copy enough to make my code work.
Anyways, I was hoping that someone could check to make sure all the ones that say they take ITypeInfo**'s to be sure. I think most of them probably actually take ITypeInfo*'s.
Thanks. _________________ nop
nop ; problem solved |
|