Search the web
Sign In
New User? Sign Up
claireprogramminglanguage · Claire Programming Language - A place to discuss about the CLAIRE language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 586 - 658 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
586
I was having problems installing CLAIRE on Windows XP even though the environment variables were defined correctly. I:\Program Files\Claire\release>nmake /F...
igouy2
Offline
Oct 7, 2003
5:38 pm
587
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 =...
igouy2
Offline
Oct 8, 2003
12:29 am
588
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...
thbenoist
Offline
Oct 8, 2003
6:03 am
589
... 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...
igouy2
Offline
Oct 8, 2003
2:59 pm
590
testmod :: module( part_of = claire, made_of = list<string>("test") )...
thbenoist
Offline
Oct 8, 2003
3:04 pm
591
... ("test") ) Thanks that's let me take a step forward. I:\pls\Claire>claire -cm testmod -- CLAIRE run-time library v 3.3.28 [os: ntv, C++:MS VC++ ] -- this...
igouy2
Offline
Oct 8, 2003
3:32 pm
592
Hi, Think to specify the source module's attribute : testmod :: module( part_of = claire, source = "." , made_of = list<string>("test") ) The default value of...
nmuseux
Offline
Oct 8, 2003
3:41 pm
593
... Ah! I see. ... Fixed with: testmod :: module( part_of = claire, source = ".", made_of = list<string>("test"), uses = list(claire) ) Two questions: 1) ...
igouy2
Offline
Oct 8, 2003
4:11 pm
594
OK, testmod :: module( part_of = claire, source = ".",made_of = list<string>("test") ) or maybe setting source to your full path: "c:\\myDirectory\\sources"...
thbenoist
Offline
Oct 9, 2003
6:04 am
595
It solves two interesting GC bugs found by Sylvain, as well as an ealier problem with the dynamic creation of tables. Cheers, -- Yves...
ycaseau
Offline
Nov 23, 2003
5:53 am
597
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...
Send Email
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...
picander77
Offline Send Email
Jan 20, 2004
2:03 pm
599
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...
thbenoist
Offline
Jan 20, 2004
2:47 pm
600
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...
ycaseau
Offline
Mar 7, 2004
11:18 am
601
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...
sportingaprimera2002
sportingapri...
Offline Send Email
May 13, 2004
3:20 pm
603
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...
lkammogne2000
Offline Send Email
Aug 11, 2004
3:33 pm
604
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...
pannalal1956
Offline Send Email
Sep 20, 2004
2:52 am
605
... any ... You may download the documentation in the Files section (look at the bar on the right) Cheers, -- Yves...
ycaseau
Offline
Oct 2, 2004
12:48 pm
606
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...
ycaseau
Offline
Oct 2, 2004
12:56 pm
607
... claireprogramminglanguage@yahoogroups.com, "sportingaprimera2002" ... find ... 325 ... Section 4 ... and ... use ... it? I ... CLAIRE Schedule is no longer...
ycaseau
Offline
Oct 2, 2004
12:58 pm
609
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...
ycaseau
Offline
Oct 16, 2004
4:59 am
610
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...
Send Email
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...
strombergjo
Offline Send Email
Oct 3, 2005
2:43 pm
637
Choco has been ported to Java. The new site is now : http://choco.sf.net /Narendra...
njussien_fr
Offline
Oct 3, 2005
3:11 pm
652
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...
ngouna
Online Now Send Email
Jan 23, 2006
4:13 pm
653
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...
ycaseau
Offline
Jan 24, 2006
6:21 am
655
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...
sebwind
Offline Send Email
Jan 24, 2006
2:00 pm
656
Hello, I will try to use CLAIRE with Cygwin @+...
sebwind
Offline Send Email
Jan 24, 2006
6:52 pm
657
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;...
HOUE Raymond
ngouna
Online Now Send Email
Jan 26, 2006
10:54 am
658
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;...
HOUE Raymond
ngouna
Online Now Send Email
Jan 26, 2006
12:09 pm
Messages 586 - 658 of 1160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help