1. Problems with bindw errors
- Posted by tmathis Oct 07, 2010
- 1147 views
I am trying to make my first exe file using a working program called timmousemove12.exw. I used EUWIn gui for the program which may be the problem.
This is my dos command line and response:
c:\ bindw timmousemove12.exw
This is on screen response
c:\euphoria\source\backend.e:90 S_STACK_space has not been declared poke4(addr+48,entry[S_STACK_SPACE])
Anyone with some ideas on what is wrong please respond.
Thanks Tim
2. Re: Problems with bindw errors
- Posted by ChrisB (moderator) Oct 07, 2010
- 1125 views
Hi
Make sure you have the most up to date /source directory. Got
http://rapideuphoria.svn.sourceforge.net/viewvc/rapideuphoria/trunk/
and just download and replace your entire source directory.
Chris
3. Re: Problems with bindw errors
- Posted by tmathis Oct 07, 2010
- 1046 views
Thinks for suggestion,
I had downloaded again from the link in the downloads tab on this site,
The install kind of messed up my directories and links.
I will try the link you suggested.
I also downloaded the 4.0 beta but had no success with that one yet. none of the examples worked. Include files were not in right directories. Lots of variables not declared yet errors.
Tim