diff --git a/CAvToolSurfTm.cpp b/CAvToolSurfTm.cpp index dda7cce..f04021e 100644 --- a/CAvToolSurfTm.cpp +++ b/CAvToolSurfTm.cpp @@ -141,7 +141,7 @@ CAvToolSurfTm::TestPath( PNTULIST& lPntM, const Vector3d& vtDir, const Vector3d& m_bBreak = false ; future vRes[MAX_PARTS] ; for ( int i = 0 ; i < nPartCnt ; ++ i) - vRes[i] = async( launch::any, &CAvToolSurfTm::TestSubPath, this, i, ref( vlPntM[i]), vtDir, dLinTol) ; + vRes[i] = async( launch::async, &CAvToolSurfTm::TestSubPath, this, i, ref( vlPntM[i]), vtDir, dLinTol) ; // attendo i risultati int nFin = 0 ; int nNextPE = 0 ; diff --git a/EgtGeomKernel.rc b/EgtGeomKernel.rc index 51c385c..deaa20a 100644 Binary files a/EgtGeomKernel.rc and b/EgtGeomKernel.rc differ diff --git a/EgtGeomKernel.vcxproj b/EgtGeomKernel.vcxproj index c207774..e107db9 100644 --- a/EgtGeomKernel.vcxproj +++ b/EgtGeomKernel.vcxproj @@ -22,6 +22,7 @@ {9A98A202-2853-454A-84CA-DCD1714176C9} EgtGeomKernel MFCDLLProj + 10.0.17763.0 @@ -36,7 +37,7 @@ true Unicode false - v120_xp + v141 DynamicLibrary @@ -52,7 +53,7 @@ true Unicode false - v120_xp + v141 @@ -83,7 +84,7 @@ $(ProjectName)D$(PlatformArchitecture) $(SolutionDir)$(Configuration)$(PlatformArchitecture)\ $(Configuration)$(PlatformArchitecture)\ - C:\;$(IncludePath) + $(VC_IncludePath);$(WindowsSDK_IncludePath);C:\; false @@ -98,7 +99,7 @@ $(ProjectName)R$(PlatformArchitecture) $(SolutionDir)$(Configuration)$(PlatformArchitecture)\ $(Configuration)$(PlatformArchitecture)\ - C:\;$(IncludePath) + $(VC_IncludePath);$(WindowsSDK_IncludePath);C:\; diff --git a/stdafx.h b/stdafx.h index 829862a..f65e4f3 100644 --- a/stdafx.h +++ b/stdafx.h @@ -7,10 +7,10 @@ #include "/EgtDev/Include/EgtTargetVer.h" -#include +#include #include -#include -#include +#include +#include // in Debug riconoscimento memory leakage #if defined( _DEBUG)