X-88 Posted March 31, 2012 Posted March 31, 2012 how to make a *. it [impulse Tracker] & *. mo3 [Compressed Modules] player with Delphi or C + + without the DLL, is there anything that has ever posted? ... may I know the link? whether Un4Seen.com provide Source Code / *. DCU [Delphi Componnent unit] Bass.dll? ... Thx B4!... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kao Posted March 31, 2012 Posted March 31, 2012 Un4seen has never released source code.For C++ you should be able to find some other sources (http://sourceforge.net/projects/modplug/). For Delphi - I don't think so, but you could try linking modplug prom Delphi too.If you want to use BASS, it's possible to convert DLL to LIB file and then link it statically, but it's really hard to do it right. See DLL2LIB tool from binary-soft.com
ghandi Posted March 31, 2012 Posted March 31, 2012 http://forum.tuts4you.com/topic/22731-bassmod-as-lib/page__p__108442__hl__+static%20+bass__fromsearch__1#entry108442HR,Ghandi
Saduff Posted March 31, 2012 Posted March 31, 2012 I made a static version of the BASS.dll for Delphi and I use it often. You can download it here:/>http://www.mediafire.com/?u4e8u5h0264qwebIt's version 2.4.6 though, I haven't updated it to the latest. I included the DLLTools I used to create it.I couldn't find the site where I downloaded the DLLTools anymore.To use it, just add DLLLoader and bass_static to your uses and then you can use all BASS functions.
X-88 Posted March 31, 2012 Author Posted March 31, 2012 (edited) I actually wanted to make a simple Media Player which can play a variety of extensions without having to call a function from *.dll, unless the default of the Operating System. and does not require Codecs / Plug-ins, so I asked her about it. I was just googling with keywords "how to make Extended Module Player with Delphi" and I have not tried it, whether this Source Code *. SID player for Pascal? URL : http://www.koders.co....aspx?s=pos#L17 maybe not all people have tried to use the Extended Module is: -Toilet Story 1 -In Your Arms -Aerosol -Shortie6 -etc. I try to play with uFMod & BeRoXM sound is messed up but with XMPlay, MMP, MPC sound right. I uploaded that I compile with BASS, & Bero UFMOD XM. http://205.196.121.2...zmb/Example.zip [550KB] and this is what I want to develop MPP DLL : http://199.91.152.14.../Mod+Player.zip Direct Sound Mixer : http://205.196.121.1...July+2nd%5D.zip Modules To Pas Converter [using Bass] : http://forum.tuts4yo...terzip-51723-kb @ Kao : I've tried but it really messed up, I was confused to distinguish between the Code with Comments. I think too many functions, it not only plays but also composing. Open MPT : http://nchc.dl.sourc...rce/modplug.zip SC *.NSF Player : http://famitracker.c...ft_src_v037.zip I think too many functions, it not only plays but also composing. Another : *.Sid Player : http://forum.tuts4yo...&attach_id=3393 Mod Plug Player : http://www.torry.net...a/audio/mpp.zip http://forums.parall...p/t-122454.html http://leonard.oxg.free.fr @ Ghandi : Ok, I think, to adapt it takes hard work. @Saduff : What has been tried? and what about the Copyright provisions developers about this thing? is it safe to be widely? .... o ye Saduff or whoever, maybe I do not need to make a new thread for this question, it is also possible if you have time to read it, how to make the series is varied? example: a user name it had more than one series? Name: User1 1st Password: 111111 Password 2nd: 22 222 3rd Password: AAAAA 4th Password: ZZZZZZ and so on. I usually wear something like this: procedure TFZ.BGClick (Sender: TObject); var Result: Integer; begin if (Length (E1.Text) = 0) or (Length (E1.Text) < 5) then begin ShowMessage ('Minimum: 5' + # 13 # 10 +'or Empty'); exit end else begin for Result: = 0 to Length (E1.Text) do asm Blah Blah, Blah Blah Blah, Blah Blah Blah, Blah Blah Result , Blah end; if E2.Text <> IntToHex (Ord (Result), Length (E1.Text)) then ShowMessage ('Serial Incorect') else ShowMessage ('Serial Correct'); end; end; certainly has its disadvantages such as the following, if the length of each other Character Username = 6, then the serial is the same. @ Kao, Ghandi & Saduff : Thank you very much!! ..... Edited April 1, 2012 by X-88
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now