If you include your class first, the compiler will not auto-include
the class from extensions. Unless there are other classes in the same
file in extensions that your application requires. In that case, you
will have to modify the source in extensions.
On 2008-06-16, at 11:17 EDT, Matteo Dell'Osso wrote:
Hello!
I want to override the class netremotecall which is implemented in
openlaszlo (v. 4.0.12), with the reimplemented version used in
openmeetings,
but the message I get with my code is
rtmpConnection.lzx:8.61: duplicate class definitions for
netremotecall; also
defined at extensions/av/rtmpconnection.lzx:250
Looking into docs, I haven't found any specific directives on how to
override already defined classes.
What have I mistaken??
Please help me! Thanks!