1. problems with install
- Posted by "Dirk Dekker" <dirk at induxion.nl> Oct 15, 2004
- 618 views
Hi , just installed euphora exacly as wriiten in the documents. I tried a dos (.e) en win (.exw) program but get only errors in the ex.err Example : ccver.exw -> D:\creditcard verifier euphora\ccver.exw:296 doEvents has not been declared doEvents(Hapus) ^ XP-prof SP1 dutch Environments are ok: EUDIR d:\EUPORA ; PATH d:\EUPHORA\BIN; I made already downloads of win32lib.ex (there are 2 versions!! I took the latest) and toolkits. Please inform this newbee : What do I wrong and why only errors are the result of every program??? Dirk Dekker Induxion ICT Consultancy Email: info at induxion.nl Web: www.induxion.nl tel.: +31(0)20-6374179 fax.:+31(0)20-6374212 in software development is coupled with a no-nonsense and practical IT solutions.
2. Re: problems with install
- Posted by Evan Marshall <1evan at sbcglobal.net> Oct 15, 2004
- 630 views
You must also add the path to win32lib.ew in your EUINC
3. Re: problems with install
- Posted by dirk dekker <dirk at induxion.nl> Oct 15, 2004
- 619 views
Hi thanks for reaction I did this already :XP-prof SP1 dutch Environments are : EUDIR d:\EUPORA ; PATH d:\EUPHORA\BIN; or is EUINC something different ? Regards Dirk
4. Re: problems with install
- Posted by irv mullins <irvm at ellijay.com> Oct 15, 2004
- 624 views
dirk dekker wrote: > > Hi thanks for reaction > I did this already :XP-prof SP1 dutch > Environments are : EUDIR d:\EUPORA ; PATH d:\EUPHORA\BIN; > > or is EUINC something different ? > Regards > Dirk Hopefully, you just typed this wrong, the correct spelling is euphoria (with an i). Euphoria will be installed in a directory named euphoria. Telling it to look in eupora or euphora won't help. Irv
5. Re: problems with install
- Posted by dirk dekker <dirk at induxion.nl> Oct 15, 2004
- 610 views
My excuses for this slip of the pen. It must be eupHora. (the installation on a XP is done without any typing, so it must me with a "H".) So ,once again: I did this already :XP-prof SP1 dutch Environments are : EUDIR d:\EUPHORA ; PATH d:\EUPHORA\BIN; or is EUINC something different ? Regards Dirk
6. Re: problems with install
- Posted by irv mullins <irvm at ellijay.com> Oct 15, 2004
- 650 views
dirk dekker wrote: > > My excuses for this slip of the pen. > It must be eupHora. > (the installation on a XP is done without any typing, so it must me with a > "H".) > > So ,once again: > I did this already :XP-prof SP1 dutch > Environments are : EUDIR d:\EUPHORA ; PATH d:\EUPHORA\BIN; > > or is EUINC something different ? Yes. it should be EUPHORIA, not EUPHORA. Here's a copy of my autoexec.bat. Note that I have Euphoria installed on the C: drive, instead of D: SET EUDIR=C:\EUPHORIA SET PATH=%PATH%;C:\EUPHORIA\BIN SET EUINC=C:\euphoria\include\gtk2;C:\euphoria\win32lib\include Irv
7. Re: problems with install
- Posted by "Kat" <gertie at visionsix.com> Oct 15, 2004
- 603 views
On 15 Oct 2004, at 16:49, Dirk Dekker wrote: > > > Hi , > just installed euphora exacly as wriiten in the documents. > I tried a dos (.e) en win (.exw) program but get only errors in the ex.err > Example : ccver.exw -> > D:\creditcard verifier euphora\ccver.exw:296 > doEvents has not been declared > doEvents(Hapus) > ^ You know that means win32lib. I suggest you start with a program not requiring win32lib. First learn how Euphoria works (grammar), do not start with fancy windows. Kat
8. Re: problems with install
- Posted by cklester <cklester at yahoo.com> Oct 15, 2004
- 586 views
- Last edited Oct 16, 2004
Dirk Dekker wrote: > XP-prof SP1 dutch > Environments are ok: EUDIR d:\EUPORA ; PATH d:\EUPHORA\BIN; Have you fixed these settings? Should be EUDIR=d:\EUPHORIA PATH should include "d:\EUPHORIA\BIN" If those are correct (and you indeed have Win32Lib 0.60.6 installed properly), then post your next question. :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/ Programming Euphoria tutorial: http://www.cklester.com/books/jubilation/
9. Re: problems with install
- Posted by Derek Parnell <ddparnell at bigpond.com> Oct 15, 2004
- 636 views
- Last edited Oct 16, 2004
Dirk Dekker wrote: > > Hi , > just installed euphora exacly as wriiten in the documents. > I tried a dos (.e) en win (.exw) program but get only errors in the ex.err > Example : ccver.exw -> > D:\creditcard verifier euphora\ccver.exw:296 > doEvents has not been declared > doEvents(Hapus) > ^ > > > XP-prof SP1 dutch > Environments are ok: EUDIR d:\EUPORA ; PATH d:\EUPHORA\BIN; > > I made already downloads of win32lib.ex (there are 2 versions!! I took the > latest) > and toolkits. > > Please inform this newbee : What do I wrong and why only errors are the > result of every program??? Hi Dirk, I don't speak Dutch, so please excuse my English reply. It looks like you have installed Euphoria correctly. I also suspect that the program "ccver.exw" is not a part of the Euphoria download but is an additional download from the User Contributions area. That means that it is not supported by RDS, the makers of Euphoria. >From the message you got "doEvents has not been declared" it looks as if you have downloaded a very old version of Win32lib library. The current version is located on my web site, which is the only official site for it, even though a few people are kindly providing copies of it. http://www.users.bigpond.com/ddparnell/euphoria/euphoria.htm However, may I suggest that you look through the hundreds of demo programs that come with win32lib first. I downloaded the CCVER program myself, and it doesn't work with the newer win32lib library as it uses the deprecated method of coding event handlers. I recoded it to use the standard method and it now works, I think. All the messages are in Bahasa Indonesia and I only have a limited knowledge of that language too. You mention that you are getting errors on "every program". What error messages are you getting? It would help if we could see some of them. -- Derek Parnell Melbourne, Australia