1. MAKEDOC error?
- Posted by buzzo Jan 19, 2012
- 1011 views
this is the HTML output from MAKEDOC for w32forms.ew.. no working href's links how do I get functioning links?
Buzzo
<html> <head> <!-- Generated by MAKEDOC v1.1, (c) 2000,2003 by David Cuny, Derek Parnell, Matt Lewis --> <!-- on 2012/01/19 at 08h52m39 --> <style>h4 {text-align: right}</style> <title></title> </head> <body> <a name="makedocTOC"></a> <table width=100% border=1><caption>Table of Contents</caption> <thead><tr><td><h2>Topic</h2></td><td><h2>Description<h2></td></tr></thead> <tr><td><a href="index.htm#makedocINDEX">Index</a></td><td>Alphabetical list of all items.</td></tr> <tr><td><a href="DEFINING_CONTROL.htm#DEFINING_CONTROL">Defining Controls</a></td><td>This section describes how to create windows and the various elements that can appear in them. </td></tr> <tr><td><a href="FORM.htm#FORM">Forms</a></td><td></td></tr> </table> <a name="makedocINDEX"><h1><b>Index</b></h1></a> <a href="FORM.htm#CREATEFORM">createForm</a> [<i><code>proc</code></i>] This creates a Window and its controls.<br> <a href="DEFINING_CONTROL.htm#DEFINING_CONTROL">Defining Controls</a> <br> <a href="FORM.htm#GETFORMID">getFormIds</a> [<i><code>func</code></i>] Returns the most recently created form(s)<br> <a href="FORM.htm#LOADFORM">loadForms</a> [<i><code>func</code></i>] Builds a form definition from a text file.<br> <a href="DEFINING_CONTROL.htm#NEWUIOBJ">newUIObj</a> [<i><code>proc</code></i>] Defines a User Interface Object, a.k.a. a Control<br> <hr> </body> </html>
2. Re: MAKEDOC error?
- Posted by ne1uno Jan 19, 2012
- 1002 views
buzzo said...
this is the HTML output from MAKEDOC for w32forms.ew.. no working href's links how do I get functioning links?
what was the commandline you used? guessing, try adding -index=something