[vorbis] Winamp plugin.

Matthew James Brown mbrown at hotteam.org
Mon Feb 26 18:48:48 PST 2001



Maybe there's a better solution.  ;-)

Ok let me know what you think.

void httpShutdown()
{
    DestroyWindow(hwndMessage);  // Destroys dialog window on cleanup
    WSACleanup();
}

After you create the window I'm not sure that it's being destroyed properly.
Adding DestroyWindow in the function httpShutdown() seems to clear things up
on my end.  Please check this out and make sure that it doesn't break
anything.

Thanks and I hope that this helps/works,

Matt

----- Original Message -----
From: "Aaron Porter" <aaron at javasource.org>
To: <vorbis at xiph.org>
Sent: Monday, February 26, 2001 9:32 PM
Subject: Re: [vorbis] Winamp plugin.

> > You're right I don't think the http streaming code is my problem.  Isn't
> > httpInit() called every time the plugin is started?  Is the http dialog
> > created regardless of the fact that the file is not a http stream?
> >
>
> Yes, httpInit is called whenever the plugin is started. The dialog is not
> necessary. It just shows HTTP connection and buffer status. It is kind of
> ugly, just a quick hack really. Sorry to hear it's causing problems. What
OS
> are you running? I'm on Win2K.
>
> Should we drop the dialog? Maybe default to excluding it with an ifdef?
>
> Aaron
>
>
> --- >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-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.

--- >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-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 mailing list