I don't program in C++ but in VB.NET, but I guess somebody can help me anyway: I'd like to access Symbian Connect QI libraries on my PC from a VB.NET program. How can I accomplish this?!?
Looking at [url=http://community.visual-basic.it/alessandro/archive/2006/11/27/18021.aspx]this page[url], I see how to access external libraries.
After adding references to mRouter and SymbyanConnect in my VB.net project, I try creating objects such as ECEMSGLib, MROUTERBLUETOOTHLib or MROUTERCONTROLLERLib (which I can see in reference list just like shell32), but it does not work ("of course", you'll add... )
So, how do I access these libraries and their methods?