Re: IDE and eu4
- Posted by mattlewis (admin) Jul 13, 2009
- 1273 views
euphoric said...
mattlewis said...
I seem to recall that Derek said he was going to be working with the IDE. Derek, have you done much with it? I looked at the sourceforge project page, and it doesn't show a svn repository, and the cvs repository is empty.
I went to start a new program here at home today and realized I didn't have Win32Lib-IDE installed. DOH! So I went looking for the SVN repository and could not find one. When I download the latest version of EuVIDE from SourceForge, it 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