Question: This typedef is deprecated in favor of haxe.xml.Access #1525
Replies: 15 comments 1 reply
-
so the reason it appears it doesnt work is because you didnt make the APIStuff.hx file. the polymod and haxe xml access shit doesnt matter, because it happens to me and still works. in the "source" folder make a txt file and call it "APIStuff.hx" make sure the file type is hx and not txt. package; class APIStuff and u should be able to compile it! |
Beta Was this translation helpful? Give feedback.
-
this dont work for me, i need to use the one in https://github.com/ninjamuffin99/Funkin/issues/146#issuecomment-755064854 |
Beta Was this translation helpful? Give feedback.
-
dont work i need other plis |
Beta Was this translation helpful? Give feedback.
-
look at the link i have in my comment, it's some persons dummy APIStuff.hx |
Beta Was this translation helpful? Give feedback.
-
The "This typedef" message does not stop the game compiling. |
Beta Was this translation helpful? Give feedback.
-
it still didnt worked for me |
Beta Was this translation helpful? Give feedback.
-
The missing |
Beta Was this translation helpful? Give feedback.
-
ok but there is a way to fix it? because my game is not compiling because of that |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
source/PlayState.hx:298: characters 3-36 : Cannot rebind this method : please use 'dynamic' before method declaration it still gives me the same error |
Beta Was this translation helpful? Give feedback.
-
This is the error that's stopping you from compiling. Look for lines other than the XML access warnings |
Beta Was this translation helpful? Give feedback.
-
Your error is unrelated to the issue created by the OP. |
Beta Was this translation helpful? Give feedback.
-
well i have APIStuff.hx but its shows me like that C:/HaxeToolkit/haxe/lib/polymod/git/polymod/format/XMLMerge.hx:189: characters 10-23 : Warning : This typedef is deprecated in favor of haxe.xml.Access |
Beta Was this translation helpful? Give feedback.
-
this error does not stop the compiling. its just a warning |
Beta Was this translation helpful? Give feedback.
-
first off ; those are warnings, ignore them. |
Beta Was this translation helpful? Give feedback.
-
Please check for duplicates or similar issues before asking your question.
What is your question?
Beta Was this translation helpful? Give feedback.
All reactions