![]() |
#1 |
Junior Member
Join Date: Jul 2014
Posts: 1
|
using winamp zlib library in plugin
I can see zlib.dll as a part of winamp install. is it possible to make use of it in a plugin? I am quite new to winamp plugin development any example would be helpful.
Thanks |
![]() |
![]() |
![]() |
#2 |
Join Date: Sep 2003
Posts: 27,873
|
you can access it via the exported functions (it provides the same things as the official zlib dll but without some of the things we don't need).
the better option would be for you to have a lib file so you can access it that way, but i don't have an official copy of the one from the last build anymore so will likely have to wait for the next Winamp release (or just go for the GetProcAddress(..) route). |
![]() |
![]() |
![]() |
|
Tags |
plugin, zlib |
Thread Tools | Search this Thread |
Display Modes | |
|
|