[Vorbis-dev] Ogg Player Code Problems

John Edwards john.edwards33 at ntlworld.com
Tue Aug 22 09:35:29 PDT 2006


Hi Prashun,

There should be no need to copy the winmm library anywhere from its 
normal location. Simply add it as another library in the link and it 
should be found automatically.

regards

John

Prashun Gupta wrote:
> Dear John,
>  
> I was able to remove most of the link errors by changing dependency and 
> order of build.
>  
> I copied winmm.lib in the link directories of libraries still  
> I am still facing the problem with the wav-out
>  
> Do you know where to place the winmm.lib or whether I have to do 
> something else.
> 
> ave_out.obj : error LNK2019: unresolved external symbol 
> __imp__waveOutReset at 4 referenced in function _Set_WIN_Params
> 
> wave_out.obj : error LNK2019: unresolved external symbol 
> __imp__waveOutOpen at 24 referenced in function _Set_WIN_Params
> 
> wave_out.obj : error LNK2019: unresolved external symbol 
> __imp__waveOutGetNumDevs at 0 referenced in function _Set_WIN_Params
> 
> wave_out.obj : error LNK2019: unresolved external symbol 
> __imp__waveOutWrite at 12 referenced in function _WIN_Play_Samples
> 
> wave_out.obj : error LNK2019: unresolved external symbol 
> __imp__waveOutPrepareHeader at 12 referenced in function _WIN_Play_Samples
> 
> wave_out.obj : error LNK2019: unresolved external symbol 
> __imp__waveOutUnprepareHeader at 12 referenced in function _free_memory
> 
> wave_out.obj : error LNK2019: unresolved external symbol 
> __imp__waveOutClose at 4 referenced in function _WIN_Audio_close
> 



More information about the Vorbis-dev mailing list