Select Build -> Build Solution in the IDE.
Keep users@gecode.org as CC when replying to make sure the email gets
forwarded to the mailing list, too. You should use reply to all when
responding to a message.


On 27 May 2013 03:13, manel askri <askri.man...@gmail.com> wrote:

> to be honnest , i'm new in this domain , and i don't know the steps to do
> it in the right way , i simply have to deal with gecode to find solutions,
> What i did is this , copy past the code of send-more-money in VS2010 C++,
> add the include paths , open the command prompt and set this command line :
>
> cl /DNDEBUG /EHsc /MD /Ox /wd4355 -I"%C:\Program
> Files\Gecode%\include" -c -Fosend-more-money.obj -Tpsend-more-money..cpp
> and i got that error . and i don't know how to build from the IDE
> ???????????????????
>
> Could you help me pleaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaase , thanks
>
>
>
> 2013/5/27 Mailing List Email <mailingli...@gmail.com>
>
>> That's because those include paths only take affect IF you compile from
>> within the IDE. If you compile from the command prompt, then you have to
>> add those include paths to the command line arguments to the compiler
>> manually.
>> Any reason why you simply don't build from the IDE itself?
>>
>>
>> On 27 May 2013 03:00, manel askri <askri.man...@gmail.com> wrote:
>>
>>> hello evry one !
>>>
>>> To be honnest with you , i have read the  Modeling and Programming with
>>> Gecode <http://www.gecode.org/doc-latest/MPG.pdf>. Also i searsh in the 
>>> Gecode's
>>> documentation <http://www.gecode.org/documentation.html>, and the archive
>>> of the Gecode users mailing 
>>> list<http://news.gmane.org/gmane.comp.lib.gecode.user> for
>>> solution to my problem but i didn't find one . i use windows 7 , VS2010 C++
>>> and gecode 4.0.0,  when i want to compile send- more-money; i get this
>>> erreur  "impossible d'ouvrir le fichier include : gecode/int.hh : no such
>>> file or directory"??
>>>
>>> I use the visual studio command prompt to compile, and i add C:\program
>>> files\gecode\include and C:\program files\gecode\lib to the properties of
>>> the project to garanti that it works but it doesn't work
>>> please if anyone could help me with this because  its the main  subject
>>> of my graduation project
>>>
>>> thanks verry much
>>>
>>> ASKRI Manel
>>>
>>> _______________________________________________
>>> Gecode users mailing list
>>> users@gecode.org
>>> https://www.gecode.org/mailman/listinfo/gecode-users
>>>
>>>
>>
>
_______________________________________________
Gecode users mailing list
users@gecode.org
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to