|
-
Jul 26th, 2007, 08:59 PM
#1
Thread Starter
Hyperactive Member
winmm.dll, mciSendString and Vista. Does it still work?
Hello everybody,
I am thinking about implementing the mciSendString api to play mp3 files from my vb6 application. However before I do that I just wanted to make sure if it works on Vista (since I don't have Vista to test it myself). Anybody have experience with playing mp3 on Vista using the mciSendString api?
Also will I have to ship the dll with my app or is it included in Vista?
Thanks for any information you may have.
-
Jul 27th, 2007, 03:00 AM
#2
Re: winmm.dll, mciSendString and Vista. Does it still work?
I've tried the video splashscreen app in my signature on Vista Home (playing a mpg) with no problems. If it'll play an mpg it'll play anything. Just used the standard package created by the P&D wizard. Didn't need to add the dll or anything.
-
Jul 27th, 2007, 03:10 AM
#3
Re: winmm.dll, mciSendString and Vista. Does it still work?
You should not be distributing core Windows dlls especially since they are version specific and its a licensing issue too. Just check the API requirements to see the OS' that are supported with it.
mciSendString is supported under Windows NT 3.1 and later andWindows 95 or later. How it behaves under each OS may be different.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 27th, 2007, 06:09 AM
#4
Thread Starter
Hyperactive Member
Re: winmm.dll, mciSendString and Vista. Does it still work?
Thanks schoolbusdriver, I was planning on using your code in the case that it worked on Vista.
Thanks RobDog888, does that mean that winmm.dll is for sure shipped and supported by windows Vista?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|