Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] learning CGAL and include lib

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] learning CGAL and include lib


Chronological Thread 
  • From: sara ershadi <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] learning CGAL and include lib
  • Date: Thu, 15 Nov 2012 01:20:47 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=tHYx3DuvNc1iRVHKhbTDgt4UdE+OVvb/TZ49t8iBfanTPNTLjayLh89ORnLf5HA6w1dw5t2uvopzzWc3L2QYf4nq1aYbdfy8UJ8lWJ759HA3K60/WLI6YAaT29cct0Z9gFovgzHZAgdnM3RGuWSyS2H/FUkeVeOAgK+TPxmVE7w=;

Hi , 

In all my .sln file that I open , there is a ALL-BUILD in top of the solution , hoewer I do the things you said but still the error appear when I want to debug a (.sln file of each demo).
unable to start a program .
C:\CGAL-4.1\build-demo\trangulation2-build\x64\Debug\ALL-Build 
the system can not find the file specified .



From: Clément Jamin <>
To:
Sent: Thursday, November 15, 2012 12:41 AM
Subject: Re: [cgal-discuss] learning CGAL and include lib




On Wed, Nov 14, 2012 at 5:33 PM, sara ershadi <> wrote:
sorry I mistakely type matlab instead of windows. 

in visual studion the error is (when I want to debug the build (solution )):
unable to start a program .
C:\CGAL-4.1\build-demo\trangulation2-build\x64\Debug\ALL-Build 
the system can not find the file specified .

In the Visual Studio solution, the ALL_BUILD project is the default "Startup project". You can change it by right-clicking the appropriate project in the Solution Explorer and choosing "Set as startup project".

Clément.
 


hi , thanks alot. 
Fortunately this time I succeeds to run the demo . I run .exe file in matlab environment and saw the demo and meshes.
but in visual studio when I want to debug the solution there is an error about not finding .dll in *86 folder.

I have copied include/CGAL in my opencv folder since I have set a .properties file to add any project and for setting include file but I don't know what is the better way for it.



From: Roberto Lam <>
To:
Sent: Wednesday, November 14, 2012 8:06 AM
Subject: Re: [cgal-discuss] learning CGAL and include lib

So as you told before you must go step by step. First you must put you cgal library
working properly with VS 2010.
do you follow the 6th
(of http://acg.cs.tau.ac.il/cgal-at-tau/installing-cgal-and-related-programs-on-windows)

6) Sanity check
 - Open CMake (cmake-gui, can be found on the desktop) - (for win7 users, use "Run as admin")
 - Choose "Where is the source code:" to be the Triangulation_2 demo directory under the CGAL installation. Namely, <CGAL>/demo/Triangulation_2 (C:/Program Files/CGAL-3.9 /demo/Triangulation_2).
 - Choose "Where to build the binaries:" to the same directory.
 - Click Configure
 - Click Generate
 - Go to the directory (C:\Program Files\CGAL-3.9) and open the solution and compile. Run the Delaunay_triangulation project for check (in debug and release)

When you say "it can not run and end immediately." What is the error that appears?
  


2012/11/14 sara ershadi <>
hi , 
No , I have already build some example in CGAL . I first make .sln file with Cmake 2.8 and then open it with visual studio 2010 and build the solution. .exe file also created in debug folder but usually it can not run and end immediately.

I have learn CGAL till this point until now.



From: Roberto Lam <>
To:
Sent: Wednesday, November 14, 2012 7:39 AM

Subject: Re: [cgal-discuss] learning CGAL and include lib

And do do you have already load (or define) the mesh?


2012/11/14 sara ershadi <>
My Goal in CGAL in 3D reconstruction human pose . but I want to do it step by step . I want now have a mesh of interest point .


From: Shriramana Sharma <>
To:
Sent: Wednesday, November 14, 2012 5:32 AM
Subject: Re: [cgal-discuss] learning CGAL and include lib

On Wed, Nov 14, 2012 at 6:12 PM, sara <> wrote:
>
> I am a CGAL beginner , I wnat to use CGAL function . what is your suggestion

Hello. Please state clearly what exactly you want to do using CGAL.
Then the people here would be better able to help you.

--
Shriramana Sharma

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


















Archive powered by MHonArc 2.6.18.

Top of Page