Hello,
I’m a newbie on JUCE forum and really appreciate your superb library. I’m trying to implement several functions using AudioCDReader class to handle CD and have faced the following two problems:
One is that when I call ejectDisk() function a linking error occurs, because it seems to be declared only to the header file. I couldn’t find the source like juce_win32_AudioCDReader.cpp. Then the other is that getCDDBId() always returns 0.
Do you have any plan to support them in the near future? Or did I mistake something?
Programming Environment:
Mac OS X 10.5.1 / Xcode 2.5 / JUCE v1.46 from SVN
Best regards,
Jazzunko