Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to upload C# dll into e7 1

Status
Not open for further replies.

vonza

Programmer
Dec 15, 2013
21
KE
have already created my dll for use in e7 but i do not know how to link it with e7
 
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#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top