Euphoria Ticket #373: include system fails to include file in same dir as calling program

In the directory

c:\users\owner\my programs\

I have these files:

bank.exw
transfer.ew

bank.exw:

include transfer.ew 

transfer.ew

procedure transfer_money_to_account() 
--... 
end procedure 

Upon eui bank.exw, I get this fail message:

c:\users\owner\my programs\bank.exw:1 
<0052>:: can't find 'winver.ew' in any of ... 
	c:\users\owner\my programs 
	c:\users\owner\my programs\bank.exw 

  1. The SPACE in "my programs" is causing the program to not find the include file.
  2. Why does it list the PROGRAM as a search path?

Details

Type: Bug Report Severity: Normal Category: Interpreter
Assigned To: unknown Status: Invalid Reported Release: r3946
Fixed in SVN #: View VCS: none Milestone: 4.0.0RC2

Search



Quick Links

User menu

Not signed in.

Misc Menu