IDL 8.2 IDLnetURL insight [message #86365] |
Wed, 30 October 2013 22:34  |
marcus patam
Messages: 1 Registered: October 2013
|
Junior Member |
|
|
hello!
I am currently working to make this example (Google Map Plot)
work on my setup (Windows 8 SL, 64bit).
the coyote library is awesome, but ran into a small problem.
at first , i can't get the code to run as it always returns curl error 7.
however, i remember that the university had a proxy for the network, so i added these lines:
netObject = Obj_New('IDLnetURL')
*netObject -> SetProperty,PROXY_HOSTNAME='proxy.name.goes.here'
*netObject -> SetProperty,PROXY_PORT='8888'
and made it work.
hope this helps someone out their =)
|
|
|
Re: IDL 8.2 IDLnetURL insight [message #86368 is a reply to message #86365] |
Thu, 31 October 2013 05:15  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
marcus patam writes:
>
> hello!
>
> I am currently working to make this example (Google Map Plot)
> work on my setup (Windows 8 SL, 64bit).
>
> the coyote library is awesome, but ran into a small problem.
>
> at first , i can't get the code to run as it always returns curl error 7.
> however, i remember that the university had a proxy for the network, so i added these lines:
>
> netObject = Obj_New('IDLnetURL')
> *netObject -> SetProperty,PROXY_HOSTNAME='proxy.name.goes.here'
> *netObject -> SetProperty,PROXY_PORT='8888'
>
> and made it work.
>
> hope this helps someone out their =)
Thanks, Marcus, I'll make a note in the code.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|