How to build a C++ client in Visual Studio 2012 or later
book
Article ID: KB0081725
calendar_today
Updated On:
TIBCO Streaming
|
7.x, 10.x
|
Description
To build a C++ client in Visual Studio 2012 or later, follow the instructions below.
Resolution
1. Install the native SDK package for StreamBase (available on edelivery.tibco.com). The installer is named 'TIB_sb-cep_nativesdk_10.2.1_win_x86.msi'.
2. Right-click on your project root folder in Visual Studio, and select 'Properties'
3. Add the $(STREAMBASE_HOME) path to your SB installation (e.g. C:\tibco\sb-cep\10.2) under:
C/C++ > General > Additional Include Directories
Linker > General > Additional Library Dependencies
Issue/Introduction
Building a StreamBase C++ client in Visual Studio
Additional Information
These instructions are detailed in the Help under StreamBase Home > API Guide > Configuring Visual C++
Feedback
thumb_up
Yes
thumb_down
No