Hi Milos, Which compiler is reporting this? The C++ compiler or the Click binary or module?
If it's the C++ compiler, you need to add #include statements to your "myelement.hh" file, to include the other element types' header files. E On 03/29/2011 07:21 AM, milos rovcanin wrote: > Greetings, > > I am trying to write an element that will use two other elements but I can't > configure it. The message is that the arguments are of non recognizable > type! > Is this the correct way to call the leement: > myelement( other_elelment1, other_element2 ). > > I must add that other_element1 and other_element2 were also written by me. > Those two are in elements/local . . . > > Anyone? Please . . . > _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
