cancel
Showing results for 
Search instead for 
Did you mean: 

Creating external adapter

Former Member
0 Kudos

Hi to all,

i want to create a external adapter in c++ with using Visual Studio 2015.

I'm totally new with using c++. We wrote a Project in C# but the Tinkerforge (RED Brick – Tinkerforge Link to the Homepage of Tinkerforge/ Which Mono we used) Mono couldn't execute the Dll. This was the error "streamingnetsdk_lib.dll' contains native code that cannot be executed by Mono on this platform. The assembly was probably created using C++/CLI."

So we wanna try it with a Programm written in C++.

I've linked all the header files from the installation source of the ESP to my Visual Studio. Now im forcing the issue that i don't find the related files (need the .c or .cpp files for comiling the Project).


Can anyone tell me where i can find the required files?


The Error i get is "error LNK 2019" Reference to unresolved external symbol

Im using the german setup so a screenshot would not be helpful.


I hope you can help me.


Sascha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214391
Discoverer
0 Kudos

HI Sascha,

you have to set the include and lib directories to the esp installation. The streaming client lib has to be added to avoid the link error.

If required send me an email to andre.wilkinghoff@sap.com and I will send you a vs2015 sample

project.

Best regards

André