You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for open source!
I try to convert my Project to openFL, but always get "no such module xxx.xxx" error.Does anyone have the same error?
E:/Projects/MicroPlat/Macro/Macro/src/view/main/servierList/ServerListView.as:180: character 25: Semicolon expected after block expression
E:/Projects/MicroPlat/Macro/Macro/src/win/AirNativeWindown.as:94: character 10: Semicolon expected after block expression
E:/Projects/MicroPlat/Macro/Macro/src/com/greensock/data/TweenLiteVars.as:8: character 2: No such module com.greensock::TweenLite
Exception in thread "main" assert
at ax3.Typer$Closure_typeImports_0.invoke(src/ax3/Typer.hx:584)
at ax3.Typer$Closure_typeImports_0.invoke(src/ax3/Typer.hx)
at ax3.Typer$Closure_typeImports_0.invoke(src/ax3/Typer.hx:574)
at ax3.Typer$Closure_typeImports_0.invoke(src/ax3/Typer.hx)
at ax3.Typer.typeImports(src/ax3/Typer.hx:606)
at ax3.Typer$Closure_processFile_0.invoke(src/ax3/Typer.hx:57)
at ax3.Typer.process(src/ax3/Typer.hx:19)
at ax3.Main.main(src/ax3/Main.hx:35)
at ax3.Main.main(src/ax3/Main.hx:1)
PS E:\Projects\openFL\ax3-master>
The text was updated successfully, but these errors were encountered:
Due to irregular codes, there are many errors and warnings when converting. These errors need to be resolved first.
If the project refers to the source code of many libraries, you need to build swc and configure it in config.json.
Not only that, but you may need to implement some functionality yourself. i haven't succeeded yet.
good luck!
First of all, thanks for open source!
I try to convert my Project to openFL, but always get "no such module xxx.xxx" error.Does anyone have the same error?
my haxe version:
config.json
error log
The text was updated successfully, but these errors were encountered: