[DiscordArchive] Does anyone know how to use StormLib to unpack/read a .MPQ file?
[DiscordArchive] Does anyone know how to use StormLib to unpack/read a .MPQ file?
Archived author: JudgeFae • Posted: 2024-06-21T01:11:20.270000+00:00
Original source
Does anyone know how to use StormLib to unpack/read a .MPQ file?
Archived author: JudgeFae • Posted: 2024-06-21T01:12:21.677000+00:00
Original source
Ohh I'm kinda dumb. It isn't software it is literally a library for a programming language. C++ library I think
Archived author: JudgeFae • Posted: 2024-06-21T01:19:17.935000+00:00
Original source
Searching it on github shows quite a few different languages using the library. I thought libraries were strictly for a single language?
Library here:
https://github.com/ladislav-zezula/StormLib
But people using Ruby and C#
[Embed: GitHub - ladislav-zezula/StormLib: Official GitHub repository of th...]
Official GitHub repository of the StormLib library created by Ladislav Zezula (author) - ladislav-zezula/StormLib
https://github.com/ladislav-zezula/StormLib
Archived author: Revision • Posted: 2024-06-21T01:21:58.251000+00:00
Original source
If the library has an API, you can use it with different languages.
Archived author: Revision • Posted: 2024-06-21T01:22:44.246000+00:00
Original source
Or something like that, I don't know the specifics of it but I know a library can be limited to a single language or support most languages if support for them is added.
Archived author: Anchy • Posted: 2024-06-21T01:53:22.479000+00:00
Original source
You can use p/invoke to access libraries functions from C#
Archived author: Anchy • Posted: 2024-06-21T01:53:58.969000+00:00
Original source
https://learn.microsoft.com/en-us/dotnet...op/pinvoke
Archived author: Anchy • Posted: 2024-06-21T01:56:57.221000+00:00
Original source
https://github.com/robinsch/WDBXEditor/b...Methods.cs