You aren't going to have much luck using a C# DLL with Micros products. I'm not sure if you can even link a DLL with e7 the way you can with RES/9700/Simphony given that its the 'cheaper' version of Micros, but I know that Micros uses the standard stdcall to utilize functions in a DLL; something that isn't supported with a C# DLL. You can go the other way around in C#, calling a native DLL, but given that a C# DLL is still a .NET assembly, you can really only access its functions through other .NET applications or through COM interop.
Still... I'm not even sure if you can import a third party DLL with e7 given it doesn't support their SIM language.
e7 v3 provides TIFUtils.dll that a TIF dll developer uses to access the POS transactions. The issue is how do i host this dll. please help me and the TIFUtils.dll are made in C#
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.