Hello! Faced a problem. Atol has a driver version 8_10_03_00 for CMC. The task is to integrate interaction with the cash register in the application under the UWP. Atol this lib goes as COM, as a result, reference to it can only be specified in the application on the .net framework. In the UWP application there is no possibility to add such an object. You can take the FprnM1C.dll driver library file separately and add it to the project. But then the studio swears by such message "interop type cannot be embedded use the application interface instead". In wpf, the problem was solved by setting the "Embeded interop types" property to "false" in Properties. Unfortunately, there is no such O_o property in UWP in Properties. Can someone tell me how to be in this situation?

    1 answer 1

    I worked with the driver for the TSD (PDX1C.dll) in WPF, I built the library there, because the compiler cursed. Now, for the sake of interest, I created a UWP project, added a link to this libu - the build went without problems, no errors, no warnings. VS Community 2015 with the latest updates.