Re: I cannot run the tutor of the win32lib..
- Posted by Bernie <xotron at PCOM.NET> Sep 23, 2000
- 443 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.