Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL example (simple_join_intersect)

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL example (simple_join_intersect)


Chronological Thread 
  • From: Mahmood Naderan <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL example (simple_join_intersect)
  • Date: Tue, 5 Feb 2008 01:10:41 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=5qs3QUR2ifJZREyVN2cNbl4I5pLCDAbNVp0o4VZ9X3PjPErSmqeMRGfzxubn5Idv+TJAKG0l5+QUBSk10EokRfuY5fior/UgNMhzGq+fTgbnIW8SNKThhRuoOWtB3JC2vGiPoE7hLDKgbIqCQVde8jEsa9xG5WF8RNBkVD9nhfw=;

Hello,
You did not noticed what I said. please do the followings (I assume you use
VC2005):
1- install service pack for VS8. This service pack is not necessary for
building CGAL libraries, but you may face some confusing compiler errors
(ICEs, heap size errors, ...) in future works, so it is better to install SP1
now.

2- open "C:\Program Files\CGAL-3.3.1\src\CGAL_80.sln" and WITHOUT any
modification select "build->rebuild solution". Do not change project
settings. Please see the "lib.PNG" I attached and ensure that "additional
dependencies" are empty. What I understand from your reply is that you add
CGALcore++-vc80-mt-gd.lib and other lib files in the project settings. You
have to noticed that the purpose of building "CGAL_80.sln" is to create
library files in "lib" folder. You add non existing libraries to build them.
See what is the problem?

3- after buildng you will have CGAL library files. Now open
"simple_join_intersect" and add these library files (that I said in previous
mail) in "linker->input->additional dependencies":
CGALcore++-vc80-mt-gd.lib
CGALPDB-vc80-mt-gd.lib
cgalqt-vc80-mt-gd.lib
cgal-vc80-mt-gd.lib

4- now select "build->build simple_join_intersect".

thats it... Hope this can help you :)

-------------------
Mahmood Naderan
http://ce.sharif.edu/~m_naderan







----- Original Message ----
From: Kenneth Tham
<>
To:

Sent: Monday, February 4, 2008 8:10:19 PM
Subject: RE: [cgal-discuss] CGAL example (simple_join_intersect)

Hi,
I have tried to build the cgal lib project in CGAL_80.sln. I have also
included the library files, but to no avail. Do I also need to install a
service pack for the express edition? Thanks for your help.
Regards,
Kenneth


-----Original Message-----
From: Mahmood Naderan
[mailto:]

Sent: Mon 2/4/2008 1:13 AM
To:


Cc:
Subject: Re: [cgal-discuss] CGAL example (simple_join_intersect)



Hi,
You have to build "CGAL_80.sln" in "\src" folder. Then in
"Linker->input->additional dependencies" add the following entries:

CGALcore++-vc80-mt-gd.lib
CGALPDB-vc80-mt-gd.lib
cgalqt-vc80-mt-gd.lib
cgal-vc80-mt-gd.lib

But I have to say logically if these libraries were not added, linking
should have trouble and unresolved external symbol error must appear.

Try what I said. These are the same of me. I think that was the problem.

-------------------
Mahmood Naderan
http://ce.sharif.edu/~m_naderan







----- Original Message ----
From: Kenneth Tham
<>
To:

Sent: Sunday, February 3, 2008 12:11:26 PM
Subject: RE: [cgal-discuss] CGAL example (simple_join_intersect)

Hi,
Yes, I got the same error in 2005. Attached are the screenshots. I'm
not sure which section for the manifest settings you were referring to, so I
took the general section. Do let me know if it is some other. I can actually
run the Polygon_2 examples. Also, I have tried to rebuild the libraries using
cgallib_80 project. However, it still gives me the same error. Thanks for
your advice.

Regards,
Kenneth

-----Original Message-----
From: Mahmood Naderan
[mailto:]
Sent: Sun 2/3/2008 2:59 PM
To:

Cc:
Subject: Re: [cgal-discuss] CGAL example (simple_join_intersect)



Hi,
It is strange...Did you get same error in 2005? Can you run other
examples in that directory? Can you write here Manifest section in project
settings or send a screenshot of it? and also a screenshot of linker->input

You did not say that did you get any warnning?

-------------------
Mahmood Naderan
http://ce.sharif.edu/~m_naderan







----- Original Message ----
From: Kenneth Tham
<>
To:

Sent: Sunday, February 3, 2008 10:14:49 AM
Subject: RE: [cgal-discuss] CGAL example (simple_join_intersect)

Hi,
I installed Visual C++ Express 2005, then CGAL. However, after I
got the error, I installed VC Exp 2008 with CGAL installed and ran the
application. It still gave me the same error. Thanks for your help.
Regards,
Kenneth


-----Original Message-----
From: Mahmood Naderan
[mailto:]
Sent: Sat 2/2/2008 11:51 PM
To:

Cc:
Subject: Re: [cgal-discuss] CGAL example (simple_join_intersect)



>I get the error message: "The application failed to start
because the application configuration is incorrect. >Review the manifest
files for possible errors. Reinstalling the application may fix this problem"

Hi,
I run it without any problem in VC 2005. What is the order of
installation: (VC installed then CGAL) or (CGAL installed the VC)? Did you
got any warnning during compilation and linking? please REBUILD the project
to see if there were any warnning.

-------------------
Mahmood Naderan
http://ce.sharif.edu/~m_naderan






----- Original Message ----
From: Kenneth Tham
<>
To:

Sent: Saturday, February 2, 2008 5:48:58 PM
Subject: [cgal-discuss] CGAL example (simple_join_intersect)

Hi,
I am using CGAL 3.3.1 and MS Visual C++ Express 2008. When I try
to run the example simple_join_intersect under Boolean_set_operations_2, I
get the error message: "The application failed to start because the
application configuration is incorrect. Review the manifest files for
possible errors. Reinstalling the application may fix this problem"

Is there a dll to include or setting that I need to do before I
run the example? Some other examples run fine though. Thanks for your help.
Regards,
Kenneth

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss

[This e-mail is confidential and may be privileged. If you are
not the
intended recipient, please kindly notify us immediately and
delete the message
from your system; please do not copy or use it for any purpose,
nor disclose
its contents to any other person. Thank you.]
---ST Electronics Group---



--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss


--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ



Archive powered by MHonArc 2.6.16.

Top of Page