 |
|
 |
IS THERE A WAY IN WHICH I CAN EDIT XSL THROUGH VB6 USING THE VIRTUAL DIRECTORY PATH?
|
|
|
|
 |
|
 |
many thx philipos,
you saved my ... fingers from describing 10+ tlb's with our current project.
mr.bit
|
|
|
|
 |
|
 |
Thanks. Does it work ok? Usually people here write to complain
--- Remember yourself !! --------
|
|
|
|
 |
|
 |
Works better than any other free tool I've been testin' lately (I have probs convincing my boss to spend 500 bucks for Doc-o-matic - but that's another story ).
To be honest , had to add one error-handler - to get rid of 'Subscript out of range' which abort's generating files (mostly when dealing with imported interfaces).
Only 1 of a dozen TLB's gives me a headache - because of a read error within TLBINF32.dll. I'm reactivating my VB-knowledge to get more familiar with your code - hard one after a century C++, but possible.
Any useful hint regarding the read error with TLBINF32?
|
|
|
|
 |
|
 |
Very Nice tool ..Good job
Thank you very much ..
Could you pls tell how can i generate the documentation in C++/VC++ format ?
The documents generated by this tool in VB Syntax .
All suggestions are welcome ...
Thanx in advance
|
|
|
|
 |
|
 |
There is an error in DocEditTool.exe: entries in the 'Example code' textbox are not added to the XML file. This is fixed in the DocEditTool project (which needs to be compiled), however.
|
|
|
|
 |
|
 |
First of all, congratulations for that really useful tool !
Several COM Components of my type library have proprietes or methods sharing the same names and prototypes (Add, Count and Items properties of collections for example).
In such cases, I think the XML file generation overwrites already documented members.
Any ideas ?
|
|
|
|
 |
|
 |
According to further tests, the problem comes from the XML editing tool, DocEditTool.
|
|
|
|
 |
|
 |
...but I am now using doxygen to generate help directly from my IDL files (HTMLHelp included). If anyone wants a sample, let me know.
When I am king, you will be first against the wall.
|
|
|
|
 |
|
 |
sure dude post a sample. You know it's funny.. doxygen has probably one of the worst documentation ever (somebody please write a proper gui for it) and yea your idl sample would be nice. I end up making too many mistakes and omissions when I manually create the help files myself
|
|
|
|
 |
|
 |
Hello,
I have looking so long for a tool that creates documentation for a com type library, but I also get an error if I start 'DocLibTool.exe':
Run Time Error 429
Active X Component can't create object
Could you check this????
Bye & thanks, Ranael.
|
|
|
|
 |
|
 |
Hello,
Same error on Windows XP Pro
Great idea, again
bye
|
|
|
|
 |
|
 |
On my PC "Windows 2000 server" SP5, MSXML 4.0 sp1 occoures this error.
---------------------------
DocLibTool
---------------------------
Microsoft VBScript runtime error
Object required: 'li_node'
line = 255, col = 6 (line is offset from the start of the script block).
Error returned from property or method call.
---------------------------
OK
---------------------------
Your idea is great.
Raffaele
P.S.
Sorry my bad english
|
|
|
|
 |
|
 |
During the file generation process I always get the error "File not found". The XML and the XSL files were generated, but the help project file fails. Any suggestions for this?
Best regards
Holger Persch
|
|
|
|
 |
|
 |
Sorry i forgot to include some files in the first installation file. I have sent a new installation file
--- Remember yourself !! --------
|
|
|
|
 |
|
 |
Hi,
I have the MSXML4 installed but I get the 'ActiveX can't create object' error as I try to generate any documentation from any COM component.
Moreover, if I try to open in VB the doclibtool.vbp I get the 'HTMLHelpWrapper component is missing' error.
Any clues?
Thanks,
PG
|
|
|
|
 |
|
 |
I'm sorry for these problems! In my system i have all the DLLs needed so i will make an installation program and will post it to the site.
--- Remember yourself !! --------
|
|
|
|
 |
|
 |
When i press the button 'Generate all files' it gives error message
'ActiveX component can't create object'. Plz resolve my issue.
Sikander
|
|
|
|
 |
|
 |
This program requires Microsoft MSXML4. If you don't have it, download th e appropriate installation file from Microsoft MSDN site (search for MSXML)
--- Remember yourself !! --------
|
|
|
|
 |
|
 |
I have MSXML4 installed but I get the same error. Moreover, if I try to compile the doclibtool.vbp I cannot because the HTMLHelpWrapper component is missing.
My clues?
Thanks
PG
|
|
|
|
 |
|
 |
This is a great tool.
Was thinking what would make this fantastic is if was linked to the shell, so right clicking on a tlb file and seleting say 'HTML Help' in Explorer would bring up the help file.
May have a go at this if you don't mind, and send you what I come up with?
|
|
|
|
 |
|
 |
When I open up the DocLibTool project it complains about the missing VBPhillipUtils.ocx file. Is this OCX required for the application to work properly? It is not provided in your ZIP file.
Thanks.
- Phil
MCSE+I, MCSD, MCDBA
|
|
|
|
 |
|
 |
No this dll is not required. It has to do with some UI enhancement
--- Remember yourself !! --------
|
|
|
|
 |
|
 |
I have a type library that will crash your app as soon as
I try to generate the project files.
If you would like, I can email you the offending TLB file.
|
|
|
|
 |
|
 |
A little more info....
The offending .tlb imports Interfaces from another
type library.
Additionally, this type library has many coclasses
that expose a common source (event) interface, but
your duplicate the documentation for that same event
interface in each of the coclasses.
|
|
|
|
 |