[comp.windows.x.motif] Uil compiling by function

Janet.Incerpi@MIRSA.INRIA.FR (Janet Incerpi) (02/01/91)

The following is not a reproach but rather a just "aw' shucks, i wish i could
use this".  In using the UIL compiler by function, i wanted to parse a string
which would correspond to the normal argument list passed to the UIL compiler.
Since i know the compiler must do this i figured i'd try to use their function,
cmd_decode_command_line.  This works but any errors detected do not pass by 
the message callback since the function itself sets the message callback field
of a certain global to NULL.  One can claim that this is normal since the
parsing of the command line is not part of the compiler (and this function is 
not offered for use to the world); too bad though, it would have been nice.



	-- janet