diff --git a/.gitignore b/.gitignore index 5d57927..2d18091 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,7 @@ build/ *.pidb *.log *.scc - +*.VC.db # Visual C++ cache files ipch/ *.aps diff --git a/OPMNetExt/OPMNetExt.vcxproj b/OPMNetExt/OPMNetExt.vcxproj index c9cd411..0f2b3c0 100644 --- a/OPMNetExt/OPMNetExt.vcxproj +++ b/OPMNetExt/OPMNetExt.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -42,16 +42,16 @@ false - v110 + v140 - v110 + v140 - v110 + v140 - v110 + v140 diff --git a/OPMNetSample/asdkOPMNetExt.dll b/OPMNetSample/asdkOPMNetExt.dll index 46daa65..7ab8a7f 100644 Binary files a/OPMNetSample/asdkOPMNetExt.dll and b/OPMNetSample/asdkOPMNetExt.dll differ diff --git a/OPMNetSample/asdkOPMNetSample.csproj b/OPMNetSample/asdkOPMNetSample.csproj index 0237835..365bc8c 100644 --- a/OPMNetSample/asdkOPMNetSample.csproj +++ b/OPMNetSample/asdkOPMNetSample.csproj @@ -10,7 +10,7 @@ Properties asdkOPMNetSample asdkOPMNetSample - v4.5 + v4.6 @@ -27,6 +27,7 @@ prompt 4 false + x64 pdbonly @@ -39,27 +40,27 @@ - ..\..\..\Documents\__sdk\ARX-2016\inc\AcCoreMgd.dll + D:\ObjectARX 2018\inc\AcCoreMgd.dll False - ..\..\..\Documents\__sdk\ARX-2016\inc\AcCui.dll + D:\ObjectARX 2018\inc\AcCui.dll False - ..\..\..\Documents\__sdk\ARX-2016\inc\AcDbMgd.dll + D:\ObjectARX 2018\inc\AcDbMgd.dll False - ..\..\..\Documents\__sdk\ARX-2016\inc\AcMgd.dll + D:\ObjectARX 2018\inc\AcMgd.dll False - ..\..\..\Documents\__sdk\ARX-2016\inc\AdWindows.dll + D:\ObjectARX 2018\inc\AdWindows.dll False - ..\..\..\Documents\__sdk\ARX-2016\inc\AcTcMgd.dll + D:\ObjectARX 2018\inc\AcTcMgd.dll False diff --git a/OPMNetSample/asdkOPMNetSample.dll b/OPMNetSample/asdkOPMNetSample.dll index df1266d..b45d312 100644 Binary files a/OPMNetSample/asdkOPMNetSample.dll and b/OPMNetSample/asdkOPMNetSample.dll differ diff --git a/README.md b/README.md index c8b21f0..e167cd2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ # OPM.Net Extension [![build status](https://img.shields.io/badge/build-passed-blue.svg)](https://github.com/cyrillef/OPMNetExt/tree/master/OPMNetSample) -[![ObjectARX](https://img.shields.io/badge/ObjectARX-2016-blue.svg)](http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=773204) -[![AutoCAD](https://img.shields.io/badge/AutoCAD-2016-green.svg)](http://www.autodesk.com/developautocad) +[![ObjectARX](https://img.shields.io/badge/ObjectARX-2018-blue.svg)](http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=773204) +[![AutoCAD](https://img.shields.io/badge/AutoCAD-2018-green.svg)](http://www.autodesk.com/developautocad) ![Platforms](https://img.shields.io/badge/platform-windows-lightgray.svg) [![License](http://img.shields.io/:license-mit-blue.svg)](http://opensource.org/licenses/MIT) @@ -29,8 +29,8 @@ functionality to .NET languages. ## Dependencies -* Visual Studio 2010 -* ObjectARX and AutoCAD from 2010 to 2016 +* Visual Studio 2015 +* ObjectARX and AutoCAD 2018 ## Setup/Usage Instructions diff --git a/arx-config.props b/arx-config.props index 12e970f..433c8ea 100644 --- a/arx-config.props +++ b/arx-config.props @@ -12,7 +12,7 @@ C:\Program Files\Autodesk\AutoCAD 2016\ acad.exe accoreconsole.exe - z:\Documents\__sdk\ARX-2016\ + D:\ObjectARX 2018 $(ArxSdkDir)\inc;$(ArxSdkDir)\inc-win32 $(ArxSdkDir)\inc;$(ArxSdkDir)\inc-x64 @@ -27,8 +27,8 @@ $(ArxSdkDir)\utils\amodeler\lib-$(Platform) $(ArxSdkDir)\utils\brep\lib-$(Platform) $(ArxSdkDir)\utils\Atil\Lib-$(Platform) - 20.0 - v110 + 22.0 + v140