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!
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!
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.
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.