Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017
Chronological Thread
- From: Kabir Kedia <>
- To:
- Subject: Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017
- Date: Wed, 10 Mar 2021 12:54:07 +0530
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:nnRWNRfly2c8ioD1AbxP8mGnlGMj4u6mDksu8pMizoh2WeGdxc26bReN2/xhgRfzUJnB7Loc0qyK6vGmADVfqsfb+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAiyoAnLq8UanIlvJqk1xxfXv3BFZ/lYyWR0KFyJgh3y/N2w/Jlt8yRRv/Iu6ctNWrjkcqo7ULJVEi0oP3g668P3uxbDSxCP5mYHXWUNjhVIGQnF4wrkUZr3ryD3q/By2CiePc3xULA0RTGv5LplRRP0lCsKMSMy/WfKgcJyka1bugqsqBNxw4HWYI+bOvlwcL7Dc9wGXmdORNpdWjZbD4+gc4cCDewMNvtYoYnnoFsOqAOzCwy2C+z0yz9InGL906gk3Os8EAHJxhErEtUNsHvOt9r1Nb0SUeOrw6bVzDXMde9a1Srg5ITVaR0hrvSMUqhxccrV00UgCwTFjlCJpIHjIjia2fgDvXKB4Op8SeKglXQnqwdprzWsxcohhZXEi40Jxl3a6yh03Jo5KMOlRUNnbtCpEJtduS6UOYZ0Xs8uXX9ktSgnx7AIpZO2fTYHxpskyhPea/KKdZWD7BzkVOaUOzh4hXRldaqjiBa960egzvfwVs6u0FZFtiZFlMPDuWsW2BzX9MeLUOFx8Vum2TaKzwzT7PtLLlsvmqrfNZEt2KI/lp0WsUjbHy/2nl/2jK6MeUk+9Oio8eLqaajlqJ+EL4J4lB3yP6A0lsG8Aek0KBYCU3aG9eimybHu/0z0TbNXhfMsiKbZqorVJcEDq665HQBV1oEj5g66Dzi80dQYmWALLExGeB6aloTpNUzCLfL5APuljFSslzBrx//CPrL/GJnCMn/DkLL5cbZ87U5T1hYzwMhB655IDrwNOvH+V0/ruNDGEBM1Lha4z/vlBdh8zo8eXHiAAq6dMKPcq1+I4ecvLvGPZIAPozn9KuIl5/3wgnAkmF8SZ7Wl0YYKZHylBflmLECZbmDtgtcFC2sFog0+TOnyhF2YTTFTf2qyX7475jwjFI2mAp3MRoS0jLOc3Se7BYFZZn1dClCXCnrobIWFW/IUaC2IOMNhkzoEVaKgS4A7zx2uuhX6mPJaKPHJ8HgYqY77z4oyoPbCkAk7sz1yFcWUlW+XCHplm3sBAD4w0qc4qkN0zhKP0LNznudDRuFV/O5Dchs/Mcvc0/BiEIK1HRnQe8+ADlegWNSvRz8rCckgxscHJEd7FdLlhR/K22+mAqQeiqeQV6Ey6b/W43XhO5N912rez/tmyEI3R9NGc2ygnK92sQbJQJXYll2Q0Kese6Nb1yHE8CKPzHGFoVpDAzJ3BK7KVHRaakrNpsni/WvDSaWvAPIpKFhv08mHf4hDYNzzxXZLSPbqcIDdamiwgWS9CReBnurVNaLlfmwc2GPWD01SwFNbxmqPKQVrXnTpmGnZFjE7TQuyMXOpyvF3rTaAdmFxzwyOaBc/hb+8+xpQm//FDv1KgexCtyAmpDF5Wl262oCOUobSl09aZKxZJOgFzhJfz2uA7l5yO5WhK+ZpgVtMK10m7XOr7A1+D8B7qeZvqXoryARoLqfBiQFOcjqZ2db7PbiFc2Q=
Hi aoman,
Did you include qt and components in Cmakelists.txt.
Also use #CGAL_define_basic_viewer.
Kabir Kedia
On Wed, 10 Mar 2021 at 12:51 PM, Aomandeyi <> wrote:
hello,everyone ,i try to download official example which is "
CGAL-5.2\examples\Triangulation_2"from the website CGAL.org,
i successfully cmake the examples , after i open "
Triangulation_2_Examples.sln " from "
"G:\MyCGAL_code\code_1\Triangulation_2\build"
by VS2017, i also successfully build all projects ,and there are no errors
happen , then click the debugger in VS, the "draw triangulation.exe"
running fine ,but the"Triangulation_2 Basic_viewer" is empty, i known
someonw's successul results has color triangles in the
window which called "Triangulation_2 Basic_viewer" ,did anyone try this
official example before??
<http://cgal-discuss.949826.n4.nabble.com/file/t376288/66.png>
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Kabir Kedia, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Kabir Kedia, 03/10/2021
Archive powered by MHonArc 2.6.19+.