Re: More bugs in exw.exe
- Posted by CChris <christian.cuvier at agric?lture.go?v.fr> Jul 17, 2007
- 603 views
Matt Lewis wrote: > > CChris wrote: > > > > Robert Craig wrote: > > > > > > CChris wrote: > > > > 1/ Trying to open C:\VE OPEN\visualeuphoria.exw by double clicking it in > > > > Windows > > > > explorer (or its free replacement) causes interpreter to barf: > > > > Can't open C:\VE.exu > > > > > > I tested this exact path and filename on my XP system > > > and it worked fine by double-clicking. I'm not sure > > > what happened on your system. > > > > > > > I'm using Wondows XP Home SP2. At the time I was using Windows 2000 on an > > earlier > > computer (when I was working on that VE project), I didn't have this > > problem. > > > > Which Matt's mod are you talking about? > > It's in main.e, where it tries different extensions. Basically, it loops > through all standard euphoria executable extensions, rather than the single, > platform specific extension based upon the interpreter. On Windows, I > think '.exu' is the last extension tried, and the error just uses whatever > was left. It should be changed to the platform specific extension. > > Matt Ok. This only concerns which last desperate attempt is made to open the file (and indeed trying to open a .exu under Windows will likely fail to find any). So I agree with the last sentence, and assume you'll commit the change. However, the error is there, even though the file is at its expected location (I double click on its icon). Same problem here at office, with XP Pro SP2 and unmodified interpreter - I don't have a C compiler here. And changing the folder name to not include spaces causes the file to properly open again, so there's something to fix. Perhaps no fix is needed for versions of Windows earlier than XP - any feedback? CChris