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

2007-06-14 Thread Harry Sack
2007/6/14, Josh Coalson [EMAIL PROTECTED]: --- 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

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

2007-06-14 Thread Erik de Castro Lopo
Harry Sack wrote: but aren't they C++ headers en lib's? Not C++, C. I have no idea how I can include a C++ header in a C# project. It this even possible? Yes. Google for dllimport csharp. Erik -- - Erik de Castro Lopo

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

2007-06-14 Thread Josh Coalson
is wrapping c++ any easier? because there is libFLAC++ otherwise, if you only need a certain subset of what FLAC does it might be easier to write a smaller C interface + wrapper implementation, then import that in c#. Josh --- Pyt [EMAIL PROTECTED] wrote: I tried that approach a while ago

[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 (open

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 properties, ... of