> Ryan wrote: > > Hi- > > I used fluid to design my interface and I am receiving the following error > > upon compilation inside Visual Studio: > > Error 1 error PRJ0019: A tool returned an error code from > > "Generating MyViewGUI.cxx" MyView > > > > When I go to a command prompt and issue the following command: > > > > fluid -c "c:/myfltkfile.fl" > > > > I receive no errors. > > Maybe fluid's returning a non-zero exit code. > > To see, right after running the above at a DOS prompt, type: > > echo %ERRORLEVEL% > > ..immedaitely after the fluid command finishes, and see if > the result is anything other than zero. > > If so, might be a bug in fluid not returning correct exit codes > of '0' on success, and non-zero on failure.
Thanks for the response. I tried your suggestion and I received 0 as a response. This is as expected right? Any other ideas? Thanks in advance- _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

