[vorbis-dev] Problems with vorbis sdk

Gian-Carlo Pascutto gcp at sjeng.org
Tue Sep 11 02:45:16 PDT 2001



----- Original Message -----
From: "John Denton" <dentons at onetel.net.uk>
To: <vorbis-dev at xiph.org>
Sent: Tuesday, September 11, 2001 9:18 AM
Subject: Re: [vorbis-dev] Problems with vorbis sdk

> The first thing which threw me was the use of stdin and stdout for i/o - I
> haven't seen anything like this for years

You surely haven't been looking outside your sandbox.
Nearly all utilities on any unix-alike system work
that way, or at least support it.

It can do everything the standard command line
(util infile outfile) can, and extras, like piping.

> and had to search the loft for a
> DOS (3!) book to figure out how to use the thing when I'd compiled it!
This
> is not Win32!

LOL. It sure is. It's not because the interface
isn't what you're used to that it isn't Win32.
Pipes are a standard Win32 feature too, but
Microsoft did some nasty things that make
them harder to use in some cases (on Win32).

I have a (Win32) project which relies entirely
on standard i/o for interprocess communication.
It works just fine. And it can be ported without
a single change.

>     Project1 < c:\\temp\\test.wav > c:\\temp\\test.ogg

Hmm, I don't think you need the double backslashes here.

> In passing - I may be being a bit thick - what is the intended difference
> between the dlls and those suffixed d, for example ogg.dll and ogg_d.dll?

The _d dll's have debugging information.


--
GCP

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Vorbis-dev mailing list