On 4/8/11 6:25 AM, Maarten Koopmans wrote:
I'll just write a copyfile function in LC then. That should be near-C
speed, assuming open/read/write are implemented close to the os.
Thanks, Maarten
I would second Mark's option to use shell, I have a complete in-house
version control system for InD
Better push this one to a ticket in the QA center with a sample stack.
On 4/9/11 9:23 AM, Bernard Devlin wrote:
I have some very simple code that works in 4.0 (on both Linux and
Windows), but which fails on 4.6. The code posts XML to a webserver
and now fails on both Linux and Windows using 4.
I have some very simple code that works in 4.0 (on both Linux and
Windows), but which fails on 4.6. The code posts XML to a webserver
and now fails on both Linux and Windows using 4.6. It is making
PROPFIND requests to a webdav server. But fundamentally it is just
HTTP request/response, and shou
One hour to go. be there or be dust.
http://bjoernke.com/chatrev/
http://livecode.tv/
On 8 Apr 2011, at 03:10, Björnke von Gierke wrote:
> Hi passive watchers
>
> Getting two people per week from the community to make a show is very
> stressful, and we are pondering ways to reduce that load. T
Hi Friends,
When i try to connect PostgreSQL 9.0.3 from revserver (localhost, OpenSuse 10.4
x64), in using this code :
> put "postgresql" into DbTarget ; put "mydatabase" into DbName #
> Constante 3 & 4 #
> put "mypguser" into DbUser ; put "mypguserpassword" into DBPasswd #
> Cons