c# - FFTW for Windows Phone 8 -


is there way use fftw library inside windows phone 8 ?

i tried reference directly of-course cant, wonder if there way call native dll windows phone 8.

note: calling c#.

you can't call native dll directly c# without using windows runtime component wraps native dll , provides interface .net can call.

you must make sure library correctly built phone (correct cpu architecture , libraries) before can write windows runtime wrapper it.


Comments