Comments for CLIP
27 Aug 2005 16:50
my experience with clip
basic clipper and dbf functions are very good, but there are some new areas that present small problems (sql, non-clipper datatypes provided for compatibility with other dialects) and other areas that are simply incomplete (gtk2 support).
My only problema was to learn how mature each area and library is. I had to learn from trying...
Otoh, small bug fixes were easy to implement, the internals are understandable by just studying the code.
I think clipper is the best language to write text-mode full screen data entry programs. and clip is the best tool I could find. Thanks.
28 May 2005 11:07
It's amazing!
Dear Clip Team
i just want to tell how wondered i'm from this product. I'm now in the testing phase, but i think that the next thing i will do is to buy a commercial license. Great job!
Many thanks for bringing Clipper alive again!
Ernesto
20 Aug 2004 03:44
Re: Compile with cygwin
% /usr/include/w32api/basetsd.h:110:
comment this line.
please contact to uri at itk dot ru for bug reports
20 Aug 2004 02:53
Compile with cygwin
Hi, i tried to compile with cygwin under windowsxp
and i get this error:
gcc -Wall -I. -I./include -O2 -O0 -c _file.c
In file included from /usr/include/w32api/winnt.h:164,
from /usr/include/w32api/windef.h:246,
from /usr/include/w32api/windows.h:48,
from _file.c:540:
/usr/include/w32api/basetsd.h:110: error: parse error before ',' token
make: *** [_file.o] Error 1
cygwin version is 1.5.10.
It was something wrong?
14 Jul 2004 05:30
Re: Article about CLIP
Otimo artigo, incentiva o uso da linguagem, bem como demonstra os passos basicos para a instalacao, quero tambem dizer-lhes que estou trabalhando em um projeto com o CLIP e o POSTGRESQL, esta bom pra comecar e acho que vai otimo essa parceria.
11 May 2004 07:48
Re: CGI programming
> Clip is a very nice alternative for
> writing CGI applications under Linux
> with apache.
> Unfortunately i can't find any examples
> in the docs,
> so i don't know how to handle gets and
> posts. :(
local err
local len,data,ret
errorblock({|err|error2html(err)})
?? "Content-type: text/html"
? ? "REQUEST_METHOD=", getenv("REQUEST_METHOD")
? "CONTENT_LENGTH=", getenv("CONTENT_LENGTH")
? "QUERY_STRING=", getenv("QUERY_STRING")
? cgi_split(getenv("QUERY_STRING"))
len = val(getenv("CONTENT_LENGTH"))
data := space(len)
ret := fread(0,@data,len)
? "Read from stdin:",ret,":",left(data,ret)
return
11 May 2004 07:15
CGI programming
Clip is a very nice alternative for writing CGI applications under Linux with apache.
Unfortunately i can't find any examples in the docs,
so i don't know how to handle gets and posts. :(
07 Apr 2004 09:16
Article about CLIP
www.linuxit.com.br/mod...
13 Feb 2004 00:19
Fast and reliable
I tried the Clip. Very powerful andmostly reliable, except
some gtk stuff.
Now trying to port on my ia64 machine. Not so easy. Maybe
I'll have to post some patches for this architecture.
On ia32, works smoothly and efficiently. Good job.
New development (as of 2009) is happening at users.skynet.be/angelo...