wolandscat / EOMF

Application framework for Eiffel apps
6 stars 3 forks source link

VUEX(2) error #3

Open pnasimi opened 5 years ago

pnasimi commented 5 years ago

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

wolandscat commented 5 years ago

Yep, this is the error I am currently working on.