FLTK logo

Re: [fltk/fltk] windows+fltk1.3.x+1.4.x: "fluid -c somefile.fl" fails without error if .fl file unreadable (#224)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [fltk/fltk] windows+fltk1.3.x+1.4.x: "fluid -c somefile.fl" fails without error if .fl file unreadable (#224) erco77 Apr 27, 2021  
 

Regarding your follow up questions:

which (Windows) build systems would be affected?

I'm pretty sure ANY windows builds are affected, as this is an OS level thing. Which is to say even mingw, which has a slightly differently named flag (-console?), but has the same effect IIRC.

we could build two different executables (fluid and fluidc?).

Yes, a separate exec seems the only solution I think. See my reply above regarding details. I think fluid-cmd would be clearer; this is what I've seen other commercial apps do that run into the same problem, and I've used it too.
The only way to avoid a name change is to make separate directories, e.g. windows/fluid.exe and console/fluid.exe, but that can lead to confusion I think.

Note there are ways in DOS to start a windows app and wait for it to finish and get its exit code, namely:

    start /WAIT fluid -c bla.fl

(But that doesn't solve the stdin/out/error problem.)

Re: your follow up comment to me about WIN32 affecting SUBSYSTEM, ya my edit and your reply crossed in time; I read back your first response and saw that was the effect.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.