Custom libURL

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
lohill
Posts: 770
Joined: Tue Dec 08, 2009 6:37 pm

Custom libURL

Post by lohill » Wed Jul 14, 2010 11:08 pm

Can the custom libURL library that comes with the GLX Application Framework be used without having installed the framework itself?
If so, is the install as described in the framework documentation sufficient to do the job or are other things needed?

Thanks in advance,
Larry

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: Custom libURL

Post by trevordevore » Thu Jul 15, 2010 7:57 pm

Yes it can. All you are doing is updating the revLibURL script that ships with Rev.
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Custom libURL

Post by Mark » Fri Jul 16, 2010 8:15 am

Hi,

Be careful: GLX is a bit old already and the libUrl in your version of RunRev migt be newer than that of GLX.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Re: Custom libURL

Post by trevordevore » Fri Jul 16, 2010 1:38 pm

The latest public release of the framework was in November of 2009 (I've posted beta versions to the Google Group since then). I think that was right around the time that that Rev 4.0 was released. I'm always using the latest release engine in my work and the custom version of libURL plays a vital role in my software so I always update it with changes that are made to the shipping version of libURL.
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

Post Reply