Re: ver 4.0 problem with SVN1222
- Posted by RStowasser Oct 28, 2008
- 1035 views
Do you use global routines and variables without including the files in which they are declared? That is likely what is driving up the time.
I found also a problem with rev 1222 using the colored buttons Demo which Judith contributed.
DemoColoredButtons.exw uses Win32lib.ew,ColoredButtons.ew and Irregular.ew. If I run:
d:\Euphoria\ColoredButtons>exw DemoColoredButtons.exw
exw.exe is running but nothing happens. Usage of the cpu increases and I have to kill exw.exe with the task manager.
If I translate and compile the demo it will run without problem. If I try:
d:\Euphoria\ColoredButtons>exw c:\euphoria\source40\eu.ex DemoColoredButtons.exw
the demo runs also. And if I add include win32lib.ew in ColoredButtons.ew then the demo will run too. But this was not necessary in the past and could be a little bit confusing.
Roland