pos peripherals from vba

I want to use point of service peripherals from vba in ms access, as I am creating a point of sale database. I downloaded pos for .net sdk. I then tried to reference its main library (microsoft.pointofservice.dll) from vba (by going tools>references), but it wouldn't let me, it said it couldn't create a reference to the file, which is a dll. How can I link to the pos peripherals from vba

Answer this question

pos peripherals from vba

  • Malay Thakershi

    I don't have a C++ compiler, so I can't write a wrapper, right Where could I find an unmanaged version

  • Ronaldlee Ejalu

    Hi,

    The .Net DLL is a managed DLL. So you can't directly link it to VBA. What you can to is try to find a non managed version, or write a wrapper unmanage DLL that wrap the managed .Net DLL.



  • pos peripherals from vba