3 programming - darwin/visual c, Programming - darwin/visual c ++ -5 – Yokogawa PC-Based MX100 User Manual

Page 403

Advertising
background image

7-5

IM MX190-01E

DARWIN - Visual C++ -

7

7.3

Programming - DARWIN/Visual C ++ -

Adding the Path to the Include File

Add the path of the include file (DAQDARWIN.h) to the project. The method of
adding the include file varies depending on the environment used.

Declaration in the Source File

Write the declaration in the source file.

#include "DAQDARWIN.h"

Note

The include file of the common section (DAQHandler.h) is referenced from the include
file described above. Thus, declaration for it is not necessary.

Library Designation

Add the library (DAQDARWIN.lib, DAQHandler.lib) to the project. The method of

adding the include file varies depending on the environment used.
This enables the use of all classes. It also enables the use of all Visual C functions.

Advertising