Re: [MSEide-MSEgui-talk] MSEgui documentation generation - WIPFC usage

2020-02-11 Thread Graeme Geldenhuys
On 11/02/2020 7:21 pm, Roland Chastain wrote:
> $ env WIPFC=/home/roland/Documents/sources/fpgui/tools/wipfc
> /home/roland/Documents/sources/fpgui/tools/wipfc/wipfc msegui.ipf
> 
> I am under Linux. I used the Linux 32 binary shipped with fpGUI.
> 
> The output is this line, repeated thousands of time:
> 
>  Warning 61: This res number is already in use

Use the -i command line parameter to tell wipfc to generate INF files,
otherwise it's going to try and generate OS/2 HLP files (not the MS
Windows kind).

For example:
  $> export WIPFC=
  $> wipfc -i msegui.ipf


For my convenience, I normally create a ~/bin/wipfc script file that
does the exporting and specifies the -i command line parameter too. That
way I can do anywhere on my systems:

wipfc somefile.ipf

and it will know where the real wipfc executable is, did the WIPFC
export and generate the INF output format. :-)


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] MSEgui documentation generation - WIPFC usage

2020-02-11 Thread Roland Chastain
Hello friends!

This question is for Graeme.

I tried to generate the MSEgui documentation in the INF format, as explained
in mseuniverse/docs/fpdoc/README.txt.

After some modifications into the XML, I could generate the IPF. Then I
tried to convert IPF to INF like this:

$ env WIPFC=/home/roland/Documents/sources/fpgui/tools/wipfc
/home/roland/Documents/sources/fpgui/tools/wipfc/wipfc msegui.ipf

I am under Linux. I used the Linux 32 binary shipped with fpGUI.

The output is this line, repeated thousands of time:

 Warning 61: This res number is already in use

After a moment the output stops and nothing happens.

Do you know why it doesn't work?

Regards.

Roland




--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk