[Solved] URL Stream Failing on SDL Framework
BlitzMax Forums/Brucey's Modules/[Solved] URL Stream Failing on SDL Framework| 
 | ||
| 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? | 
| 
 | ||
| Checkout brl/ there is some httpstream.mod Bye Ron | 
| 
 | ||
| Thanks Derron, works great! and I'll keep that in mind from now on. :-) |