[Flac-dev] FLAC: library for C#

2007-06-13 Thread Harry Sack
Hi FLAC dev's list, I'm looking for a library for the C# language (Microsoft .Net Framework 2.0or higher) to play FLAC files and/or maybe do some other things like getting the file duration, file properties, ... of FLAC files. The library must preferably be free (open source is not required, but

Re: [Flac-dev] FLAC: library for C#

2007-06-13 Thread Erik de Castro Lopo
Harry Sack wrote: > Hi FLAC dev's list, > > I'm looking for a library for the C# language (Microsoft .Net > Framework 2.0or higher) to play FLAC files and/or maybe do some other > things like getting > the file duration, file properties, ... of FLAC files. > The library must preferably be free (o

Re: [Flac-dev] FLAC: library for C#

2007-06-13 Thread Josh Coalson
--- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > Harry Sack wrote: > > > Hi FLAC dev's list, > > > > I'm looking for a library for the C# language (Microsoft .Net > > Framework 2.0or higher) to play FLAC files and/or maybe do some > other > > things like getting > > the file duration, file pr

Re: [Flac-dev] Typo in aclocal.m4

2007-06-13 Thread Josh Coalson
--- wrote: > Hi Josh (and everyone else on the list), > > Here's a quick fix for libFLAC.m4 and libFLAC++.m4 for a problem that > crops up if you use the macros in an environment where > LD_LIBRARY_PATH > is set. The macros save LD_LIBRARY_PATH as ac_save_LDPATH, but > restore > it from ac_save_

Re: [Flac-dev] Patch : Fix pointer cast warning

2007-06-13 Thread Josh Coalson
excellent, thanks for the tip. this solves the problem for autoconf-based builds, but still not sure how to do it for MSVC. Josh --- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > Hi all, > > The code currently in CVS gives a compile warning: > > memory.c: In function 'FLAC__memory_alloc_

Re: [Flac-dev] Patch : Fix pointer cast warning

2007-06-13 Thread Erik de Castro Lopo
Josh Coalson wrote: > excellent, thanks for the tip. this solves the problem for > autoconf-based builds, but still not sure how to do it for MSVC. Sorry, whats the problem with MSVC? Erik -- - Erik de Castro Lopo