Is there any reason why there are no IDE files (.project, .actionSciriptProperties, etc.) in Basic in the git repo? They do exist for other projects (e.g. Core). I think some of my problems may be related to having some locally created such files.
From: Yishay Weiss<mailto:[email protected]> Sent: Tuesday, January 2, 2018 10:42 AM To: [email protected]<mailto:[email protected]> Subject: Compiling Royale Libraries with Flash Builder (SWF) I’m getting messages such as 1044: interface method applyImageData in interface IImage not implemented by class BinaryImage When I look at IImage I see COMPILE::JS function applyImageData(binaryDataAsString:String):void; So it looks like the FB compiler ignores the fact that It’s a JS only method and expected swf implementers to implement it as well.
