Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR Invalid MEX-file - Yarp MatLab bindings on MATLAB R2020b #58

Closed
giovannipizzolante opened this issue Jan 12, 2021 · 26 comments · Fixed by #60
Closed

ERROR Invalid MEX-file - Yarp MatLab bindings on MATLAB R2020b #58

giovannipizzolante opened this issue Jan 12, 2021 · 26 comments · Fixed by #60

Comments

@giovannipizzolante
Copy link

Following the guide, I have installed the yarp matlab bindings. When running the yarpVec = yarp.Vector(); the following error is showed :

Invalid MEX-file
'C:\robotology-superbuild\build\install\mex\yarpMEX.mexw64':
Gateway function is missing

Error in yarp.Vector (line 177)
       tmp = yarpMEX(2592, varargin{:});

I am using MatLab 2020b on Windows and I compiled all by using Visual Studio 2019.

@GiulioRomualdi
Copy link
Member

@giovannipizzolante used this commit: 76c5ad9

@GiulioRomualdi
Copy link
Member

GiulioRomualdi commented Jan 12, 2021

probably some matlab users know how to solve the problem (@gabrielenava @Giulero @traversaro @CarlottaSartore @lrapetti )

@traversaro
Copy link
Member

"Gateway function is missing" is typically due to some visibility problem, see for example robotology/blockfactory#4 . I guess you are not able to use any other YARP function, is this correct? Probably the FindMatlab.cmake file vendored in this repo needs to be updated to support MATLAB R2020b, if something changed in how MATLAB handles this kind of stuff.

@traversaro
Copy link
Member

Can you try with the branch fix/58 (i.e. the branch from #59) to understand if this is working? Furthermore, could you provide me the robotology-superbuild/build/src/yarp-matlab-bindings/CMakeCache.txt file before you switch to fix/58 ? Thanks!

@giovannipizzolante
Copy link
Author

giovannipizzolante commented Jan 12, 2021

I guess you are not able to use any other YARP function, is this correct?

Yes, correct.

fix/58 does not work. It gives the same error.
Here the file
CMakeCache.txt

@traversaro
Copy link
Member

fix/58 does not work. It gives the same error.

After switching, did you configured and installed again the project?

@traversaro
Copy link
Member

traversaro commented Jan 12, 2021

Can you also zip and attach the 'C:\robotology-superbuild\build\install\mex\yarpMEX.mexw64' ? Thanks!

@GiulioRomualdi
Copy link
Member

After switching, did you configured and installed again the project?

yes we did it

@giovannipizzolante
Copy link
Author

Yes, thanks
yarpMEX.zip

@traversaro
Copy link
Member

Indeed, I opened the file that you sent me with https://github.com/lucasg/Dependencies and it does not provide the mexFunction symbol that is necessary in any mex file:

depends_mex.

Why this symbol is missing? I don't know. For sure it is defined in https://raw.githubusercontent.com/robotology/yarp-matlab-bindings/master/matlab/autogenerated/yarpMATLAB_wrap.cxx, in the line:

extern "C"
void mexFunction(int resc, mxArray *resv[], int argc, const mxArray *argv[]) {
  /* Initialize module if first call */
  SWIG_Matlab_LoadModule();

  if (--argc < 0 || !mxIsDouble(*argv) || mxGetNumberOfElements(*argv)!=1)
    mexErrMsgTxt("This mex file should only be called from inside the .m files generated by SWIG. First input should be the function ID .");
  int fcn_id = (int)mxGetScalar(*argv++);
  int flag=0;
  switch (fcn_id) {
  case 0: flag=swigConstant(resc,resv,argc

Then, the function should be exposed by this line: https://github.com/robotology/yarp-matlab-bindings/pull/59/files#diff-cb32ba047867abd4f1772a5add0b5b00c0bc47cd97334e113710fca7b76aba24R1119 , that passes to the linker the /EXPORT:mexFunction option. Could you make sure that this flag is indeed passed when the mex is compiled? You can check that by building the yarp-matlab-bindings with full verbosity (i.e. cmake --build . --verbose, see https://cmake.org/cmake/help/latest/manual/cmake.1.html#build-a-project) and find the specific command that is creating the yarpMEX.mexw64 . You can also just copy the output here and we can inspect it together.

@giovannipizzolante
Copy link
Author

Hi @traversaro , I just opened the terminal, and I navigated into the folder C:/robotology-superbuild/build/robotology/yarp-matlab-bindings and I did cmake --build . --verbose . Is this procedure correct?

This is the output:

CMake is re-running because C:/robotology-superbuild/build/robotology/yarp-matlab-bindings/matlab/CMakeFiles/generate.stamp is out-of-date.
  the file 'C:/robotology-superbuild/build/robotology/yarp-matlab-bindings/matlab/yarp-matlab-bindingsConfig.cmake.in'
  is newer than 'C:/robotology-superbuild/build/robotology/yarp-matlab-bindings/matlab/CMakeFiles/generate.stamp.depend'
  result='-1'
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19042.
-- Found YARP: C:/robotology-superbuild/build/install/lib/cmake/YARP (found version "3.4.1+71-20201202.1+git231516ed3")
CMake Deprecation Warning at C:/robotology-superbuild/build/install/lib/cmake/YARP/YARPConfig.cmake:226 (message):
  The YARP_INCLUDE_DIRS variable is deprecated
Call Stack (most recent call first):
  CMakeLists.txt:2147483647 (_yarp_deprecated_variable_warning)
  CMakeLists.txt:29 (get_target_property)


-- Found YCM: C:/robotology-superbuild/build/install/share/cmake/YCM (found version "0.12.0.20-20201126+git0f12169")
CMake Deprecation Warning at C:/robotology-superbuild/build/install/lib/cmake/YARP/YARPConfig.cmake:226 (message):
  The YARP_INCLUDE_DIRS variable is deprecated
Call Stack (most recent call first):
  CMakeLists.txt:2147483647 (_yarp_deprecated_variable_warning)
  CMakeLists.txt:42 (include_directories)


CMake Deprecation Warning at C:/robotology-superbuild/build/install/share/YCM/modules/InstallBasicPackageFiles.cmake:314 (message):
  TARGETS is deprecated.  Use EXPORT instead
Call Stack (most recent call first):
  matlab/CMakeLists.txt:179 (install_basic_package_files)


CMake Deprecation Warning at C:/robotology-superbuild/build/install/share/YCM/modules/InstallBasicPackageFiles.cmake:385 (message):
  Compatibility variables are no longer generated.  Use
  ENABLE_COMPATIBILITY_VARS to re-enable them (deprecated) or define them
  using either INCLUDE_FILE or INCLUDE_CONTENT (recommended).
Call Stack (most recent call first):
  matlab/CMakeLists.txt:179 (install_basic_package_files)


-- Configuring done
CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_init" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_os" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_sig" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_dev" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_math" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_init"
  configuration "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_os" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_sig"
  configuration "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_dev"
  configuration "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_math"
  configuration "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: C:/robotology-superbuild/build/robotology/yarp-matlab-bindings
Microsoft (R) Build Engine version 16.8.2+25e4d540b for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 1/13/2021 9:55:44 AM.
Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ALL_BUILD.vcxproj" on node 1 (default targets).
Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ALL_BUILD.vcxproj" (1) is building "C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
  Creating directory "x64\Debug\ZERO_CHECK\".
  Creating directory "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
  Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
  Checking Build System
FinalizeBuildStatus:
  Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
  Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ZERO_CHECK.vcxproj" (default targ
ets).

Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ALL_BUILD.vcxproj" (1) is building "C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj" (3) on node 1 (default targets).
PrepareForBuild:
  Creating directory "yarpMEX.dir\Debug\".
  Creating directory "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\Debug\".
  Creating directory "yarpMEX.dir\Debug\yarpMEX.tlog\".
InitializeBuildStatus:
  Creating "yarpMEX.dir\Debug\yarpMEX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
  Building Custom Rule C:/robotology-superbuild/robotology/yarp-matlab-bindings/matlab/CMakeLists.txt
ClCompile:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\CL.exe /c /I
  "C:\Program Files\MATLAB\R2020b\extern\include" /I"C:\robotology-superbuild\build\install\include" /Zi /nologo /W3 /W
  X- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D "DLL_EXPORT_SYM=__declspec(dllexp
  ort)" /D _WINDLL /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"yarpMEX.d
  ir\Debug\\" /Fd"yarpMEX.dir\Debug\vc142.pdb" /Gd /TP /errorReport:queue "C:\robotology-superbuild\robotology\yarp-mat
  lab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx"
  yarpMATLAB_wrap.cxx
C:\robotology-superbuild\build\install\include\yarp/sig/Vector.h(124,1): warning C4251: 'yarp::sig::VectorOf<double>::b
ytes': class 'std::vector<T,std::allocator<T>>' needs to have dll-interface to be used by clients of class 'yarp::sig::
VectorOf<double>' [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
          with
          [
              T=double
          ]
C:\robotology-superbuild\build\install\include\yarp/sig/Vector.h(124): message : see declaration of 'std::vector<T,std:
:allocator<T>>' [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
          with
          [
              T=double
          ]
C:\robotology-superbuild\build\install\include\yarp/sig/Vector.h(532): message : see reference to class template instan
tiation 'yarp::sig::VectorOf<double>' being compiled [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
C:\robotology-superbuild\build\install\include\yarp/dev/CartesianControl.h(49,21): warning C4251: 'yarp::dev::Cartesian
EventParameters::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-i
nterface to be used by clients of struct 'yarp::dev::CartesianEventParameters' [C:\robotology-superbuild\build\robotolo
gy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\include\xstring(4648): message
 : see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' [C:\robotology-superbuild\b
uild\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\build\install\include\yarp/dev/CartesianControl.h(71,21): warning C4251: 'yarp::dev::Cartesian
EventVariables::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-in
terface to be used by clients of struct 'yarp::dev::CartesianEventVariables' [C:\robotology-superbuild\build\robotology
\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\include\xstring(4648): message
 : see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' [C:\robotology-superbuild\b
uild\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\build\install\include\yarp/dev/GazeControl.h(59,21): warning C4251: 'yarp::dev::GazeEventParam
eters::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface t
o be used by clients of struct 'yarp::dev::GazeEventParameters' [C:\robotology-superbuild\build\robotology\yarp-matlab-
bindings\matlab\yarpMEX.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\include\xstring(4648): message
 : see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' [C:\robotology-superbuild\b
uild\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\build\install\include\yarp/dev/GazeControl.h(81,21): warning C4251: 'yarp::dev::GazeEventVaria
bles::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to
 be used by clients of struct 'yarp::dev::GazeEventVariables' [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\include\xstring(4648): message
 : see declaration of 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' [C:\robotology-superbuild\b
uild\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5147,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5188,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5221,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5296,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5329,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5407,32): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5448,32): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5502,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5535,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5576,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5735,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5776,31): warning C41
01: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vc
xproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(8357,9): warning C499
6: 'yarp::os::ConnectionWriter::appendString': Use appendText() instead [C:\robotology-superbuild\build\robotology\yarp
-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(8391,9): warning C499
6: 'yarp::os::ConnectionWriter::appendString': Use appendText() instead [C:\robotology-superbuild\build\robotology\yarp
-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(8555,9): warning C499
6: 'yarp::os::ConnectionWriter::appendRawString': Use appendString() instead [C:\robotology-superbuild\build\robotology
\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13298,21): warning C4
996: 'VOCAB': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13346,21): warning C4
996: 'VOCAB4': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13386,21): warning C4
996: 'VOCAB3': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13418,21): warning C4
996: 'VOCAB2': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13442,21): warning C4
996: 'VOCAB1': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(14593,13): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(14593,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(14613,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(14614,24): warning C4
996: 'yarp::os::Contactable::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-superbuild\bu
ild\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16745,9): warning C49
96: 'yarp::os::Port::setVerbosity': Use LogComponent instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bin
dings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16769,23): warning C4
996: 'yarp::os::Port::getVerbosity': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bin
dings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16956,13): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16956,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16976,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16977,24): warning C4
996: 'yarp::os::Port::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-superbuild\build\rob
otology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(19235,13): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(19235,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(19255,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(19256,24): warning C4
996: 'yarp::os::AbstractContactable::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22127,35): warning C4
996: 'yarp::os::NetworkBase::readString': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22144,35): warning C4
996: 'yarp::os::NetworkBase::readString': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22844,26): warning C4
996: 'yarp::os::NetworkBase::setVerbosity': Use LogComponents instead [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22917,35): warning C4
996: 'yarp::os::NetworkBase::getEnvironment': Use yarp::conf::environment::getEnvironment instead [C:\robotology-superb
uild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22944,35): warning C4
996: 'yarp::os::NetworkBase::getEnvironment': Use yarp::conf::environment::getEnvironment instead [C:\robotology-superb
uild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(23018,26): warning C4
996: 'yarp::os::NetworkBase::setEnvironment': Use yarp::conf::environment::setEnvironment instead [C:\robotology-superb
uild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(23050,26): warning C4
996: 'yarp::os::NetworkBase::unsetEnvironment': Use yarp::conf::environment::unsetEnvironment instead [C:\robotology-su
perbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(23069,35): warning C4
996: 'yarp::os::NetworkBase::getDirectorySeparator': Use yarp::conf::filesystem::preferred_separator instead [C:\roboto
logy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(23086,35): warning C4
996: 'yarp::os::NetworkBase::getPathSeparator': Use yarp::conf::filesystem::path_separator instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(25345,56): warning C4
996: 'yarp::os::Property::Property': Use default constructor instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(31285,9): warning C49
96: 'yarp::os::Thread::setOptions': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(31308,9): warning C49
96: 'yarp::os::Thread::setOptions': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(31365,21): warning C4
996: 'yarp::os::Thread::setDefaultStackSize': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32072,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32072,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32086,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32088,5): warning C49
96: 'yarp::os::RateThread::~RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32099,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32099,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32112,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32113,24): warning C4
996: 'yarp::os::RateThread::start': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-b
indings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32123,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32123,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32136,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32137,24): warning C4
996: 'yarp::os::RateThread::step': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32147,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32147,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32159,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32160,9): warning C49
96: 'yarp::os::RateThread::stop': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bin
dings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32170,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32170,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32182,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32183,9): warning C49
96: 'yarp::os::RateThread::askToStop': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32193,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32193,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32206,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32207,24): warning C4
996: 'yarp::os::RateThread::isRunning': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matl
ab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32217,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32217,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32230,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32231,24): warning C4
996: 'yarp::os::RateThread::isSuspended': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32241,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32241,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32257,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32263,24): warning C4
996: 'yarp::os::RateThread::setRate': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab
-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32273,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32273,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32286,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32287,26): warning C4
996: 'yarp::os::RateThread::getRate': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab
-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32297,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32297,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32309,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32310,9): warning C49
96: 'yarp::os::RateThread::suspend': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-
bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32320,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32320,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32332,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32333,9): warning C49
96: 'yarp::os::RateThread::resume': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-b
indings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32343,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32343,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32355,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32356,9): warning C49
96: 'yarp::os::RateThread::resetStat': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32366,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32366,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32379,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32380,26): warning C4
996: 'yarp::os::RateThread::getEstPeriod': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32390,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32390,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32408,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32425,9): warning C49
96: 'yarp::os::RateThread::getEstPeriod': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32473,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32473,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32486,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32487,32): warning C4
996: 'yarp::os::RateThread::getIterations': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-
matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32497,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32497,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32510,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32511,26): warning C4
996: 'yarp::os::RateThread::getEstUsed': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32521,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32521,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32539,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32556,9): warning C49
96: 'yarp::os::RateThread::getEstUsed': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matl
ab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32604,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32604,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32623,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32634,23): warning C4
996: 'yarp::os::RateThread::setPriority': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32644,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32644,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32660,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32666,23): warning C4
996: 'yarp::os::RateThread::setPriority': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32722,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32722,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32735,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32736,23): warning C4
996: 'yarp::os::RateThread::getPriority': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32746,13): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32746,43): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32759,38): warning C4
996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32760,23): warning C4
996: 'yarp::os::RateThread::getPolicy': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matl
ab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32770,13): warning C4
996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32770,49): warning C4
996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32784,38): warning C4
996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32786,5): warning C49
96: 'yarp::os::SystemRateThread::~SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\
robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32797,13): warning C4
996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32797,49): warning C4
996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32810,38): warning C4
996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32811,24): warning C4
996: 'yarp::os::SystemRateThread::stepSystem': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\roboto
logy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32822,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32828,23): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32828,57): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32828,74): warning C4
996: 'yarp::os::RateThreadWrapper::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotolo
gy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32838,3): warning C49
96: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32838,21): warning C4
996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32842,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32851,28): warning C4
996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32852,23): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32852,57): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32852,74): warning C4
996: 'yarp::os::RateThreadWrapper::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotolo
gy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32862,3): warning C49
96: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32866,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32878,28): warning C4
996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32879,23): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32879,57): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32879,74): warning C4
996: 'yarp::os::RateThreadWrapper::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotolo
gy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32921,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32921,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32935,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32937,5): warning C49
96: 'yarp::os::RateThreadWrapper::~RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotolo
gy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32948,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32948,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32960,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32961,9): warning C49
96: 'yarp::os::RateThreadWrapper::detach': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matl
ab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32971,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32971,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32972,3): warning C49
96: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32987,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32995,28): warning C4
996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32996,24): warning C4
996: 'yarp::os::RateThreadWrapper::attach': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33006,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33006,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33007,3): warning C49
96: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33007,21): warning C4
996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33022,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33027,28): warning C4
996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33028,24): warning C4
996: 'yarp::os::RateThreadWrapper::attach': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33076,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33076,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33095,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33106,24): warning C4
996: 'yarp::os::RateThreadWrapper::open': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33116,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33116,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33132,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33138,24): warning C4
996: 'yarp::os::RateThreadWrapper::open': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33148,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33148,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33161,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33162,24): warning C4
996: 'yarp::os::RateThreadWrapper::open': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33228,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33228,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33240,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33241,9): warning C49
96: 'yarp::os::RateThreadWrapper::close': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33251,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33251,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33263,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33264,9): warning C49
96: 'yarp::os::RateThreadWrapper::stop': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab
-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33274,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33274,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33286,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33287,9): warning C49
96: 'yarp::os::RateThreadWrapper::run': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-
bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33297,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33297,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33310,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33311,24): warning C4
996: 'yarp::os::RateThreadWrapper::threadInit': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp
-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33321,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33321,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33333,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33334,9): warning C49
96: 'yarp::os::RateThreadWrapper::threadRelease': was declared deprecated [C:\robotology-superbuild\build\robotology\ya
rp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33344,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33344,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33359,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33365,9): warning C49
96: 'yarp::os::RateThreadWrapper::afterStart': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-
matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33375,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33375,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33387,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33388,9): warning C49
96: 'yarp::os::RateThreadWrapper::beforeStart': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp
-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33398,13): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33398,50): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33402,3): warning C49
96: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33411,38): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33412,13): warning C4
996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matl
ab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33412,36): warning C4
996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33412,67): warning C4
996: 'yarp::os::RateThreadWrapper::getAttachment': was declared deprecated [C:\robotology-superbuild\build\robotology\y
arp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33754,19): warning C4
996: 'yarp::os::Time::turboBoost': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindi
ngs\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35030,13): warning C4
996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35030,40): warning C4
996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35044,38): warning C4
996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35046,5): warning C49
96: 'yarp::os::Stamped::~Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindi
ngs\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35057,13): warning C4
996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35057,40): warning C4
996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35070,38): warning C4
996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35071,24): warning C4
996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35071,45): warning C4
996: 'yarp::os::Stamped::getStamp': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bind
ings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(41186,18): warning C4
996: 'yarp::os::Log::setLogCallback': Use setPrintCallback instead [C:\robotology-superbuild\build\robotology\yarp-matl
ab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(44975,13): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(44975,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(44995,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(44996,24): warning C4
996: 'yarp::os::BufferedPort<yarp::os::Property>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\rob
otology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(47561,13): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(47561,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(47581,38): warning C4
996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\y
arpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(47582,24): warning C4
996: 'yarp::os::BufferedPort<yarp::os::Bottle>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robot
ology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(48655,26): warning C4
996: 'yarp::sig::Image::getIplImage': Use yarp::cv::toCvMat instead [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(48684,9): warning C49
96: 'yarp::sig::Image::wrapIplImage': Use yarp::cv::fromCvMat instead [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60441,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setBrightness': Use setFeature(YARP_FEATURE_BRIGHTNESS, v) instead [C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60473,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setExposure': Use setFeature(YARP_FEATURE_EXPOSURE, v) instead [C:\robotology-s
uperbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60505,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setSharpness': Use setFeature(YARP_FEATURE_SHARPNESS, v) instead [C:\robotology
-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60545,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setWhiteBalance': Use setFeature(YARP_FEATURE_WHITE_BALANCE, blue, red) instead
 [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60577,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setHue': Use setFeature(YARP_FEATURE_HUE, v) instead [C:\robotology-superbuild\
build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60609,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setSaturation': Use setFeature(YARP_FEATURE_SATURATION, v) instead [C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60641,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setGamma': Use setFeature(YARP_FEATURE_GAMMA, v) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60673,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setShutter': Use setFeature(YARP_FEATURE_SHUTTER, v) instead [C:\robotology-sup
erbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60705,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setGain': Use setFeature(YARP_FEATURE_GAIN, v) instead [C:\robotology-superbuil
d\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60737,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::setIris': Use setFeature(YARP_FEATURE_IRIS, v) instead [C:\robotology-superbuil
d\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60761,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getBrightness': Use getFeature(YARP_FEATURE_BRIGHTNESS, v) instead [C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60785,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getExposure': Use getFeature(YARP_FEATURE_EXPOSURE, v) instead [C:\robotology-s
uperbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60809,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getSharpness': Use getFeature(YARP_FEATURE_SHARPNESS, v) instead [C:\robotology
-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60855,24): warning C4
996: 'yarp::dev::IFrameGrabberControls::getWhiteBalance': Use getFeature(YARP_FEATURE_WHITE_BALANCE, blue, red) instead
 [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60879,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getHue': Use getFeature(YARP_FEATURE_HUE, v) instead [C:\robotology-superbuild\
build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60903,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getSaturation': Use getFeature(YARP_FEATURE_SATURATION, v) instead [C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60927,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getGamma': Use getFeature(YARP_FEATURE_GAMMA, v) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60951,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getShutter': Use getFeature(YARP_FEATURE_SHUTTER, v) instead [C:\robotology-sup
erbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60975,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getGain': Use getFeature(YARP_FEATURE_GAIN, v) instead [C:\robotology-superbuil
d\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60999,26): warning C4
996: 'yarp::dev::IFrameGrabberControls::getIris': Use getFeature(YARP_FEATURE_IRIS, v) instead [C:\robotology-superbuil
d\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(116220,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(116220,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(116240,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(116241,24): warning C
4996: 'yarp::os::BufferedPort<ImageRgb>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-s
uperbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(119294,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(119294,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(119314,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(119315,24): warning C
4996: 'yarp::os::BufferedPort<ImageRgba>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-
superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(122368,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(122368,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(122388,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(122389,24): warning C
4996: 'yarp::os::BufferedPort<ImageMono>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-
superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(125442,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(125442,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(125462,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(125463,24): warning C
4996: 'yarp::os::BufferedPort<ImageMono16>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotolog
y-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(128603,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(128603,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(128623,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(128624,24): warning C
4996: 'yarp::os::BufferedPort<ImageInt>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-s
uperbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131189,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131189,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131209,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131210,24): warning C
4996: 'yarp::os::BufferedPort<yarp::sig::Sound>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robo
tology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131708,67): warning C
4996: 'yarp::sig::VectorOf<double>::getFirst': Use either data() if you need the pointer to the first element, or cbegi
n() if you need the iterator [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131732,28): warning C
4996: 'yarp::sig::VectorOf<double>::getFirst': Use either data() if you need the pointer to the first element, or begin
() if you need the iterator [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(135569,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(135569,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(135589,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(135590,24): warning C
4996: 'yarp::os::BufferedPort<Vector>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-sup
erbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(138730,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(138730,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(138750,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(138751,24): warning C
4996: 'yarp::os::BufferedPort<ImageFloat>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology
-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(141804,13): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(141804,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(141824,38): warning C
4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\
yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(141825,24): warning C
4996: 'yarp::os::BufferedPort<ImageRgbFloat>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotol
ogy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(142333,63): warning C
4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-binding
s\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(142336,63): warning C
4996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-superb
uild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(142339,63): warning C
4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bin
dings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(4525,1): warning C426
7: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\robotology-superbuild\build\robotology\
yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(4518): message : whil
e compiling class template member function 'int swig::traits_asptr_stdseq<std::vector<T,std::allocator<T>>,T>::asptr(mx
Array *,std::vector<T,std::allocator<T>> **)' [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\ya
rpMEX.vcxproj]
          with
          [
              T=double
          ]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(4581): message : see
reference to function template instantiation 'int swig::traits_asptr_stdseq<std::vector<T,std::allocator<T>>,T>::asptr(
mxArray *,std::vector<T,std::allocator<T>> **)' being compiled [C:\robotology-superbuild\build\robotology\yarp-matlab-b
indings\matlab\yarpMEX.vcxproj]
          with
          [
              T=double
          ]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(4581): message : see
reference to class template instantiation 'swig::traits_asptr_stdseq<std::vector<T,std::allocator<T>>,T>' being compile
d [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
          with
          [
              T=double
          ]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(4580): message : whil
e compiling class template member function 'int swig::traits_asptr<Type>::asptr(mxArray *,std::vector<T,std::allocator<
T>> **)' [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
          with
          [
              Type=std::vector<double,std::allocator<double>>,
              T=double
          ]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(3766): message : see
reference to function template instantiation 'int swig::traits_asptr<Type>::asptr(mxArray *,std::vector<T,std::allocato
r<T>> **)' being compiled [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
          with
          [
              Type=std::vector<double,std::allocator<double>>,
              T=double
          ]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(3766): message : see
reference to class template instantiation 'swig::traits_asptr<Type>' being compiled [C:\robotology-superbuild\build\rob
otology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
          with
          [
              Type=std::vector<double,std::allocator<double>>
          ]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(107459): message : se
e reference to function template instantiation 'int swig::asptr<std::vector<T,std::allocator<T>>>(mxArray *,Type **)' b
eing compiled [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
          with
          [
              T=double,
              Type=std::vector<double,std::allocator<double>>
          ]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(25478): warning C4700
: uninitialized local variable '_v' used [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX
.vcxproj]
C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(28311): warning C4700
: uninitialized local variable '_v' used [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX
.vcxproj]
Link:
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\link.exe /ER
  RORREPORT:QUEUE /OUT:"C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\Debug\yarpMEX.mexw64" /IN
  CREMENTAL /NOLOGO "C:\Program Files\MATLAB\R2020b\extern\lib\win64\microsoft\libmex.lib" "C:\Program Files\MATLAB\R20
  20b\extern\lib\win64\microsoft\libmx.lib" "C:\robotology-superbuild\build\install\lib\YARP_init.lib" "C:\robotology-s
  uperbuild\build\install\lib\YARP_dev.lib" "C:\robotology-superbuild\build\install\lib\YARP_math.lib" "C:\robotology-s
  uperbuild\build\install\lib\YARP_sig.lib" "C:\robotology-superbuild\build\install\lib\YARP_os.lib" kernel32.lib user3
  2.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFES
  TUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/robotology-superbuild/build/robotology/yarp
  -matlab-bindings/matlab/Debug/yarpMEX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/robotology-
  superbuild/build/robotology/yarp-matlab-bindings/matlab/Debug/yarpMEX.lib" /MACHINE:X64  /machine:x64 /DLL yarpMEX.di
  r\Debug\yarpMATLAB_wrap.obj
  yarpMEX.vcxproj -> C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\Debug\yarpMEX.mexw64
PostBuildEvent:
  setlocal
  powershell -noprofile -executionpolicy Bypass -file C:/robotology/vcpkg/scripts/buildsystems/msbuild/applocal.ps1 -ta
  rgetBinary C:/robotology-superbuild/build/robotology/yarp-matlab-bindings/matlab/Debug/yarpMEX.mexw64 -installedDir C
  :/robotology/vcpkg/installed/x64-windows/debug/bin -OutVariable out
  if %errorlevel% neq 0 goto :cmEnd
  :cmEnd
  endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  :cmErrorLevel
  exit /b %1
  :cmDone
  if %errorlevel% neq 0 goto :VCEnd
  :VCEnd
FinalizeBuildStatus:
  Deleting file "yarpMEX.dir\Debug\yarpMEX.tlog\unsuccessfulbuild".
  Touching "yarpMEX.dir\Debug\yarpMEX.tlog\yarpMEX.lastbuildstate".
Done Building Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj" (default
targets).

PrepareForBuild:
  Creating directory "x64\Debug\ALL_BUILD\".
  Creating directory "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\".
InitializeBuildStatus:
  Creating "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
  Building Custom Rule C:/robotology-superbuild/robotology/yarp-matlab-bindings/CMakeLists.txt
FinalizeBuildStatus:
  Deleting file "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
  Touching "x64\Debug\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
Done Building Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ALL_BUILD.vcxproj" (default targe
ts).


Build succeeded.

"C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ALL_BUILD.vcxproj" (default target) (1) ->
"C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj" (default target) (3) ->
(ClCompile target) ->
  C:\robotology-superbuild\build\install\include\yarp/sig/Vector.h(124,1): warning C4251: 'yarp::sig::VectorOf<double>:
:bytes': class 'std::vector<T,std::allocator<T>>' needs to have dll-interface to be used by clients of class 'yarp::sig
::VectorOf<double>' [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\build\install\include\yarp/dev/CartesianControl.h(49,21): warning C4251: 'yarp::dev::Cartesi
anEventParameters::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll
-interface to be used by clients of struct 'yarp::dev::CartesianEventParameters' [C:\robotology-superbuild\build\roboto
logy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\build\install\include\yarp/dev/CartesianControl.h(71,21): warning C4251: 'yarp::dev::Cartesi
anEventVariables::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-
interface to be used by clients of struct 'yarp::dev::CartesianEventVariables' [C:\robotology-superbuild\build\robotolo
gy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\build\install\include\yarp/dev/GazeControl.h(59,21): warning C4251: 'yarp::dev::GazeEventPar
ameters::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface
 to be used by clients of struct 'yarp::dev::GazeEventParameters' [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\build\install\include\yarp/dev/GazeControl.h(81,21): warning C4251: 'yarp::dev::GazeEventVar
iables::type': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface
to be used by clients of struct 'yarp::dev::GazeEventVariables' [C:\robotology-superbuild\build\robotology\yarp-matlab-
bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5147,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5188,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5221,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5296,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5329,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5407,32): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5448,32): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5502,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5535,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5576,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5735,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(5776,31): warning C
4101: '_e': unreferenced local variable [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.
vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(8357,9): warning C4
996: 'yarp::os::ConnectionWriter::appendString': Use appendText() instead [C:\robotology-superbuild\build\robotology\ya
rp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(8391,9): warning C4
996: 'yarp::os::ConnectionWriter::appendString': Use appendText() instead [C:\robotology-superbuild\build\robotology\ya
rp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(8555,9): warning C4
996: 'yarp::os::ConnectionWriter::appendRawString': Use appendString() instead [C:\robotology-superbuild\build\robotolo
gy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13298,21): warning
C4996: 'VOCAB': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13346,21): warning
C4996: 'VOCAB4': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13386,21): warning
C4996: 'VOCAB3': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13418,21): warning
C4996: 'VOCAB2': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(13442,21): warning
C4996: 'VOCAB1': Use yarp::os::createVocab() instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(14593,13): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(14593,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(14613,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(14614,24): warning
C4996: 'yarp::os::Contactable::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-superbuild\
build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16745,9): warning C
4996: 'yarp::os::Port::setVerbosity': Use LogComponent instead [C:\robotology-superbuild\build\robotology\yarp-matlab-b
indings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16769,23): warning
C4996: 'yarp::os::Port::getVerbosity': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-b
indings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16956,13): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16956,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16976,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(16977,24): warning
C4996: 'yarp::os::Port::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-superbuild\build\r
obotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(19235,13): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(19235,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(19255,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(19256,24): warning
C4996: 'yarp::os::AbstractContactable::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-sup
erbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22127,35): warning
C4996: 'yarp::os::NetworkBase::readString': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22144,35): warning
C4996: 'yarp::os::NetworkBase::readString': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22844,26): warning
C4996: 'yarp::os::NetworkBase::setVerbosity': Use LogComponents instead [C:\robotology-superbuild\build\robotology\yarp
-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22917,35): warning
C4996: 'yarp::os::NetworkBase::getEnvironment': Use yarp::conf::environment::getEnvironment instead [C:\robotology-supe
rbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(22944,35): warning
C4996: 'yarp::os::NetworkBase::getEnvironment': Use yarp::conf::environment::getEnvironment instead [C:\robotology-supe
rbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(23018,26): warning
C4996: 'yarp::os::NetworkBase::setEnvironment': Use yarp::conf::environment::setEnvironment instead [C:\robotology-supe
rbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(23050,26): warning
C4996: 'yarp::os::NetworkBase::unsetEnvironment': Use yarp::conf::environment::unsetEnvironment instead [C:\robotology-
superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(23069,35): warning
C4996: 'yarp::os::NetworkBase::getDirectorySeparator': Use yarp::conf::filesystem::preferred_separator instead [C:\robo
tology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(23086,35): warning
C4996: 'yarp::os::NetworkBase::getPathSeparator': Use yarp::conf::filesystem::path_separator instead [C:\robotology-sup
erbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(25345,56): warning
C4996: 'yarp::os::Property::Property': Use default constructor instead [C:\robotology-superbuild\build\robotology\yarp-
matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(31285,9): warning C
4996: 'yarp::os::Thread::setOptions': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(31308,9): warning C
4996: 'yarp::os::Thread::setOptions': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(31365,21): warning
C4996: 'yarp::os::Thread::setDefaultStackSize': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp
-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32072,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32072,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32086,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32088,5): warning C
4996: 'yarp::os::RateThread::~RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32099,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32099,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32112,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32113,24): warning
C4996: 'yarp::os::RateThread::start': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab
-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32123,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32123,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32136,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32137,24): warning
C4996: 'yarp::os::RateThread::step': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-
bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32147,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32147,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32159,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32160,9): warning C
4996: 'yarp::os::RateThread::stop': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-b
indings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32170,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32170,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32182,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32183,9): warning C
4996: 'yarp::os::RateThread::askToStop': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32193,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32193,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32206,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32207,24): warning
C4996: 'yarp::os::RateThread::isRunning': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32217,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32217,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32230,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32231,24): warning
C4996: 'yarp::os::RateThread::isSuspended': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-
matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32241,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32241,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32257,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32263,24): warning
C4996: 'yarp::os::RateThread::setRate': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matl
ab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32273,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32273,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32286,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32287,26): warning
C4996: 'yarp::os::RateThread::getRate': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matl
ab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32297,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32297,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32309,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32310,9): warning C
4996: 'yarp::os::RateThread::suspend': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32320,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32320,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32332,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32333,9): warning C
4996: 'yarp::os::RateThread::resume': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab
-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32343,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32343,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32355,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32356,9): warning C
4996: 'yarp::os::RateThread::resetStat': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32366,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32366,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32379,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32380,26): warning
C4996: 'yarp::os::RateThread::getEstPeriod': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp
-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32390,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32390,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32408,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32425,9): warning C
4996: 'yarp::os::RateThread::getEstPeriod': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-
matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32473,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32473,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32486,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32487,32): warning
C4996: 'yarp::os::RateThread::getIterations': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yar
p-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32497,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32497,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32510,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32511,26): warning
C4996: 'yarp::os::RateThread::getEstUsed': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32521,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32521,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32539,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32556,9): warning C
4996: 'yarp::os::RateThread::getEstUsed': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32604,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32604,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32623,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32634,23): warning
C4996: 'yarp::os::RateThread::setPriority': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-
matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32644,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32644,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32660,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32666,23): warning
C4996: 'yarp::os::RateThread::setPriority': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-
matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32722,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32722,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32735,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32736,23): warning
C4996: 'yarp::os::RateThread::getPriority': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-
matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32746,13): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32746,43): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32759,38): warning
C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindin
gs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32760,23): warning
C4996: 'yarp::os::RateThread::getPolicy': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32770,13): warning
C4996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32770,49): warning
C4996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32784,38): warning
C4996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32786,5): warning C
4996: 'yarp::os::SystemRateThread::~SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C
:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32797,13): warning
C4996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32797,49): warning
C4996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32810,38): warning
C4996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32811,24): warning
C4996: 'yarp::os::SystemRateThread::stepSystem': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robo
tology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32822,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32828,23): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32828,57): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32828,74): warning
C4996: 'yarp::os::RateThreadWrapper::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\roboto
logy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32838,3): warning C
4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32838,21): warning
C4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32842,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32851,28): warning
C4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32852,23): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32852,57): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32852,74): warning
C4996: 'yarp::os::RateThreadWrapper::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\roboto
logy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32862,3): warning C
4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32866,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32878,28): warning
C4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32879,23): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32879,57): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32879,74): warning
C4996: 'yarp::os::RateThreadWrapper::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\roboto
logy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32921,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32921,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32935,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32937,5): warning C
4996: 'yarp::os::RateThreadWrapper::~RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\roboto
logy\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32948,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32948,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32960,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32961,9): warning C
4996: 'yarp::os::RateThreadWrapper::detach': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32971,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32971,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32972,3): warning C
4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32987,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32995,28): warning
C4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(32996,24): warning
C4996: 'yarp::os::RateThreadWrapper::attach': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33006,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33006,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33007,3): warning C
4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33007,21): warning
C4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33022,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33027,28): warning
C4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33028,24): warning
C4996: 'yarp::os::RateThreadWrapper::attach': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33076,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33076,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33095,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33106,24): warning
C4996: 'yarp::os::RateThreadWrapper::open': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33116,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33116,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33132,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33138,24): warning
C4996: 'yarp::os::RateThreadWrapper::open': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33148,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33148,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33161,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33162,24): warning
C4996: 'yarp::os::RateThreadWrapper::open': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33228,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33228,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33240,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33241,9): warning C
4996: 'yarp::os::RateThreadWrapper::close': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-mat
lab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33251,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33251,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33263,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33264,9): warning C
4996: 'yarp::os::RateThreadWrapper::stop': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matl
ab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33274,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33274,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33286,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33287,9): warning C
4996: 'yarp::os::RateThreadWrapper::run': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matla
b-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33297,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33297,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33310,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33311,24): warning
C4996: 'yarp::os::RateThreadWrapper::threadInit': was declared deprecated [C:\robotology-superbuild\build\robotology\ya
rp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33321,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33321,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33333,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33334,9): warning C
4996: 'yarp::os::RateThreadWrapper::threadRelease': was declared deprecated [C:\robotology-superbuild\build\robotology\
yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33344,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33344,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33359,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33365,9): warning C
4996: 'yarp::os::RateThreadWrapper::afterStart': was declared deprecated [C:\robotology-superbuild\build\robotology\yar
p-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33375,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33375,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33387,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33388,9): warning C
4996: 'yarp::os::RateThreadWrapper::beforeStart': was declared deprecated [C:\robotology-superbuild\build\robotology\ya
rp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33398,13): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33398,50): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33402,3): warning C
4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33411,38): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33412,13): warning
C4996: 'yarp::os::Runnable': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\ma
tlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33412,36): warning
C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33412,67): warning
C4996: 'yarp::os::RateThreadWrapper::getAttachment': was declared deprecated [C:\robotology-superbuild\build\robotology
\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(33754,19): warning
C4996: 'yarp::os::Time::turboBoost': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bin
dings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35030,13): warning
C4996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35030,40): warning
C4996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35044,38): warning
C4996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35046,5): warning C
4996: 'yarp::os::Stamped::~Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bin
dings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35057,13): warning
C4996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35057,40): warning
C4996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35070,38): warning
C4996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35071,24): warning
C4996: 'yarp::os::Stamped': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\mat
lab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(35071,45): warning
C4996: 'yarp::os::Stamped::getStamp': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-bi
ndings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(41186,18): warning
C4996: 'yarp::os::Log::setLogCallback': Use setPrintCallback instead [C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(44975,13): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(44975,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(44995,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(44996,24): warning
C4996: 'yarp::os::BufferedPort<yarp::os::Property>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\r
obotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(47561,13): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(47561,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(47581,38): warning
C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab
\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(47582,24): warning
C4996: 'yarp::os::BufferedPort<yarp::os::Bottle>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\rob
otology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(48655,26): warning
C4996: 'yarp::sig::Image::getIplImage': Use yarp::cv::toCvMat instead [C:\robotology-superbuild\build\robotology\yarp-m
atlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(48684,9): warning C
4996: 'yarp::sig::Image::wrapIplImage': Use yarp::cv::fromCvMat instead [C:\robotology-superbuild\build\robotology\yarp
-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60441,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setBrightness': Use setFeature(YARP_FEATURE_BRIGHTNESS, v) instead [C:\roboto
logy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60473,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setExposure': Use setFeature(YARP_FEATURE_EXPOSURE, v) instead [C:\robotology
-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60505,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setSharpness': Use setFeature(YARP_FEATURE_SHARPNESS, v) instead [C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60545,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setWhiteBalance': Use setFeature(YARP_FEATURE_WHITE_BALANCE, blue, red) inste
ad [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60577,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setHue': Use setFeature(YARP_FEATURE_HUE, v) instead [C:\robotology-superbuil
d\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60609,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setSaturation': Use setFeature(YARP_FEATURE_SATURATION, v) instead [C:\roboto
logy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60641,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setGamma': Use setFeature(YARP_FEATURE_GAMMA, v) instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60673,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setShutter': Use setFeature(YARP_FEATURE_SHUTTER, v) instead [C:\robotology-s
uperbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60705,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setGain': Use setFeature(YARP_FEATURE_GAIN, v) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60737,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::setIris': Use setFeature(YARP_FEATURE_IRIS, v) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60761,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getBrightness': Use getFeature(YARP_FEATURE_BRIGHTNESS, v) instead [C:\roboto
logy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60785,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getExposure': Use getFeature(YARP_FEATURE_EXPOSURE, v) instead [C:\robotology
-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60809,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getSharpness': Use getFeature(YARP_FEATURE_SHARPNESS, v) instead [C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60855,24): warning
C4996: 'yarp::dev::IFrameGrabberControls::getWhiteBalance': Use getFeature(YARP_FEATURE_WHITE_BALANCE, blue, red) inste
ad [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60879,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getHue': Use getFeature(YARP_FEATURE_HUE, v) instead [C:\robotology-superbuil
d\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60903,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getSaturation': Use getFeature(YARP_FEATURE_SATURATION, v) instead [C:\roboto
logy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60927,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getGamma': Use getFeature(YARP_FEATURE_GAMMA, v) instead [C:\robotology-super
build\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60951,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getShutter': Use getFeature(YARP_FEATURE_SHUTTER, v) instead [C:\robotology-s
uperbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60975,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getGain': Use getFeature(YARP_FEATURE_GAIN, v) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(60999,26): warning
C4996: 'yarp::dev::IFrameGrabberControls::getIris': Use getFeature(YARP_FEATURE_IRIS, v) instead [C:\robotology-superbu
ild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(116220,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(116220,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(116240,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(116241,24): warning
 C4996: 'yarp::os::BufferedPort<ImageRgb>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology
-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(119294,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(119294,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(119314,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(119315,24): warning
 C4996: 'yarp::os::BufferedPort<ImageRgba>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotolog
y-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(122368,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(122368,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(122388,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(122389,24): warning
 C4996: 'yarp::os::BufferedPort<ImageMono>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotolog
y-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(125442,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(125442,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(125462,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(125463,24): warning
 C4996: 'yarp::os::BufferedPort<ImageMono16>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotol
ogy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(128603,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(128603,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(128623,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(128624,24): warning
 C4996: 'yarp::os::BufferedPort<ImageInt>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology
-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131189,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131189,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131209,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131210,24): warning
 C4996: 'yarp::os::BufferedPort<yarp::sig::Sound>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\ro
botology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131708,67): warning
 C4996: 'yarp::sig::VectorOf<double>::getFirst': Use either data() if you need the pointer to the first element, or cbe
gin() if you need the iterator [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(131732,28): warning
 C4996: 'yarp::sig::VectorOf<double>::getFirst': Use either data() if you need the pointer to the first element, or beg
in() if you need the iterator [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(135569,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(135569,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(135589,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(135590,24): warning
 C4996: 'yarp::os::BufferedPort<Vector>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotology-s
uperbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(138730,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(138730,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(138750,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(138751,24): warning
 C4996: 'yarp::os::BufferedPort<ImageFloat>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robotolo
gy-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(141804,13): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(141804,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(141824,38): warning
 C4996: 'yarp::os::Mutex': Use std::mutex instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matla
b\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(141825,24): warning
 C4996: 'yarp::os::BufferedPort<ImageRgbFloat>::setCallbackLock': Use setCallbackLock with std::mutex instead [C:\robot
ology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(142333,63): warning
 C4996: 'yarp::os::RateThread': Use PeriodicThread instead [C:\robotology-superbuild\build\robotology\yarp-matlab-bindi
ngs\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(142336,63): warning
 C4996: 'yarp::os::SystemRateThread': Use PeriodicThread(..., == ShouldUseSystemClock::Yes) instead [C:\robotology-supe
rbuild\build\robotology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(142339,63): warning
 C4996: 'yarp::os::RateThreadWrapper': was declared deprecated [C:\robotology-superbuild\build\robotology\yarp-matlab-b
indings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(4525,1): warning C4
267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\robotology-superbuild\build\robotolog
y\yarp-matlab-bindings\matlab\yarpMEX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(25478): warning C47
00: uninitialized local variable '_v' used [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpM
EX.vcxproj]
  C:\robotology-superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx(28311): warning C47
00: uninitialized local variable '_v' used [C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\matlab\yarpM
EX.vcxproj]

    314 Warning(s)
    0 Error(s)

Time Elapsed 00:00:06.11

@traversaro
Copy link
Member

Hi @traversaro , I just opened the terminal, and I navigated into the folder C:/robotology-superbuild/build/robotology/yarp-matlab-bindings and I did cmake --build . --verbose . Is this procedure correct?

Exactly, thanks!

@traversaro
Copy link
Member

The relevant line is:

  C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\CL.exe /c /I
  "C:\Program Files\MATLAB\R2020b\extern\include" /I"C:\robotology-superbuild\build\install\include" /Zi /nologo /W3 /W
  X- /diagnostics:column /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D "DLL_EXPORT_SYM=__declspec(dllexp
  ort)" /D _WINDLL /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"yarpMEX.d
  ir\Debug\\" /Fd"yarpMEX.dir\Debug\vc142.pdb" /Gd /TP /errorReport:queue "C:\robotology-superbuild\robotology\yarp-mat
  lab-bindings\matlab\autogenerated\yarpMATLAB_wrap.cxx"

This is the command with which the compiler and the linker (if you don't know what this are, see https://github.com/green7ea/cpp-compilation). Indeed, there is no /EXPORT:mexFunction option passed to it, as we would expect from what we have written in #58 (comment) . Are you using the the fix/58 branch (in which that /EXPORT:mexFunction should be present) or you switched back to master? If you are on master, can you go back to fix/58 , re-run CMake and try again? Probably for consistency it make sense to compile with cmake --build . --config Release --verbose for consistency, as I imagine that we want to use Release build eventually.

@traversaro traversaro changed the title ERROR Invalid MEX-file - Yarp MatLab bindings - ERROR Invalid MEX-file - Yarp MatLab bindings on MATLAB R2020b Jan 13, 2021
@giovannipizzolante
Copy link
Author

Yes, I was on master. I run cmake again into the branch fix/58 as you suggested and this shoul be the relevant line :

 C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tool
  s\MSVC\14.28.29333\bin\HostX64\x64\CL.exe /c /I"C:\Program Files\MATLA
  B\R2020b\extern\include" /I"C:\robotology-superbuild\build\install\inc
  lude" /nologo /W3 /WX- /diagnostics:column /O2 /Ob2 /D WIN32 /D _WINDO
  WS /D NDEBUG /D "CMAKE_INTDIR=\"Release\"" /D "DLL_EXPORT_SYM=__declsp
  ec(dllexport)" /D _WINDLL /D _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:
  wchar_t /Zc:forScope /Zc:inline /GR /Fo"yarpMEX.dir\Release\\" /Fd"yar
  pMEX.dir\Release\vc142.pdb" /Gd /TP /errorReport:queue "C:\robotology-
  superbuild\robotology\yarp-matlab-bindings\matlab\autogenerated\yarpMA
  TLAB_wrap.cxx"
  yarpMATLAB_wrap.cxx

@traversaro
Copy link
Member

Thanks! I think we found the problem: the /EXPORT:mexFunction is not being passed even in the fix/58 branch. Just to be sure, let's double check the following:

  • After you changed branch, you did go in robotology-superbuild\build\src\yarp-matlab-bindings and run cmake . to ensure that CMake was regenerated, before running cmake --build . --config Release --verbose ?
  • If you did that, to ensure that this is not something temporarly, we can try to remove the build directory. I.e. I would try to remove the build directory of yarp-matlab-bindings (i.e. robotology-superbuild\build\src\yarp-matlab-bindings) and run the cmake --build . --config Release in ``robotology-superbuild\buildto ensure thatrobotology-superbuild\build\src\yarp-matlab-bindings` is re-created from scratch. At that point, you can go back to `robotology-superbuild\build\src\yarp-matlab-bindings` and run again `cmake .` and `cmake --build . --config Release --verbose`

@giovannipizzolante
Copy link
Author

giovannipizzolante commented Jan 13, 2021

After you changed branch, you did go in robotology-superbuild\build\src\yarp-matlab-bindings and run cmake . to ensure that CMake was regenerated, before running cmake --build . --config Release --verbose ?

No, I did not. I just opened the terminal, went here C:\robotology-superbuild\robotology\yarp-matlab-bindings,switched on branch fix/58, and then I went here C:\robotology-superbuild\build\robotology\yarp-matlab-bindings and I did cmake --build . --config Release --verbose .

Should I do this

go in robotology-superbuild\build\src\yarp-matlab-bindings and run cmake

before running cmake --build . --config Release --verbose ?

Thanks @traversaro !

@traversaro
Copy link
Member

Should I do this

go in robotology-superbuild\build\src\yarp-matlab-bindings and run cmake

before running cmake --build . --config Release --verbose ?

Thanks @traversaro !

Yes. As we changed the CMake files used in the project, it is a good idea to manually run cmake . (i.e. "configure" the project, see #58 (comment)) before "building" it (i.e. running cmake --build .).

@giovannipizzolante
Copy link
Author

Here what I did :

PS C:\Users\gpizzolante> cd C:\robotology-superbuild\robotology\yarp-matlab-bindings
PS C:\robotology-superbuild\robotology\yarp-matlab-bindings> git checkout fix/58
Already on 'fix/58'
Your branch is up to date with 'origin/fix/58'.
PS C:\robotology-superbuild\robotology\yarp-matlab-bindings> git branch
* fix/58
  master
  yarp-3.4
PS C:\robotology-superbuild\robotology\yarp-matlab-bindings> cd C:\robotology-superbuild\build\robotology\yarp-matlab-bindings
PS C:\robotology-superbuild\build\robotology\yarp-matlab-bindings> git branch
* master
PS C:\robotology-superbuild\build\robotology\yarp-matlab-bindings> cmake .
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19042.
-- Found YARP: C:/robotology-superbuild/build/install/lib/cmake/YARP (found version "3.4.1+71-20201202.1+git231516ed3")
CMake Deprecation Warning at C:/robotology-superbuild/build/install/lib/cmake/YARP/YARPConfig.cmake:226 (message):
  The YARP_INCLUDE_DIRS variable is deprecated
Call Stack (most recent call first):
  CMakeLists.txt:2147483647 (_yarp_deprecated_variable_warning)
  CMakeLists.txt:29 (get_target_property)


-- Found YCM: C:/robotology-superbuild/build/install/share/cmake/YCM (found version "0.12.0.20-20201126+git0f12169")
CMake Deprecation Warning at C:/robotology-superbuild/build/install/lib/cmake/YARP/YARPConfig.cmake:226 (message):
  The YARP_INCLUDE_DIRS variable is deprecated
Call Stack (most recent call first):
  CMakeLists.txt:2147483647 (_yarp_deprecated_variable_warning)
  CMakeLists.txt:42 (include_directories)


CMake Deprecation Warning at C:/robotology-superbuild/build/install/share/YCM/modules/InstallBasicPackageFiles.cmake:314 (message):
  TARGETS is deprecated.  Use EXPORT instead
Call Stack (most recent call first):
  matlab/CMakeLists.txt:179 (install_basic_package_files)


CMake Deprecation Warning at C:/robotology-superbuild/build/install/share/YCM/modules/InstallBasicPackageFiles.cmake:385 (message):
  Compatibility variables are no longer generated.  Use
  ENABLE_COMPATIBILITY_VARS to re-enable them (deprecated) or define them
  using either INCLUDE_FILE or INCLUDE_CONTENT (recommended).
Call Stack (most recent call first):
  matlab/CMakeLists.txt:179 (install_basic_package_files)


-- Configuring done
CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_init" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_os" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_sig" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_dev" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_IMPLIB not set for imported target "YARP::YARP_math" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_init"
  configuration "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.
  IMPORTED_LOCATION not set for imported target "YARP::YARP_os" configuration
  "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_sig"
  configuration "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_dev"
  configuration "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "YARP::YARP_math"
  configuration "MinSizeRel".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: C:/robotology-superbuild/build/robotology/yarp-matlab-bindings
PS C:\robotology-superbuild\build\robotology\yarp-matlab-bindings> cmake --build . --config Release --verbose
Microsoft (R) Build Engine version 16.8.2+25e4d540b for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 1/13/2021 2:52:30 PM.
Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\
ALL_BUILD.vcxproj" on node 1 (default targets).
Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\
ALL_BUILD.vcxproj" (1) is building "C:\robotology-superbuild\build\robot
ology\yarp-matlab-bindings\ZERO_CHECK.vcxproj" (2) on node 1 (default ta
rgets).
InitializeBuildStatus:
  Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" be
  cause "AlwaysCreate" was specified.
CustomBuild:
  All outputs are up-to-date.
FinalizeBuildStatus:
  Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuil
  d".
  Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuilds
  tate".
Done Building Project "C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\ZERO_CHECK.vcxproj" (default targets).

Project "C:\robotology-superbuild\build\robotology\yarp-matlab-bindings\
ALL_BUILD.vcxproj" (1) is building "C:\robotology-superbuild\build\robot
ology\yarp-matlab-bindings\matlab\yarpMEX.vcxproj" (3) on node 1 (defaul
t targets).
InitializeBuildStatus:
  Creating "yarpMEX.dir\Release\yarpMEX.tlog\unsuccessfulbuild" because
  "AlwaysCreate" was specified.
CustomBuild:
  All outputs are up-to-date.
ClCompile:
  All outputs are up-to-date.
Link:
  All outputs are up-to-date.
  yarpMEX.vcxproj -> C:\robotology-superbuild\build\robotology\yarp-matl
  ab-bindings\matlab\Release\yarpMEX.mexw64
PostBuildEvent:
  setlocal
  powershell -noprofile -executionpolicy Bypass -file C:/robotology/vcpk
  g/scripts/buildsystems/msbuild/applocal.ps1 -targetBinary C:/robotolog
  y-superbuild/build/robotology/yarp-matlab-bindings/matlab/Release/yarp
  MEX.mexw64 -installedDir C:/robotology/vcpkg/installed/x64-windows/bin
   -OutVariable out
  if %errorlevel% neq 0 goto :cmEnd
  :cmEnd
  endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
  :cmErrorLevel
  exit /b %1
  :cmDone
  if %errorlevel% neq 0 goto :VCEnd
  :VCEnd
FinalizeBuildStatus:
  Deleting file "yarpMEX.dir\Release\yarpMEX.tlog\unsuccessfulbuild".
  Touching "yarpMEX.dir\Release\yarpMEX.tlog\yarpMEX.lastbuildstate".
Done Building Project "C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\matlab\yarpMEX.vcxproj" (default targets).

InitializeBuildStatus:
  Creating "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" beca
  use "AlwaysCreate" was specified.
CustomBuild:
  All outputs are up-to-date.
FinalizeBuildStatus:
  Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild"
  .
  Touching "x64\Release\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstat
  e".
Done Building Project "C:\robotology-superbuild\build\robotology\yarp-ma
tlab-bindings\ALL_BUILD.vcxproj" (default targets).


Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:00.73

@traversaro
Copy link
Member

Can you delete C:/robotology-superbuild/build/robotology/yarp-matlab-bindings/matlab/Release/yarpMEX.mexw64 so that the compilation is done again?

@giovannipizzolante
Copy link
Author

Yes. I have deleted it and then I did again the cmake . and the building.

I attach the screenshot, because I am having problem oin copy and paste the relevant line
Screenshot (19)

@traversaro
Copy link
Member

traversaro commented Jan 13, 2021

Ok, still no /EXPORT:mexFunction in sight, I just replicate a similar setup in my case, I will try how it works for me.

@traversaro
Copy link
Member

I think I understood the problem. I had exactly the same problem in robotology/idyntree#790 : the FindMATLAB.cmake and the code contained in matlab_add_mex is not the problem, the problem is that in the main CMakeLists.txt of the project then matlab_add_mex is not used at all.

@traversaro
Copy link
Member

This issue should be fixed by #60 . Can you try it @giovannipizzolante ? To install after compilation, remember tor run cmake --build . --config Release --target INSTALL, Thanks!

@giovannipizzolante
Copy link
Author

Hi @traversaro , I have tried and #60 fix the problem. Anyway, when I try to go on for checking the installation, as suggested here, when I type yarpVec.fromMatlab([1;2;3]) the following error is returned:

Error using yarpMEX
The error message identifier is invalid.

Error in yarp.Vector/fromMatlab (line 163)
      [varargout{1:nargout}] = yarpMEX(2590, self,
      varargin{:});

Error in SwigRef/subsref (line 33)
        [varargout{1:nargout}] =
        builtin('subsref',self,s);

@traversaro
Copy link
Member

traversaro commented Jan 14, 2021

Hi @traversaro , I have tried and #60 fix the problem.

Great! In this case, I would kindly ask to approve the PR #60 (see https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews on how to approve a PR) so that we can merge it and close this issue.

Anyway, when I try to go on for checking the installation, as suggested here, when I type yarpVec.fromMatlab([1;2;3]) the following error is returned:

Error using yarpMEX
The error message identifier is invalid.

Error in yarp.Vector/fromMatlab (line 163)
      [varargout{1:nargout}] = yarpMEX(2590, self,
      varargin{:});

Error in SwigRef/subsref (line 33)
        [varargout{1:nargout}] =
        builtin('subsref',self,s);

Can I ask to open a separate issue for this? I know that it may seem a bit useless, but when managing several software projects, it is convenient to use to have issue that are as small as possible, so that we can clearly know which problems have been solved and which instead still needs to be solved. Thanks!

@traversaro
Copy link
Member

Fixed by #60 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants