Posted February 12, 200916 yr Sorry my english is bad. How to input music in Borland Delhpi 7??? Please Tell Me???
February 12, 200916 yr Hehehe....i think is very...very simple in IDE delphi....N basic Programming for Delphi. Search in Google."Hanjian"
February 13, 200916 yr I'm sorry i'm not using delphi..... but i will thanks if there id a share about that...
February 13, 200916 yr You could play it using sndPlaySound API, add MMSystem to the uses list and check MSDN for more info about that function.
July 1, 200916 yr If your trying to play chiptunes (XM, IT, S3M, MOD, MTM, UMX), I'd recommend BASSMOD. It's very easy to implement as well.Sub Xero
July 5, 200916 yr Well mmsystem works only with wave file and it is easy add mmsystem to uses then add this line to where you wantPlaysound('//sound name or location.wav',0,snd_sync);or you can use Ufmod but before use Eff to ripper the XmUfmod_Playsonf(@xm,length(xm),xm_memory);and for BassMod yoy must include Bass.dll
July 6, 200916 yr You do need the BASSMOD.dll file, but it can be stored inside the .exe and extracted to memory when the application is run.Sub Xero
Create an account or sign in to comment