1. I cannot run the tutor of the win32lib..
- Posted by euphoria euphoria <euphoria at HKEM.COM> Sep 22, 2000
- 448 views
as title and the major problem i don't know what was happening because i am using the public version of Euphoria therefore i cannot debug it myself. _____________________________________________________ Sent by Hong Kong E-Mail at http://www.hkem.com It's free. It's easy. Sign up your account Now!
2. Re: I cannot run the tutor of the win32lib..
- Posted by Kat <gertie at PELL.NET> Sep 22, 2000
- 420 views
On 22 Sep 2000, at 9:56, euphoria euphoria wrote: > as title > and the major problem i don't know what was happening because i am usin= g the public > version of Euphoria therefore i cannot debug it myself. > _____________________________________________________ Sent by Hong Kong= E-Mail at > http://www.hkem.com It's free. It's easy. Sign up your account Now! > Perhaps RDS can put the win32lib tutor up on the webpages, to demo to the= world the windows abilities of Eu, that it's not just for dos anymore. After all, w= indoze programming is a major draw. Do the same with linux tutor. Then those who= have troubles with the downloads can see the pages online, and punch the littl= e button that says "Translate this page" and get it in diff languages too. =D0=F3=F1=F1= =EA=E8=E9 =EC=E0=E9 =E1=FB=F2=FC =E2=FB=F1=F8=E0=FF =EE=F2=EC=E5=F2=EA=E0 =E7=E0 =EA=EB=E0=F1=F1=ED=F3=FE =F0=E0=E1=EE=F2=F3 = =F5=EE=F0=EE=F8=E8=E9 =E2=FB=E1=EE=F0. O acaso Latinoamericano Espa=F1ol? Kat
3. Re: I cannot run the tutor of the win32lib..
- Posted by euphoria euphoria <euphoria at HKEM.COM> Sep 23, 2000
- 421 views
First of all, iam happy to see your reply. the version of my Euphoria is 2.2 (public version) and i have win32lib.ew in my include folder actually i know that my settings are "full" correct, and win32lib's version is 0.50c++ and i have the tutor in my harddisk(in a correct position)as i said i cannot debug it myself becouse the win32lib is too and it is include in the tutor.xx(forgot the extendion name) and when i download the win32lib package, it doesnot contain any html file and just only the win32lib.ew can you send me the "full version" of the win32lib package to me? thank for answering my question and my English is very bad, if you don't understand, please tell me. YanYanCup--a Hong Konger > Yan, > > Can you give us some idea WHY you can't run the Tutor?? What *happens* when > you try to run it? Do you actually HAVE the tutor (it doesn't come *with* > the Win32Lib package, it's separate, available in the archives)? Can you > *access* the RDS archives? > > Do the EXAMPLES that *did* come with Win32Lib run?? If not, what *happens* > when you try to run *them*? They're *small*, so if you're using a *stamped* > version of Win32Lib, and you're getting some kind of Euphoria error, the > public version of Euphoria *will* report the error in a small program. > > You're probably going to have to give us more information so we can help > you. Like what operating system are you using, and what version of > Euphoria, and of Win32Lib do you have? Do you have a WEB BROWSER, like > Netscape or Internet Explorer, that you could use to view the Win32lib.htm > document that *does* come with (current) versions of Win32Lib? > > Dan Moyer > > > > ----- Original Message ----- > From: "euphoria euphoria" <euphoria at HKEM.COM> > To: <EUPHORIA at LISTSERV.MUOHIO.EDU> > Sent: Friday, September 22, 2000 6:56 AM > Subject: I cannot run the tutor of the win32lib.. > > > > as title > > and the major problem i don't know what was happening because i am using > the public version of Euphoria therefore i cannot debug it myself. > > _____________________________________________________ > > Sent by Hong Kong E-Mail at http://www.hkem.com > > It's free. It's easy. Sign up your account Now! > _____________________________________________________ Sent by Hong Kong E-Mail at http://www.hkem.com It's free. It's easy. Sign up your account Now!
4. Re: I cannot run the tutor of the win32lib..
- Posted by Bernie <xotron at PCOM.NET> Sep 23, 2000
- 442 views
On Sat, 23 Sep 2000 00:38:38 -0400, euphoria euphoria <euphoria at HKEM.COM> wrote: >First of all, iam happy to see your reply. >the version of my Euphoria is 2.2 (public version) and i have win32lib.ew in my include folder actually i know that my settings are "full" correct, and win32lib's version is 0.50c++ The win32lib.ew libraries that are released through RDS archive should be stamped. I think that the version that you have has not been stamped. Look at the end of the program and see if it says : This file (unless modified) counts as 0 statements. with 12345678 ( this is a special number ) What stamped means is that RDS as has placed a special checksum number at the end of the program. When the interpeter sees this number it knows not to count the number of statements in this file when using the public domain version on the interpter. What will happen if you use a file with a public domain version is that the interpeter will start counting statements and will exceed the maximum statement count of 300 while it is including the unstamped version of the library. The first time the interpter finds an error in your program it will fail because the 300 statement limit has already exceeded by including the unstamped file. If this is your problem then you have 3 choices: 1: Used a older version that is stamped: 2: Get the people that are upgrading the library to get the stamped before releasing it. 3: Register for the full Euphoria interpter version which is reasonably priced. Bernie before they releasing it.
5. Re: I cannot run the tutor of the win32lib..
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Sep 23, 2000
- 428 views
- Last edited Sep 24, 2000
Yan, Don't worry about your English, if I don't understand something you say, I will ask you about it. A more serious problem is that your mail address seems to be continually changing and that makes it difficult to send responses to you directly. I previously sent you a copy of the INDEX from the Win32Lib htm documentation; did you get it? To begin with, I would suggest that you go back to the RDS site, http://www.rapideuphoria.com/contrib.htm and download the "Newest Win32Lib", near the top of the "recent contributions" list, because it *does* have the html help file included with it, and that will help you a lot. Or, go to SourceForge, http://sourceforge.net/projects/win32libex/ and get version 50, which also will have the html help file. Or, as someone has suggested, do a *search* in the RDS contributions page for "Win32Lib", and look for the version that is *stamped*, as it will let you run small programs like the examples provided with it, and give you error returns if something goes wrong. (If you use the "search", I think it shows up about 1/5 the way down the returned list). And here is a numbered list of questions; it would help us to help you if you would please answer *EACH ONE*: 1. Do you have the Win32Lib "EXAMPLES" that are intended to be included with Win32Lib? (They are a bunch of numbered files, like "Ex01.exw", plus some named examples, like "generic.exw"; if you *don't* have them, go to the RDS site and download one of the Win32Lib versions there, which will have them.) 2. Can you *run* the examples? (this is important, because it *might* help us to understand why you aren't able to run the Tutorial) 3. What *version* of the Tutorial do you have? 4. How do you try to *run* the Tutorial, and what *EXACTLY* occurs when you do so? (this question might sound stupid, but please believe me it's not; does the Tutorial *start* to run, but after that you can't get it to show or run stuff, or does it bring up an unhelpful error message, or does it just not even *start* to run & *nothing at all* happens, or *what*? It's important that you give us more information than just that it doesn't work.) 5. What operating system are you running?? 6. Do you have your "file associations" set to run Euphoria whenever you click on a Euphoria program file (those ending in .ex or .exw)?? Dan ----- Original Message ----- From: "euphoria euphoria" <euphoria at HKEM.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Friday, September 22, 2000 9:38 PM Subject: Re: I cannot run the tutor of the win32lib.. > First of all, iam happy to see your reply. > the version of my Euphoria is 2.2 (public version) and i have win32lib.ew in my include folder actually i know that my settings are "full" correct, and win32lib's version is 0.50c++ > and i have the tutor in my harddisk(in a correct position)as i said i cannot debug it myself becouse the win32lib is too and it is include in the tutor.xx(forgot the extendion name) > and when i download the win32lib package, it doesnot contain any html file and just only the win32lib.ew > can you send me the "full version" of the win32lib package to me? > thank for answering my question and my English is very bad, if you don't understand, please tell me. > YanYanCup--a Hong Konger > > Yan, > > > > Can you give us some idea WHY you can't run the Tutor?? What *happens* when > > you try to run it? Do you actually HAVE the tutor (it doesn't come *with* > > the Win32Lib package, it's separate, available in the archives)? Can you > > *access* the RDS archives? > > > > Do the EXAMPLES that *did* come with Win32Lib run?? If not, what *happens* > > when you try to run *them*? They're *small*, so if you're using a *stamped* > > version of Win32Lib, and you're getting some kind of Euphoria error, the > > public version of Euphoria *will* report the error in a small program. > > > > You're probably going to have to give us more information so we can help > > you. Like what operating system are you using, and what version of > > Euphoria, and of Win32Lib do you have? Do you have a WEB BROWSER, like > > Netscape or Internet Explorer, that you could use to view the Win32lib.htm > > document that *does* come with (current) versions of Win32Lib? > > > > Dan Moyer > > > > > > > > ----- Original Message ----- > > From: "euphoria euphoria" <euphoria at HKEM.COM> > > To: <EUPHORIA at LISTSERV.MUOHIO.EDU> > > Sent: Friday, September 22, 2000 6:56 AM > > Subject: I cannot run the tutor of the win32lib.. > > > > > > > as title > > > and the major problem i don't know what was happening because i am using > > the public version of Euphoria therefore i cannot debug it myself. > > > _____________________________________________________ > > > Sent by Hong Kong E-Mail at http://www.hkem.com > > > It's free. It's easy. Sign up your account Now! > > > > _____________________________________________________ > Sent by Hong Kong E-Mail at http://www.hkem.com > It's free. It's easy. Sign up your account Now!