Closed Zuk0109 closed 2 months ago
Remove the export folder and hxcodec library from the project and then it should work fine.
source/states/PlayState.hx:44: characters 14-28 : Type not found : vlc.MP4Handler source/states/PlayState.hx:847: characters 13-25 : Type not found : VideoHandler
new error
That's not from within hxvlc
i looked it up and it has to do with me removing hxcodec
im still confused as to what to do cause once i removed hxcodec and deleted the export like you said and the compiled, compilation started fighting for its life cause i removed hxcodec. do i change anything in playstate.hx?
im still confused as to what to do cause once i removed hxcodec and deleted the export like you said and the compiled, compilation started fighting for its life cause i removed hxcodec. do i change anything in playstate.hx?
Yes, hxcodec and hxvlc aren't the same libraries
well i know that much. what else do i change though
ive been trying to compile for like a week straight and before this error i was getting a video.cpp error. i fixed that by changing my hxcodec version to 2.6.0 but now when i compile or open the exe i get a new error:
Note: my friend @boohglas DID use hxvlc to make a intro cutscene, and it compiled and worked for him, but it wont for me. am i missing something here?