Re: Does IDE work with new win32lib?
- Posted by DerekParnell (admin) Jun 18, 2009
- 974 views
penpal0andrew said...
I got this error:
C:\euphoria\IDE104\includes\IDE_about.ew:108 Win32LibVersionEx has not been declared setText(LText8,sprintf(MsgNos[10][3] ,{Win32LibVersionEx[1],Win32LibVersionE x[2],Win32LibVersionEx[3],Win32LibVersionEx[4]} ) & " " & Win32LibVersionEx[5]) ^
Change the IDE line to ...
setText(LText8,sprintf(MsgNos[10][3] ,{Win32LibVersion[1], Win32LibVersion[2], Win32LibVersion[3], Win32LibVersion[4]} ) )
I'll fix the IDE code in the sourceforge respository.