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

pos peripherals from vba
Malay Thakershi
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.