Nokia Imaging SDK for Visual Basic Windows Phone 8 project?

212 Views Asked by At

I develop a windows phone 8 app written in visual basic. I want to integrate the Nokia Imaging SDk into my app. Is the SDK available for visual basic or only for C#???

1

There are 1 best solutions below

0
On

All .NET applications, be it C# or VB.NET or whichever language, are compiled in the same intermediary language, called CIL. Basically, if the SDK works with a C# app, it will work with a VB.NET app.