This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

header and lib files of MasterEmulator - Visual C++ BLE app

I am developing a Windows7 Visual C++ application to interface via Master Emulator to BLE device. Where can I find the C/C++ header and lib files? (I am new to Nordic BLE) Thanks!

Parents
  • This isn't something that we have tested or that is officially supported, so I'd recommend you to instead use C#, as our example applications do.

    It might be possible to get working by creating your own C# wrapper object, that you can use from your C++ application, but again, this isn't something I've tested or that we are even sure would actually be possible. If you absolutely need to use C++, it could perhaps be an option worth investigating.

Reply
  • This isn't something that we have tested or that is officially supported, so I'd recommend you to instead use C#, as our example applications do.

    It might be possible to get working by creating your own C# wrapper object, that you can use from your C++ application, but again, this isn't something I've tested or that we are even sure would actually be possible. If you absolutely need to use C++, it could perhaps be an option worth investigating.

Children
No Data
Related