I'm do a project to control a gpib-usb converter from national instruments. I will run the app on raspberry pi 2 using a windows 10 iot core. On this configuration, is only possible to do a universal app to run. That's what i do.
The library is in c/c++, so comes with a gpib-32.obj. Here is the trouble, when i compile my universal app on raspberry pi, give me the error Error LNK1112 module machine type 'X86' conflicts with target machine type 'ARM'.
There is somehow i can do this app run? If i delete this file, the library don't work.
regards, vitor.