Re: IDE and eu4
- Posted by euphoric (admin) Jul 13, 2009
- 1271 views
mattlewis said...
euphoric said...
[Win32Lib IDE] ultimately crashes with the error:
C:\win32lib-ide\includes\ide_xpmmer.ew:3214 badly-formed list of parameters - expected ',' or ')' procedure drawShape(int where, int what, int x1, int y1, int x2, int y2, int Dot)
I have the latest Euphoria installed (r2213) as of this moment.
Are you certain of this? What happens when you run the test code from bug 2820451:
procedure bar() end procedure procedure foo( int bar, int what ) end procedure type int( object i ) return integer( i ) end type
Matt, I just tested this at work and I get the same error (here I'm using r2215).
When I run the test code above, nothing happens (I don't get an error).