I think this does it for now or someone has some good idea for generic event, example, etc… functions or maybe COMate code that can be reproduced for several typelibs (like the “CreateInstance” functions)?
Search found 33 matches
- Wed Aug 04, 2010 8:40 am
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer [Windows COM Stuff]
Kiffi, at your service 
I think this does it for now or someone has some good idea for generic event, example, etc… functions or maybe COMate code that can be reproduced for several typelibs (like the “CreateInstance” functions)?
					I think this does it for now or someone has some good idea for generic event, example, etc… functions or maybe COMate code that can be reproduced for several typelibs (like the “CreateInstance” functions)?
- Tue Aug 03, 2010 7:59 am
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer [Windows COM Stuff]
New version 1.3.0  
 
Changes:
- More error trapping
- Option window

					Changes:
- More error trapping
- Option window
- Prefix choicee.g.: i type in this StringGadget 'XML' and the list shows all
entries, related to xml (MSXML3.DLL, MSXML4.DLL, ...)
- Mon Aug 02, 2010 12:47 pm
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer [Windows COM Stuff]
Kiffi, you are right, it's a bug. I'll insert an "EnableExplicit" for every generated code  
 
It will be corrected with the next version which will have an option window to select what code that should be generated.
					It will be corrected with the next version which will have an option window to select what code that should be generated.
- Mon Aug 02, 2010 6:09 am
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer [Windows COM Stuff]
 but GUID_IXMLDOMDocument3 is not declared (as a GUID) in the source. 
strange, except the interface order it gets generated just fine.
I just noticed that this thread is posted in the Tips & Tricks forum. It really doesn't belong here as you haven't shared the source code. I find this ...
					strange, except the interface order it gets generated just fine.
I just noticed that this thread is posted in the Tips & Tricks forum. It really doesn't belong here as you haven't shared the source code. I find this ...
- Sun Aug 01, 2010 7:43 pm
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer
Minor change, all referenced interfaces that does not exist in the typelib are changed to IUnknown.
					- Sun Aug 01, 2010 6:34 pm
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer
srod, this dll it part of VB6.... I know you definitely don't want to install that 
 but you can find it on the net, just google for it.
					- Sun Aug 01, 2010 8:59 am
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer
Josh, to make a difference between an interface and a dispinterface I made a change in the interface header comment block.
Example:
; --------------------------------------------------------------------------------------------
; NAME: VPageBreak
; GUID: {00024402-0000-0000-C000-000000000046}
; TYPE ...
					Example:
; --------------------------------------------------------------------------------------------
; NAME: VPageBreak
; GUID: {00024402-0000-0000-C000-000000000046}
; TYPE ...
- Sun Aug 01, 2010 6:29 am
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer
Could be a Win7 issue, I couldn't test it on a Win7 or 64 bit system because the only one have isn't available and I hope I won't get it soon... it’s paying itself back, running as a backup server with a customer  
Josh, I give it a look.
					Josh, I give it a look.
- Sat Jul 31, 2010 10:03 pm
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
Re: TypeLib Explorer
netmaestro, I already made a minor bug fix so get the latest version (V1.1)
If that doesn't work, can you tell me what control it is?
Some of them take some time to process
 
Josh, I know, some generated source could be very big so just take what you need
					If that doesn't work, can you tell me what control it is?
Some of them take some time to process
Josh, I know, some generated source could be very big so just take what you need
- Sat Jul 31, 2010 12:57 pm
 - Forum: Announcement
 - Topic: TypeLib Explorer [Windows COM Stuff]
 - Replies: 28
 - Views: 14501
 
TypeLib Explorer [Windows COM Stuff]
When I was using the other well-known PB compiler on the net, it had a nice tool created by someone from that community, that was able to enumerated all typelibs available on your system, included with all guids, progids, events, enumeration, structures, interfaces, comments, property names, types ...
					- Wed Jul 14, 2010 6:41 pm
 - Forum: Coding Questions
 - Topic: 10...20 KHz interrupt needed
 - Replies: 13
 - Views: 1997
 
Re: 10...20 KHz interrupt needed
Marc,
You are right, USB isn't easy but lots of pc's and specially laptops doesn't have the printer or RS232 port anymore and RS232 converters are very slow in bit-bang mode.
I created a USB PIC programmer with PB for Windows and Linux using the 18F2550 microcontroller and designed my own ...
					You are right, USB isn't easy but lots of pc's and specially laptops doesn't have the printer or RS232 port anymore and RS232 converters are very slow in bit-bang mode.
I created a USB PIC programmer with PB for Windows and Linux using the 18F2550 microcontroller and designed my own ...
- Tue Jul 13, 2010 8:19 pm
 - Forum: Coding Questions
 - Topic: 10...20 KHz interrupt needed
 - Replies: 13
 - Views: 1997
 
Re: 10...20 KHz interrupt needed
Why not using a USB microcontroller to control the stepper. 
You then can control speed and direction just by USB commands
					You then can control speed and direction just by USB commands
- Sun Apr 18, 2010 8:58 am
 - Forum: Tricks 'n' Tips
 - Topic: Raw Sound Creation Demo (cross-plattform)
 - Replies: 20
 - Views: 12825
 
Re: Raw Sound Creation Demo (cross-plattform)
maybe this is something to look into
http://reglos.de/musinum/
it's 16 bit stuff but the idea sounds cool, generating music out of equations.
					http://reglos.de/musinum/
it's 16 bit stuff but the idea sounds cool, generating music out of equations.
- Sun Jan 03, 2010 9:09 am
 - Forum: Coding Questions
 - Topic: Wrong ellement in array pointer
 - Replies: 4
 - Views: 1154
 
Re: Wrong ellement in array pointer
I could narrow my problem down to the little code I posted but this function is part of a dll I'm creating which main purpose is to collect and transfer large array's of data structures from a datasection.
					- Sat Jan 02, 2010 8:53 pm
 - Forum: Coding Questions
 - Topic: Wrong ellement in array pointer
 - Replies: 4
 - Views: 1154
 
Re: Wrong ellement in array pointer
thx, srod. That did it.