1. Version 4 does not work in Windows
- Posted by doncole2009 Jan 07, 2009
- 980 views
Hello everybody,
As a long time user of Euphoria 3, I have found that Version 4 simply does not work in windows XP.
Don Cole
2. Re: Version 4 does not work in Windows
- Posted by ChrisB (moderator) Jan 07, 2009
- 941 views
Yes it does.
Chris
3. Re: Version 4 does not work in Windows
- Posted by doncole2009 Jan 07, 2009
- 873 views
Hello everybody,
As a long time user of Euphoria 3, I have found that Version 4 simply does not work in windows XP.
Don Cole
How do you install it?
Don Cole
4. Re: Version 4 does not work in Windows
- Posted by mattlewis (admin) Jan 07, 2009
- 964 views
Hello everybody,
As a long time user of Euphoria 3, I have found that Version 4 simply does not work in windows XP.
Don Cole
How do you install it?
The old fashioned way. :)
The installer hasn't been updated for the alpha release. That will come later, possibly in a beta release. Basically, once you've decompressed it, you need to put the bin directory in your path and set EUDIR to wherever you decompressed. You may need to take your 3.1 directory (assuming you still want it installed) out of your path.
Matt
5. Re: Version 4 does not work in Windows
- Posted by doncole2009 Jan 09, 2009
- 893 views
Thank you Matt,
So if I just replace the old bin(3) directory with the new bin(4) directory It should work right?
Don Cole
6. Re: Version 4 does not work in Windows
- Posted by ChrisB (moderator) Jan 09, 2009
- 874 views
Hi
It does for me. And I also overwrote the include directory, so new includes overwrote old ones, and the std folder was included, but it also retained the old includes (yes my include folder is a mess, but I like it)
Chris
7. Re: Version 4 does not work in Windows
- Posted by doncole2009 Jan 11, 2009
- 809 views
Hi
It does for me. And I also overwrote the include directory, so new includes overwrote old ones, and the std folder was included, but it also retained the old includes (yes my include folder is a mess, but I like it)
Chris
Thank again Chris,
I thought about the include.
I have some of my own includes in there, but if I just leave them and say yes to all when I copy the includes it should be all right.
It looks to me like all the samples and demos are the same as version 3.
What I would like to see are some demos showing the new features of version 4.
Don Cole