Hey all,
I have a program(using wxWidgets & MySql++ on MINGW) that has to have some Bluetooth Interaction with an Android App. The problem is that I am having trouble finding a framework(API) that would help me send,recieve data over Bluetooth with other applications. I searched and searched all over the Internet. But it was rather out in Vain...
And I have not used MSVC before so I was wondering if I could do something like this.
write the bluetooth portion of the project in MSVC and then create a dll/definition file out of it which i can connect to my MingW compiler or link it dynamically.
Is it possible? If it is possible, How do I go about it? I mean, I wish to have a good and clear understanding of what exactly I should be doing in order to make this work?