You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in compiling adl_workbench with eiffel 18.11 windows 32bit i get this 2 error:
Error code: VUEX(2)
Error: feature of qualified call is not available to client class.
What to do: make sure feature after dot is exported to caller.
Class: DT_OBJECT_CONVERTER
Feature: populate_eif_container_from_dt
Feature: make Class: HASH_TABLE Version from: HASH_TABLE
Not exported to class DT_OBJECT_CONVERTER
Line: 1069
if attached {HASH_TABLE [ANY, HASHABLE]} eif_container_obj as a_hash_table then -- eif static type is a HASH_TABLE
-> a_hash_table.make (0)
across a_dt_attr as a_dt_attr_csr loop
Error code: VUEX(2)
Error: feature of qualified call is not available to client class.
What to do: make sure feature after dot is exported to caller.
Class: DT_OBJECT_CONVERTER
Feature: create_object_from_dt
Feature: make Class: HASH_TABLE Version from: HASH_TABLE
Not exported to class DT_OBJECT_CONVERTER
Line: 499
if attached {HASH_TABLE [ANY, HASHABLE]} Result as a_hash_table then
-> a_hash_table.make (0)
elseif attached {ARRAYED_LIST [ANY]} Result as an_arrayed_list then
how can fix this error?
thank
The text was updated successfully, but these errors were encountered:
Hi,
in compiling adl_workbench with eiffel 18.11 windows 32bit i get this 2 error:
Error code: VUEX(2)
Error: feature of qualified call is not available to client class.
What to do: make sure feature after dot is exported to caller.
Class: DT_OBJECT_CONVERTER
Feature: populate_eif_container_from_dt
Feature: make Class: HASH_TABLE Version from: HASH_TABLE
Not exported to class DT_OBJECT_CONVERTER
Line: 1069
if attached {HASH_TABLE [ANY, HASHABLE]} eif_container_obj as a_hash_table then -- eif static type is a HASH_TABLE
-> a_hash_table.make (0)
across a_dt_attr as a_dt_attr_csr loop
Error code: VUEX(2)
Error: feature of qualified call is not available to client class.
What to do: make sure feature after dot is exported to caller.
Class: DT_OBJECT_CONVERTER
Feature: create_object_from_dt
Feature: make Class: HASH_TABLE Version from: HASH_TABLE
Not exported to class DT_OBJECT_CONVERTER
Line: 499
if attached {HASH_TABLE [ANY, HASHABLE]} Result as a_hash_table then
-> a_hash_table.make (0)
elseif attached {ARRAYED_LIST [ANY]} Result as an_arrayed_list then
how can fix this error?
thank
The text was updated successfully, but these errors were encountered: