MP3 Playing DLL: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(use {{SERVER}}) |
No edit summary |
||
Line 1: | Line 1: | ||
{{PageAuthor|sag47}} | |||
== Download == | == Download == | ||
Reference: [http://www.inet.hr/~zcindori/mp3class/]<BR> | Reference: [http://www.inet.hr/~zcindori/mp3class/]<BR> |
Latest revision as of 20:45, 20 August 2007
Author: sag47 (talk, contrib) |
Download
Reference: [1]
Mp3_playing_DLL.zip (62 KB) The DLL and source code.
Mp3_playing_DLL_doc.zip (51 KB) Documentation for the DLL
About
It was written in C++ (not by me but source code is provided). It is a nice way to call MP3's into your installer if it is a long installation. The DLL functions can be called using the System Plug-in
Examples
Coming soon...