I was having problems installing CLAIRE on Windows XP even though the environment variables were defined correctly. I:\Program Files\Claire\release>nmake /F...
Please help explain what things I'm doing wrong. (using unchanged init.cl from distribution release-3-3-28.zip file testmod.cl test :: module( part_of =...
Hi, Just define your module in the init.cl file: testmod :: module( part_of = claire, made_of list("test") ) And remove the begin/end lines, these instruction...
... It didn't seem to like that? I:\pls\Claire>claire -cm testmod -- CLAIRE run-time library v 3.3.28 [os: ntv, C++:MS VC++ ] -- this is a init file for...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the claireprogramminglanguage group. File...
claireprogramminglang...
Dec 3, 2003 3:57 pm
598
Hello to all of you: I got a quite simple but naive problm, i think: I do have windows xp and downloaded claire version 3.3 1. I unzipped the files on...
Hi, You must have a C++ compiler available from the command line. -> add the path to cl.exe and nmake.exe to your PATH environement variable (something like...
Hello everyone, a new release is available (3.3.34). It solves a long list of bugs that have been found in the past 3 month (sorry, my ADSL connection was not...
Hi all, I'm a Spanish student who is currently developing a project and I would like to take a look to some algorithms, but I can't find them. I have read this...
hello how are you i am a new member of claireprogramminglanguage and i want have any document of "claire"(documentation, programming language) please excuse my...
Hello, I am very keen to learn claire programming language. Please tell me the pointers where tutorial and manuals are available. I am also looking for some...
Hello everyone, I have been quiet for a long time ... for 2 reasons: (a) No nasty bugs were reported :-) (b) I was writing a book this summer Anyway, I have...
... claireprogramminglanguage@yahoogroups.com, "sportingaprimera2002" ... find ... 325 ... Section 4 ... and ... use ... it? I ... CLAIRE Schedule is no longer...
Oops ! I had left too many debug statements in the previous release ... (a) it was slowing things down (b) in one case it could create a flow of printf :-( I...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the claireprogramminglanguage group. File...
claireprogramminglang...
Oct 16, 2004 5:00 am
636
Hi, Does anyone know what has happened to Choco? I tried www.choco-constraints.net but it seems to be unavailable. /Johannes...
I tried to install CLAIRE under windows XP. Every thing went well until this message: clConsole.cpp c:\claireV3.3\csrc\clConsole.cpp(53) : error C4430: missing...
Hello, this is very strange ... many of us (including myself) are running claire under XP and never got anything similar. My guess (based on the few lines that...
Hello Everybody, I tried to use CLAIRE under windows XP to, but where is the claire executable in the release 3.3.40 ? (sorry, i'm a beginner) Maybe I missed a...
Hi all, How I managed to install CLAIRE, by modifying some files: in clConsole.cpp and clNoConsole.cpp, I changed the lines [53] and [45] into int i, j,k; k=1;...
Hi all, Since I succeded in installing CLAIRE, I am now interested by performing some CSP. I saw that a tool called CHOCO is the one dedicated for such issues;...