Displaying 3 results from an estimated 3 matches for "vsj".
Did you mean:
vs
2007 Jun 14
2
FLAC: library for C#
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
-----------------------------------------------------------------
2007 Jun 14
2
FLAC: library for C#
...straightforward what to
> do (callbacks, pointers, and structs can get tricky).
> http://pinvoke.net/ is a good resource for mapping Win32 API to C# using
> DllImport, you may find it useful for your efforts. I also found this
> article helpful in context of DllImport:
> http://www.vsj.co.uk/articles/display.asp?id=501.
>
> I have some C# code for working with FLAC and Vorbis Comments that does
> not use the FLAC libraries:
>
> http://idsharp.svn.sourceforge.net/viewvc/idsharp/IdSharp.Tagging/trunk/Tagging/VorbisComment/Classes/
>
> http://idsharp.svn.sourcef...
2007 Jun 14
0
FLAC: library for C#
...do (callbacks, pointers, and structs can get tricky).
> > http://pinvoke.net/ is a good resource for mapping Win32 API to C#
> using
> > DllImport, you may find it useful for your efforts. I also found
> this
> > article helpful in context of DllImport:
> > http://www.vsj.co.uk/articles/display.asp?id=501.
> >
> > I have some C# code for working with FLAC and Vorbis Comments that
> does
> > not use the FLAC libraries:
> >
> >
>
http://idsharp.svn.sourceforge.net/viewvc/idsharp/IdSharp.Tagging/trunk/Tagging/VorbisComment/Classes/
&...