-
friederm registered the IWZ contact management system project.
2005-08-18 09:00:17 UTC in IWZ contact management system
-
Logged In: YES
user_id=832409
this example worked in version 4.x.
2005-01-11 14:14:39 UTC in Visual Eiffel
-
The dialog project/clusters allows to delete entries
and to include new ones. the edit function is missing
(It should allow to change the path of an entry - no
need to change the name)
2005-01-11 14:13:11 UTC in Visual Eiffel
-
If a project was changed from the "old" system
description to xace, the browser shows 2 project files
- both with the same Icon. This makes it rather
difficult to select the right one - and the danger
exists that one opens accidentially the old esd file -
the "wrong" one.
Suggestion - wither display also the extension (may be
difficult) or use a new icon for the xace file (maybe
the...
2005-01-11 13:40:51 UTC in Visual Eiffel
-
The following example does not work !
class MAIN
creation
make
feature {NONE} -- Creation
make is
local
d: DOUBLE
da: ARRAY[DOUBLE]
do
create da.make(1,2)
d := 1.0
da.put (d, 1)
d := 2.0
d := da.item(1) print (d); print (" "); -- wrong result
d := da.item(2) print (d); print (" "); -- wrong result
d := da.item(3) print (d); print ("...
2005-01-11 13:36:22 UTC in Visual Eiffel
-
The Dialog "New Project" asks for a "Project Path" (2nd
field). This is uncorrect - it should be called
"Project Control File" or "Project XACE File".
2005-01-11 13:27:10 UTC in Visual Eiffel
-
the file project.vet is missing in the distribution.
2005-01-11 13:24:09 UTC in Visual Eiffel
-
This request was rejected as the description was not
sufficient. Sorry for this. Here is more:
1. Eiffel is a well known object oriented language. Do
you need more information ?
2. Visual Eiffel is a compiler for this language. It
generates Code for Intel CPUs under Linux and Windows.
3. In addition to the compiler the system contains also
a workbench and a lot of libraries. Most of them...
2004-12-07 10:51:53 UTC in SourceForge.net
-
friederm registered the Visual Eiffel project.
2004-12-02 16:42:33 UTC in Visual Eiffel