Re: problems with install
- Posted by Derek Parnell <ddparnell at bigpond.com> Oct 15, 2004
- 638 views
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