Pascal

Moderators: None (Apply to moderate this forum)
Number of threads: 4106
Number of posts: 14016

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
tpu needed Posted by magaman on 3 Jun 2005 at 1:58 PM
i would like 2 know if any of you guys have any tpu to play music and/or movies in pascal 7(crt/dos) or 1.5(wincrt) and i would like a list of the commands to initate them in a program. thx :)







I'm A Christian
THE MIGHTY MAGAMAN
Report
Re: tpu needed Posted by scorpionxx7 on 5 Jun 2005 at 5:39 PM
: i would like 2 know if any of you guys have any tpu to play music and/or movies in pascal 7(crt/dos) or 1.5(wincrt) and i would like a list of the commands to initate them in a program. thx :)
:
:
for TPW, use mmsystem, which comes with it, just browse the folders
as for code:
uses mmsystem;
procedure SendMCICommand(Cmd: PChar);
	begin mciSendString(Cmd, nil, 0, 0); end;

begin
	SendMCICommand('MCIDEVICEID wDeviceID,MCI_WINDOW,DWORD dwFlags,(DWORD) (LPMCI_GENERIC_PARMS) lpWindow');
	SendMCICommand('open overlay shareable');
	SendMCICommand('play "somefilename"');
	SendMCICommand('close overlay');
end.

Report
Re: tpu needed Posted by magaman on 6 Jun 2005 at 6:34 PM
: : i would like 2 know if any of you guys have any tpu to play music and/or movies in pascal 7(crt/dos) or 1.5(wincrt) and i would like a list of the commands to initate them in a program. thx :)
: :
: :
: for TPW, use mmsystem, which comes with it, just browse the folders
: as for code:
:
: uses mmsystem;
: procedure SendMCICommand(Cmd: PChar);
: 	begin mciSendString(Cmd, nil, 0, 0); end;
: 
: begin
: 	SendMCICommand('MCIDEVICEID wDeviceID,MCI_WINDOW,DWORD dwFlags,(DWORD) (LPMCI_GENERIC_PARMS) lpWindow');
: 	SendMCICommand('open overlay shareable');
: 	SendMCICommand('play "somefilename"');
: 	SendMCICommand('close overlay');
: end.
: 

:
i dont have the mmsystem.tpu file.Do u know where i can get a copy?
thx




I'm A Christian
THE MIGHTY MAGAMAN

Report
Re: tpu needed Posted by Gaashius on 8 Jun 2005 at 5:46 AM
: : : i would like 2 know if any of you guys have any tpu to play music and/or movies in pascal 7(crt/dos) or 1.5(wincrt) and i would like a list of the commands to initate them in a program. thx :)
: : :
: : :
: : for TPW, use mmsystem, which comes with it, just browse the folders
: : as for code:
: :
: : uses mmsystem;
: : procedure SendMCICommand(Cmd: PChar);
: : 	begin mciSendString(Cmd, nil, 0, 0); end;
: : 
: : begin
: : 	SendMCICommand('MCIDEVICEID wDeviceID,MCI_WINDOW,DWORD dwFlags,(DWORD) (LPMCI_GENERIC_PARMS) lpWindow');
: : 	SendMCICommand('open overlay shareable');
: : 	SendMCICommand('play "somefilename"');
: : 	SendMCICommand('close overlay');
: : end.
: : 

: :
: i dont have the mmsystem.tpu file.Do u know where i can get a copy?
: thx
:
:
:
:
: I'm A Christian
: THE MIGHTY MAGAMAN
:
:
For TPW you need to search .tpw files not .tpu files. Due to small stack, I would suggest at TP70 cases to search( and use ) FLIC and MOD players.

****************
Any questions? Just ask!

GAASHIUS


Report
Re: tpu needed Posted by scorpionxx7 on 8 Jun 2005 at 2:57 PM

: :
: i dont have the mmsystem.tpu file.Do u know where i can get a copy?
: thx
:

check the win31 pascal subfolder, mmsystem.pas should be there (was for me), just compile it normally, and put the tpu in the folder with the programs that will use it. if you still can't find it, post your email and i'll send you a copy
Report
Re: tpu needed Posted by magaman on 8 Jun 2005 at 8:03 PM
:
: : :
: : i dont have the mmsystem.tpu file.Do u know where i can get a copy?
: : thx
: :
:
: check the win31 pascal subfolder, mmsystem.pas should be there (was for me), just compile it normally, and put the tpu in the folder with the programs that will use it. if you still can't find it, post your email and i'll send you a copy
:
my email is magaman442000@yahoo.com or isac8_crown@hotmail.com
thx




I'm A Christian
THE MIGHTY MAGAMAN




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.