Hi: Having an issue "Ambiguous reference to RemoteObject" while adding reference in MXRoyaleClasses. It is happening because both classes have different package but same name:
import mx.rpc.remoting.RemoteObject; RemoteObject; import mx.rpc.remoting.mxml.RemoteObject; RemoteObject; or import mx.rpc.http.HTTPService; HTTPService; import mx.rpc.http.mxml.HTTPService; HTTPService; Some guidance to resolve the issue. Thanks Muhammad Shahid Khan -----Original Message----- From: Alina Kazi [mailto:[email protected]] Sent: 15 May 2018 10:27 To: [email protected] Subject: RE: Work on Emulation Thanks Olaf. Yes, doing this to compile Flex application by using Royale in order to ease the migration. -Alina -----Original Message----- From: Olaf Krueger [mailto:[email protected]] Sent: Tuesday, May 15, 2018 10:21 AM To: [email protected] Subject: RE: Work on Emulation Hi Alina, really great job! Just for my understanding: Is the main goal of those emulations that you are able to compile your Flex application by using Royale in order to ease the migration? Thanks, Olaf -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
