|
From: <it...@br...> - 2010-01-19 21:37:04
|
Hello all,
just finished building all items in the workspace with No errors but to
the sound device project.
I got the following errors
any help will be greatly appreciated
Thanks
Isack
SoundDevice.cpp
c:\devext\sftrunk\orkaudio\audiocaptureplugins\sounddevice\sounddevice.cpp(72)
: error C2664: 'void __thiscall AudioChunk::SetBuffer(void *,class
AudioChunkDetails &,int)' : cannot convert parameter 2 from 'unsigned int'
to 'class AudioChunkDetails
&'
A reference that is not to 'const' cannot be bound to a non-lvalue
c:\devext\sftrunk\orkaudio\audiocaptureplugins\sounddevice\sounddevice.cpp(77)
: error C2664: 'void __thiscall AudioChunk::SetBuffer(void *,class
AudioChunkDetails &,int)' : cannot convert parameter 2 from 'unsigned int'
to 'class AudioChunkDetails
&'
A reference that is not to 'const' cannot be bound to a non-lvalue
c:\devext\sftrunk\orkaudio\audiocaptureplugins\sounddevice\sounddevice.cpp(92)
: error C2664: 'void __thiscall AudioChunk::SetBuffer(void *,class
AudioChunkDetails &,int)' : cannot convert parameter 2 from 'unsigned int'
to 'class AudioChunkDetails
&'
A reference that is not to 'const' cannot be bound to a non-lvalue
Error executing cl.exe.
|