![]() |
Wav- Datei abspielen?
Wie kann man eine Wav- Datei abspielen, die in einer *.dll enthalten ist?
|
Re: Wav- Datei abspielen?
Delphi-Quellcode:
uses MMSystem;
var dll_handle : HInstance; begin dll_handle:=LoadLibraryEX('mysound.dll',0,LOAD_LIBRARY_AS_DATAFILE); PlaySound('OSTERN', dll_handle, SND_RESOURCE); FreeLibrary(dll_handle); end; |
Re: Wav- Datei abspielen?
Vielen Dank, shmia. Ich kam einfach nicht darauf.
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:00 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz