Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] suitable version of visual studio for cgal

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] suitable version of visual studio for cgal


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] suitable version of visual studio for cgal
  • Date: Mon, 24 Jul 2017 10:39:34 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:g0HKbh0+qinmKcIgsmDT+DRfVm0co7zxezQtwd8ZseMVI/ad9pjvdHbS+e9qxAeQG96Ku7Qc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q89pDXYAhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmiDkJOSM3/m/Ujcx/jqxbrx2uqRNj2IPUfJybOeBicq/BYd8WW2xMVdtRWSxbBYO8apMCA+QHM+lCson9vUUBrR2iBQKxGO3vyzlIiWHs0q0nzu8tFR/L0g08EtwIq3jarcv6NKAXUe+r0KnI1zXCYfNM1jjh9IjIdQohoPGJUb5+bMHczk0vGBnYjlWKt4PlOS+V2v4Xs2ia6epvS/igi3M8pg5trTig3MMshpPOhoIPxVDJ7CN0y5s7K92/TU50e9+kEJ1Iui6GOIt5WMciT3tvuCYgxb0KoYC7fCkRyJQ63RHfb+eHc5SV4h3+VeaRJi10i25ieLK6nxqy/lavyur5VsaqzFZKtCpEktfWuX8RyxzT7dKHS/tn8ki93jaP0gbe4fxHL0AsjafWJJ8szqQtmpYPsUnPBC/7lUTsgKKUd0go4uel5uX9brn7pZKROZV4hw76P6g0h8CyD+s1Pw4TVGaB4+u8zqfs/UjhTbVKkPI2lq7ZvYjbKMgBo665BBJZ34Qn5hqlCjepytUYnX0eIFJCZRKHk5LlO1bQIPD4F/u/hUqjkCtzy/DHOL3uHInNI2DMnbrgZ7px9lJQxQopwd1f5p9YELMMLfPrVk/0rtPYDxs5MwKuw+bgDdVwzoceVniSAq+DLqzSt0OI6vg1I+mNYo8apizyK+U+6vHygn82g1sdcbOu3ZsNZ3C0Bu5mLFmBYXrwntcBFn8HsRYxTOPwjF2OSCNcZ3epX60g+zE7E5mmAJzYRoGthbyBxD20EodXZmBAEFCMEG3ne5+KW/cWO2quJZpqnTUAELSgUIQ8zgqGtQngyrMhIPCH1DcfsMep8NFo/eDViVkI9Dp5BtnVk0qiZkUzsW4PQjIqxrFRqEdhzU2SkOIw1/hRCMZe4e8PSAY8OJfB5+d1AtS0XRjOKITaAG26S8mrVGliBuk6xMUDNh5w
  • Organization: GeometryFactory

Le Sunday, July 23, 2017 7:14:44 PM CEST Servenaz a ?crit :
> i use windows 10 (64 bit)
> i follow : http://www.cgal.org/download/windows.html for downloading cgal
> i couldn't find visual studio for 64 bit
> now i have visual studio 2017 (32 bit)
> according to cgal site i sould install 32 bit version of Qt boost
> libQGLViewer ,am i right?
> i'm confused

Yes, you are right. If your compiler can only target the 32 bits
architecture, then all the dependencies must be for that 32 bits
architecture.

> 1.is there any 64 bit visual studio? if yes, could i have the link?

If you are talking about Visual Studio Community Edition (the only one that
is free), there is a link here:

https://code.visualstudio.com/download

Search for the link "64 bit versions" (sic).

> 2.when i want to use installer for installing cgal , i should use 32 or
> 64?

32 bits.

> 3. running 32 bit version of cgal, Qt ... on 64 bit platform , make
> problem or error?

No particular problem. The Windows 64 bits platform can run both 32 bits and
64 bits programs. The downside is that the 32 bits platform is generally
slightly less performante (less registers) and can only deal with 4GB of
address space (whereas the 64 bits platform memory space is almost
limitless).


--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/




Archive powered by MHonArc 2.6.18.

Top of Page