MAJigsaw77 / hxvlc

A Haxe/OpenFL library for @:native video playback using libVLC.
https://lib.haxe.org/p/hxvlc
MIT License
42 stars 19 forks source link

Issue with compiling #63

Closed Zuk0109 closed 2 months ago

Zuk0109 commented 2 months ago

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:

image

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?

MAJigsaw77 commented 2 months ago

Remove the export folder and hxcodec library from the project and then it should work fine.

Zuk0109 commented 2 months ago

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

MAJigsaw77 commented 2 months ago

That's not from within hxvlc

Zuk0109 commented 2 months ago

i looked it up and it has to do with me removing hxcodec

Zuk0109 commented 2 months ago

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?

MAJigsaw77 commented 2 months ago

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

Zuk0109 commented 2 months ago

well i know that much. what else do i change though