-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hi, I wanted to read some .mkv metadata and discovered the existence of this library, but the instructions seemed very sparse
I managed to compile libebml.a, which I then used to produce libmatroska.a, but when I later tried using these in my actual project I can't for the life of me get it to work
I have both ebml and matroska headers in their respective folders in my project root, but I'm having issues with including FileKax.h, even though it's in the same directory as the other matroska headers (including matroska-export.h), it appears grayed-out in my IDE
FileKax.h seems to complain that it can't resolve \class MATROSKA_DLL_API FileMatroska and my main.cpp also complains that KaxCuePoint is incomplete (though, I'm guessing that's mostly due to the missing FileKax.h)
I don't really know what to do here, because it otherwise seems to recognise the presence of the static .a libraries, and it is just that one header file that's somehow broken
I am running windows and all the required files should be in my projects source directory
Any help would be greatly appreciated