ORiN 2 - Adding bCAPClient.h Include path to Visual Studio Project

Modified on Wed, 16 Oct at 6:13 PM

Please read our Legal Disclaimer before executing any steps on this article. 


Overview

This article shows how to add the CAO_i.c file Include path to your Visual Studio project. This applies when using the CAO Engine to communicate to the robot controller and programming in either Visual C/C++. This article is not intended to aid you on how to use Visual Studio IDE.


Tools and Parts needed

  • Visual Studio IDE (This examples uses Visual Studio 2017)


NOTE:
The following sample code is provided "AS IS" under the MIT License. Programming support service is out of warranty. Please note that we do not provide any programming support service beyond basic setup and troubleshooting.


Step-by-Step Guide

Step 1

After you have created your project in Visual Studio, right-click on your project entry under the Solution Explorer section.

 

Select the "Properties..." option. The Project Property Pages window should appear.


Step 2

On the Property Pages window, perform the following operations:

  1. Expand the Configuration Properties list and select VC++ Directories
  2. Select "Include Directories" in the right pane.
  3. Press the drop-down icon
  4. Select <Edit...>



The Include Directories window should come up.


Step 3

On the Include Directories window include the path to the CAO_i.c file. 

  1. Press the "New Line" button
  2. Press the [...] button
  3. Select the following directory
    C:\ORiN2\CAP\b-CAP\CapLib\DENSO\RC8\Include\C\bCAPClient


Step 4

Press the OK button to add the new include directory. 


Step 5

Confirm that the b-CAP Client path is properly included. 

Press OK to confirm. 



Next Steps:


Other References

  • ORiN 2 Programming Guide - Section 2.6.1 "Client development with C++" (C:\ORiN2\CAO\Doc\ORiN2_ProgrammersGuide_en.pdf)
  • ORiN 2 - Overview 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article