1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
tiv 0423218095 0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
"endl" manipulator for Message_Messenger is renamed to "Message_EndLine".

The following entities from std namespace are now used
with std:: explicitly specified (from Standard_Stream.hxx):
std::istream,std::ostream,std::ofstream,std::ifstream,std::fstream,
std::filebuf,std::streambuf,std::streampos,std::ios,std::cout,std::cerr,
std::cin,std::endl,std::ends,std::flush,std::setw,std::setprecision,
std::hex,std::dec.
2019-08-16 12:16:38 +03:00
..

XAML (UWP) sample

This sample was created to check possibility of OCCT compilation on Universal Windows Platform (UWP). Note that only FoundationClasses, ModelingAlgorithms and ModelingData modules can be built at the moment.

Building OCCT and XAML (UWP) sample using CMake (since CMake version 3.4.0):

  • Run CMake, select source and binary directories for OCCT
  • Press "Configure" button
  • Select generator for this project - "Visual Studio 14 2015"
  • Select radio button "Specify toolchain file for cross-compiling" and press button "Next"
  • Specify absolute path to the Toolchain file "OCCT/adm/templates/uwp.toolchain.config.cmake" and press button "Finish"
  • After first configuration specify 3RDPARTY_DIR, INSTALL_DIR
  • Turn ON BUILD_MODULE_Uwp checkbox.
  • Press "Generate" button
  • Build OCCT and XAML (UWP) sample from Visual Studio as usual.

Troubleshooting: If you have got an error like this (appears after running the sample from Visual Studio): "Error : DEP3321 : To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.10240.0 or higher. You currently are running version 10.0.10166.0." Go to the properties of uwp sample project and in tab "General", set minimum deployment target to the lowest one.