Re: graph.ew
- Posted by CChris <christian.cuvier at agriculture.g?uv.f?> Jun 04, 2008
- 641 views
CChris wrote: > > Thomas Gamper wrote: > > > > Hi all ! > > can you please give me a hint: > > I am unexperienced, yet very keen on working with Euphoria. > > > > I am currently using EU 3.1, win32lib 0.70.4 15/March/2008. > > > > I cannot get running Greg Haberek`s Win32Lib Graph Control Demo v0.0.2 > > "graph_demo.exw" which includes his "graph.ew", > > (He has built it in 2005) > > > > I get the error > > H:\ablage\euphoria\win32lib\include\Win32Lib.ew:25845 in function > > registerControl() > > > > subscript value 0 is out of bounds, reading from a sequence of length 62 > > pControlName = {71'G',114'r',97'a',112'p',104'h'} > > pRID = {104'h',-1,-1,105'i'} > > lControl = 62'>' > > lClass = 0 > > ... called from H:\daten\euphoria\bmw\graph002\graph.ew:476 > > > > The registerControl function collides somewhere in win32lib > > What can I do ? > > > > Thanks vy much for a reply: > > > > "Curiousity makes us progress" > > The best shot would be to wait for v0.70.4a, which I should have released this > month, as it fixes this bug. > > The release has been delayed for various reasons, one of which being the > current > development leading to Eu v4.0. I expect to have less to do on this front > soon, > andthis way releae the fixed version. > > CChris Additionally, you'll have to edit line 441 in graph.ew to read: return Window CChris