Opennurbs 6 on visual studio 2010 and 2015

Hello , we have some customer on visual studio 2010 or 2015, and we want to read the 3dm version 6 , so we download opennurbs 6 , is it possible to compile on visual 2010 and 2015 or it is only for visual 2017 ?

thanks
Laurent

Hi @eraud,

OpenNURBS 6 only comes with Visual Studio 2017 solution and projects. However, you should be able to build it with Visual Studio 2015, probably Visual Studio 2010 too. Let me know if you need help with this.

– Dale

Hello Dale ,

I try with Visual Studio 2010 , but as you use C++11 object into Opennurbs 6 , (for example enum class) , it is not possible to compile , if you have a solution and project for opennnurbs 6 on Visual Studio 2010 , I would like to compile it .

thanks
Laurent

Hi @eraud,

You are right about C++11 and openNURBS, sorry about the confusion. You won’t be able to build it using VC++ 2010 without modify the source itself.

– Dale

Hello Dale ,

thanks for this confirmation , we are going to modify the source for compiling with visual studio 2010

thanks
laurent