Page 1 of 1

Problem with compiling Broadcaster.dpr

PostPosted: February 3rd, 2010, 2:23 am
by Norman
Hi to everyone,
I'm having trouble compiling the demo program - Broadcaster.dpr it has compiler error - Undeclared identifier TWaveFormatData and
not enough actual parameter, Missing operator or semicolon and statement expected, but expression of type "PCMFormat" found on this SetPCMAudioFormatS(@WFI.WaveFormat, LiveAudioRecorder.PCMFormat);

I'm using Delphi v7 (Build 8.1) running on Windows XP in VirtualPC. I have already installed the components and was able to successfully compile and run these : Receiver.dpr and ReceiverFile.dpr. Please help.

Re: Problem with compiling Broadcaster.dpr

PostPosted: February 3rd, 2010, 6:29 pm
by Kambiz
Hi,

Please rename TWaveFormatData to TWaveFormatInfo.

Sorry for the inconvenience.

Re: Problem with compiling Broadcaster.dpr

PostPosted: February 8th, 2010, 3:42 pm
by Norman
It worked...Thank you sir. :)