Page 2 of 2
Posted: Wed Nov 15, 2006 11:35 am
by mskuma
Hi S.M. - thanks again for this tool - not sure if you're still maintaining this tool. I noticed it crashed when you 'create from progID' using "Scripting.FileSystemObject" but there is no crash if you 'create from File' using "scrrun.dll" (corresponding dll).
Posted: Mon Mar 05, 2007 5:29 pm
by Karbon
Hey Stefan, are you still maintaining this?
Posted: Wed Oct 03, 2007 11:09 am
by mk-soft
hi,
is a good tool, but i find a bug.
Some methoden are not right. Some Methoden with get_xyz lost the last parameter.
GT

Re: OLE/COM Interface generator v0.2
Posted: Fri Aug 24, 2012 11:32 pm
by DoubleDutch
Tried using this to create the interface for the Windows 7/8 Sensor library (sensorsapi.dll) - an error occured "No Typelib available!"
Any ideas on what this means?
Re: OLE/COM Interface generator v0.2
Posted: Fri Aug 24, 2012 11:57 pm
by hichem
thank you , great tool
Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 6:43 am
by Josh
DoubleDutch wrote:Tried using this to create the interface for the Windows 7/8 Sensor library (sensorsapi.dll) - an error occured "No Typelib available!"
Any ideas on what this means?
I didn't find any sensorapi.dll at my Win7 System, so i can only speculate:
- Not every DLL have to include a typelib. Probably it would say what it says.
- The OLE/COM Interfacegenertator is verry buggy, so try with the TypLib Explorer
hichem wrote:thank you , great tool
Did you have a look to the date?

Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 9:37 am
by DoubleDutch
Thanks, will try that.

Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 10:09 am
by SFSxOI
Josh wrote:DoubleDutch wrote:Tried using this to create the interface for the Windows 7/8 Sensor library (sensorsapi.dll) - an error occured "No Typelib available!"
Any ideas on what this means?
I didn't find any sensorapi.dll at my Win7 System, so i can only speculate:
- Not every DLL have to include a typelib. Probably it would say what it says.
- The OLE/COM Interfacegenertator is verry buggy, so try with the TypLib Explorer
hichem wrote:thank you , great tool
Did you have a look to the date?

Its 'Sensorsapi.dll' (notice the plural 's'). On Windows 7 Ultimate (have not checked other versions of Win 7) its located in 'C:\Windows\System32' and in the cache at 'C:\Windows\winsxs\x86_microsoft-windows-mobilepc-sensors-api_31bf3856ad364e35_6.1.7600.16385_none_024631b7702173a5'
Doesn't have a typelib.
Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 10:13 am
by DoubleDutch
That didn't find the dll in the list. It is there though in Windows/system32/...
Here is some more info on the SensorsAPI:
http://msdn.microsoft.com/en-us/library ... s.85).aspx
It would be great to get this working with PB.
Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 10:24 am
by DoubleDutch
SFSxOI have you been able to get something to generate the interface code for it?
Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 10:27 am
by SFSxOI
DoubleDutch wrote:SFSxOI have you been able to get something to generate the interface code for it?
Nope, not yet.
Probably going to need to code them manually.
Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 11:21 am
by Zebuddi123
Thanks for sharing Great work!!!!
What a great community, if we were using MS stuff We would have to pay an arm and a leg to have all these great utils We get free and code, help, advice, and improvements, requests at a drop of a hat!!!!
Thanks
Zebuddi.
Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 12:18 pm
by SFSxOI
@DoubleDutch
Just posted something for you at your other post at
http://www.purebasic.fr/english/viewtop ... 82#p388882
Re: OLE/COM Interface generator v0.2
Posted: Sat Aug 25, 2012 1:37 pm
by DoubleDutch
SFSxOI: Thanks. I've PM'ed you about why I'm after this info...
