> Most likely it is only fixed in the experimental mode. Can you try
> and if this is still happen send a bug report with the full
> callstack trace?
Compiling in experimental mode gives two VCCH errors and three Obsolete class warnings.
A global search shows that I do not use EV_CURSOR or EV_POINTER_STYLE in my code. Ditto for EV_MULTI_COLUMN_LIST
In the following, I have removed the duplicated text:
===============================
Error code: VCCH(1)
Error: class has deferred feature(s), but is not declared as deferred.
What to do: make feature(s) effective, or include `deferred' before
`class' in Class_header.
Class: EV_POINTER_STYLE
Deferred feature: create_interface_objects From: EV_ANY
The second VCCH error refers to:
Class: EV_MULTI_COLUMN_LIST_ROW_IMP
Deferred feature: old_make From: EV_ANY_I
================================
Warning code: Obsolete Class
Warning: type relies on obsolete class.
What to do: update to new class at your earliest convenience. The
class is still available but may be removed in the future.
Class: EV_POINTER_STYLE
Feature: make_with_cursor
Obsolete class: EV_CURSOR
Obsolete message: [090630] Use EV_POINTER_STYLE instead
Class: EV_POINTER_STYLE_I
Feature: init_from_cursor
Obsolete class: EV_CURSOR
Obsolete message: [090630] Use EV_POINTER_STYLE instead
Class: EV_POINTER_STYLE_IMP
Feature: init_from_cursor
Obsolete class: EV_CURSOR
Obsolete message: [090630] Use EV_POINTER_STYLE instead
--
Peter Horan Faculty of Science and Technology
[hidden email] Deakin University
+61-3-5221 1234 (Voice) Geelong, Victoria 3217, AUSTRALIA
+61-4-0831 2116 (Mobile)
-- The Eiffel guarantee: From specification to implementation
-- (
http://www.cetus-links.org/oo_eiffel.html)