[Solved] URL Stream Failing on SDL Framework

BlitzMax Forums/Brucey's Modules/[Solved] URL Stream Failing on SDL Framework

RustyKristi(Posted 2016) [#1]
If I do not set any framework..

LoadText("http::somesite/sometext")

It works..

When I set

Framework SDL.GL2SDLMax2D
Import BRL.TextStream

LoadText("http::somesite/sometext")

I get Error reading stream

What's the proper import?


Derron(Posted 2016) [#2]
Checkout brl/ there is some httpstream.mod


Bye
Ron


RustyKristi(Posted 2016) [#3]
Thanks Derron, works great! and I'll keep that in mind from now on. :-)