Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode

2011-11-21 Thread Chris Richardson (WTI)
-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Jeff Shanab Sent: Monday, November 21, 2011 3:10 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode I am building cross platform from one

Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode

2011-11-21 Thread Jeff Shanab
& use' Subject: Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode Hi Jeff, On Windows, when you want to build both Unicode and non-Unicode, the easiest way is to use the Microsoft-specific TCHAR functions. If you look up a particular function on MSDN you can find the TCHA

Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode

2011-11-21 Thread Ross Finlayson
> What happened was one of the files now has an include and that cascaded to it > I think. I had updated last march, so I wasn’t that far behind. Well, nothing in the "WindowsAudioInputDevice" directory has changed in years. You should not be building (or including) this stuff at all, if you do

Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode

2011-11-21 Thread Chris Richardson (WTI)
Hi Jeff, On Windows, when you want to build both Unicode and non-Unicode, the easiest way is to use the Microsoft-specific TCHAR functions. If you look up a particular function on MSDN you can find the TCHAR routine name. In this case it will be _tcsncpy. http://msdn.microsoft.com/en-us/l

Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode

2011-11-21 Thread Jeff Shanab
o: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode I updated to the newest version of live555 and the WindowsAudioInput folder was added. It was added in July 2003! You've probably had it all along. (But you don't

Re: [Live-devel] WindowsAudioInputDevice_noMixer.hh and unicode

2011-11-21 Thread Ross Finlayson
> I updated to the newest version of live555 and the WindowsAudioInput folder > was added. It was added in July 2003! You've probably had it all along. (But you don't have to use it if you don't want to; i.e., if you don't want to read PCM audio input from a Windows sound card.) > In one of