add_item conflict
- Posted by buzzo Feb 07, 2013
- 1263 views
There is a conflict in routine names in the example6.exw (List.exw) program..
add_item is used in wxeud.e and std/sequence.e .
tried
namespace lib public include std/sequence.e public function add_item() include lib.e
But it did not work.. crashes back to the terminal..
Can wxeud.e and std/sequence.e live together somehow?