ANE with Windows universal library
Im trying to create an ANE with Visual C++ Windows Universal DLL library on the native side, im using AIR 32.
But seems like the ANE only works if i use the Desktop Dynamic Link Library, if i try with universal i always get this error:
The extension context does not have a method with the name <name>.
Im wondering is this even possible?
Looking online i wasnt able to find any other ANEs that use the univeral library.
The reason im stuck with the universal type is because im trying to use Windows Facebook SDK in the ANE (winsdkfb).
