dlls/dmusic/dmusic_misc.c revision 1.3
I'm afraid the following change to dlls/dmusic/dmusic_misc.c revision 1.3 date: 2003/06/13 18:59:51; author: julliard; state: Exp; lines: +113 -9 Raphael Junqueira <fenix(a)club-internet.fr> - always use IDirectMusicPerformance8Impl instead of IDirectMusicPerformanceImpl (as the first inherits from the second) - implement many Loader, AudioPath and Performance8 stubs - fix the class factory - more debug traces - for now IDirectMusicLoader8::LoadObjectFromFile always returns not supported format - fix the IDirectMusicPerformance8::Init (many crashes) - implementation of IDirectMusicPerformance8InitAudio is causing the following warning: dmusic_misc.c:260: warning: passing arg 2 of `IDirectMusicPerformanceImpl_SetGraph' from incompatible pointer type Could someone more familiar with this have a look at what's wrong? Thanks, Gerald -- Gerald "Jerry" pfeifer(a)dbai.tuwien.ac.at http://www.pfeifer.com/gerald/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I'm afraid the following change to dlls/dmusic/dmusic_misc.c <snip> is causing the following warning:
dmusic_misc.c:260: warning: passing arg 2 of `IDirectMusicPerformanceImpl_SetGraph' from incompatible pointer type
don't worry it's only a cast i have forgot. See attached patch.
Could someone more familiar with this have a look at what's wrong?
Thanks, Gerald
Changelog: - fix a warning seen by Gerald Pfeifer <pfeifer(a)dbai.tuwien.ac.at> This 'incremental' patch need the last Christian patch Regards, Raphael -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE+7gatp7NA3AmQTU4RAlsXAJ98TJ/T+KF2SoqRtF6WiXUWBW7DJQCfVaTG eeLvkrbLDSaR96h17CfTUj0= =rSUe -----END PGP SIGNATURE-----
participants (2)
-
Gerald Pfeifer -
Raphaël Junqueira