UA Server SDK C++ Bundle  1.3.3.206
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Todo List
Page Lesson 1: Setting up a basic OPC UA Client console application

Differentiating by lessons ...

Differences to included cpp file:

  • defines
  • comment 'Globals'

defines in included example missing

Warnings in VS2008 related to the following code:
Warning 1 warning C4996: 'kbhit': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _kbhit. See online help for details.
Warning 2 warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.