Re: wxEditor: Execution of command 'exwc "C:\Euphoria...\FirstPgm.e" failed (error 2 system cannot find file)
- Posted by ghaberek (admin) Mar 05, 2009
- 1130 views
1) Are you saying I can't run '*.e' from wxEditor?
I never said that. You can run any Euphoria file from wxEditor. It runs .e, .ew, .eu, and .ex files with exwc and it runs .exw and .exu files with exw. It runs everything with exu on Linux.
2) If I run exwc from C:\Euphoria\Bin>exwc
All appears to run ok:
Euphoria Interpreter 3.1.1 for 32-bit Windows. Copyright (c)Rapid Deployment Software 2007 See http://www.RapidEuphoria.com/License.txt file name to execute?
But you're in the BIN directory. What if you CD to another directory like just C:\, does it still work? What I'm trying to determine is if your PATH environment variable is setup correctly, which I assume it is not.
If I put exwc.exe in C:\Euphoria\BIN\wxEditor
I get the following :
C:\Euphoria\BIN\wxEditor\wxEdit-Projects\FirstPgm.e:5 can't find wxEuphoria.e in C:\Euphoria\BIN\wxEditor\wxEdit-Projects or in c:\euphoria\win32lib\include;C:\euphoria\wxEuphoria\include;c:\euphoria\Bi or in;c:\euphoria\Include;C:\euphoria\wxEuphoria\Bin or in c:\euphoria;c:\euphoria\Bin;c:\euphoria\Include\include include wxEuphoria.e -- main wxEuphoria code Press Enter
3) When I search C:\Euphoria for wxEuphoria.e Its nowhere to found.
wxEuphoria.e is not the include file for wxEuphoria anymore, nor has it been for some time. The proper include file is wxeud.e.
Euphoria Folder layout at http://www.flickr.com/photos/vmars956/
I cannot access Flickr.com where I am at.
-Greg