1. Alpha 3 problems
- Posted by LarryMiller Mar 12, 2009
- 1094 views
1. None of the win32 demo programs work except for dsearch.exw email.exw includes std/msgbox.e which has been moved. taskwire.exw, window.exw, winwire.exw include callback.e which is no longer used.
2. After fixing the problems in the demos I tried bindw on taskwire.exw, window.exw, winwire.exw. All bind without error but do not run successfully. The window does not appear but Task Manager shows they are running with high CPU usage. Same for my own projects. I was able to bind them successfully with Alpha 2.
The translater works but is much slower than with Alpha 2.
2. Re: Alpha 3 problems
- Posted by achury Mar 12, 2009
- 1072 views
OK, lets put on this thread the bugs.
- ed.ex don't runs. Tested on WinXP using ex.exe and exw.exe interpreters
The console freeze before the program show the filename prompt. ex.err file is not generated.
3. Re: Alpha 3 problems
- Posted by jeremy (admin) Mar 12, 2009
- 1107 views
1. None of the win32 demo programs work except for dsearch.exw email.exw includes std/msgbox.e which has been moved. taskwire.exw, window.exw, winwire.exw include callback.e which is no longer used.
Ok, these have been fixed and committed.
2. After fixing the problems in the demos I tried bindw on taskwire.exw, window.exw, winwire.exw. All bind without error but do not run successfully. The window does not appear but Task Manager shows they are running with high CPU usage. Same for my own projects. I was able to bind them successfully with Alpha 2.
The translater works but is much slower than with Alpha 2.
This I am unsure of, I have created a bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=2685436&group_id=182827&atid=902782
Jeremy
4. Re: Alpha 3 problems
- Posted by jimcbrown (admin) Mar 12, 2009
- 1044 views
OK, lets put on this thread the bugs.
- ed.ex don't runs. Tested on WinXP using ex.exe and exw.exe interpreters
The console freeze before the program show the filename prompt. ex.err file is not generated.
This also happened on Linux. I just comitted a fix for this, in rev 1465.
5. Re: Alpha 3 problems
- Posted by ChrisB (moderator) Mar 12, 2009
- 1032 views
- ed.ex don't runs. Tested on WinXP using ex.exe and exw.exe interpreters
The console freeze before the program show the filename prompt. ex.err file is not generated.
Hi
They worked ok for me, it my be something to do with me being an 'overwriter', I rarely uninstall and install the new one, so there could be some issues with old remaining includes, allowing it to work.
Chris
6. Re: Alpha 3 problems
- Posted by jeremy (admin) Mar 12, 2009
- 1046 views
- ed.ex don't runs. Tested on WinXP using ex.exe and exw.exe interpreters
The console freeze before the program show the filename prompt. ex.err file is not generated.
They worked ok for me, it my be something to do with me being an 'overwriter', I rarely uninstall and install the new one, so there could be some issues with old remaining includes, allowing it to work.
There was a definite problem, and just so others are aware, in 4.0a3 if you use ifdef ABCXYZ and forget the "then" keyword after it, it sends the interpreter into an endless loop. I forgot to add a check for EOF with a more recent change to the ifdef system. ed.ex just happened to have ifdef UNIX ... and the then was forgotten, so the bug was twofold, both of which have been corrected.
Jeremy