C++

Use C++

Thu, 2019-10-17 20:48--Dieter Falk

Actual SDK 1.0.14

I want to use SmartSnippets and you SDK with a C++ project.

I have seen in your SDK header files, that there is no C++ Support (could be added by some simple preprocessor defines)

Do you plan to support C++ in your SDK or do you already have a solution for this?

Best regards

Dieter

Using C++

Sun, 2018-08-26 16:13--garzola

Hi,
I need to use C++ with the Dialog SDK, but I wasn't able to set it up.
What I did was following the getting started tutorial, so I copied the ble_adv example.
Then I addedorg.eclipse.cdt.core.ccnatureto the .project file, to make it a C++ project.
I then modified the C++ linker settings to match the previous C ones (like linking the Bluetooth library) and renamed the main.c file to main.cpp.

Mixing CPP and C with the sample code

Thu, 2016-03-24 07:53--fabiankropp

Hi there,

we'd like to mix the sample code with our business logic, that is written in c++.
Any advice how to achieve that ?
We are a bit worried about the events not being delivered properly if we simply add c++.
[update]
if we are going to compile in C++ Code, that will be called by any bluetooth related method, will this work without any problem?
Method calls etc. are IMHO handled differently in C++
[/update]

thank you

Fabian

Subscribe to RSS - C++