Ryan wrote:
>> 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.
>
> Thanks for the response. I tried your suggestion and I received 0 as a
> response. This is as expected right?
Yes, zero would be the expected response.
The VS error above seems non-specific; are you sure it's the fluid
command
it's complaining about? (How can you tell). Maybe there's more info than
just the above excerpt that can help us tell what's going on.
Are you sure the fluid command you're running is the same one VS is
running?
Maybe there's a file permission issue that's preventing fluid from
writing
out the .h/.cxx files. I guess make sure the fluid command you're
running
from the command line is doing the exact same thing that VS is doing.
Maybe someone else here can chime in, as I'm not all that familiar with
VS
when it comes to its GUI automation stuff. I run everything in Makefiles
from the command line, so I can see what's going on.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk