comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: IDL sockets
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL sockets [message #25106 is a reply to message #25103] Thu, 17 May 2001 09:58 Go to previous messageGo to previous message
Kelly Dean is currently offline  Kelly Dean
Messages: 92
Registered: March 1997
Member
Pretty need stuff! I was able to read the idl.htm page. Even text files
from another server.

Just wondering - how would you open and display a JPEG from ...

http://www.emwin.org/rxfiles/G10FDIUS.jpg

To bad GIF support was removed with IDL 5.4.

Kelly Dean
CSU/CIRA

George Constantinides wrote:

> Hi IDLers,
>
> Has any one used the SOCKET function successfully?
>
> I have tried the Craig Markwardt suggestion from an earlier post without
> any success.
>
>> socket, unit, 'cow.physics.wisc.edu', 80, /get_lun
>> printf, unit, 'GET http://cow.physics.wisc.edu/~craigm/idl/idl.html'
>> text = ''
>> while eof(unit) EQ 0 do begin
>> readf, unit, text
>> print, text
>> endwhile
>> free_lun, unit
> --
>
> email: GeorgeC@mhl.nsw.gov.au
> URL http://www.mhl.nsw.gov.au
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: re:call_external with V c++
Next Topic: shade

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 17:24:57 PDT 2025

Total time taken to generate the page: 1.59610 seconds