|
From: Elias P. <Eli...@ao...> - 2000-11-25 14:10:17
|
> I tried this already: 'absPath\libwinmm.a -lwinmm' > (seperated by a single space) with a 'include <mmsystems.h>' > but it didnt work. > I can't give you the exact errormessage, cause I am answering > from a Internetcaffe Try without the 'absPath\libwinmm.a'. I just tried adding '-lwinmm' to a project, and PlaySound() works perfectly with it. > I' ll be back to my pc on thuseday if you don't mind I'll write a mail > to you then? Sure > Where do I get those informations (about libraries) does exist a manual > or something for Dev-C++? The mingw compiler has documentation about the compiler and linker options. Elias |