thread693-1762064
If one may need E7 interfaces am available.
I have interfaced micros E7 with RCH ISwing Fiscal Printers and i have gained a lot of insights with E7 systemms.
You need you get it from me
HI guys
Thanks for this debate, I solved this problems using embedded visual C++ 4.o and with service pack 4.0 and WINCE STANDARDSDK.
when creating a new dll select the win32(WCE X86) FOR WORKSTATIONS AND win32(WCE ARMV4I) FORmTablet CPUs
HI GUYS
HAVE BEEN TRYING TO WRITE A PROGRAM TO INTERFACE MICROS POS WITH rch ISWING PRINTER
I SET THE PORTS WELL BUT WHEN I WHEN I SEND THE REQUEST TO THE PRINTER THERE IS NO REPLY
CAN SOMEBODY HELP WITH A SMALL CODE THAT WILL GIVE AN IDEA ON HOW TO GO ABOUT IT
for the window Ce dlls/apps use Embedded visual C++ 4.0 with service pack 4
Then install Microsoft WINCE STANDARDSDK
NOTE[bigsmile]: For WINCE WORKSTATIONS(WINCE 4.0,5.0 OR 6.0) SELECT THE win32(WCE x86) CPU OPTION AND For WINCE tabs(WINCE 7.0) SELECT win32(WCE ARMV4I) CPU .
THIS WILL SOLVE...
Thanx Alot #Moregelen
I solved my problem this way
[/s]void Connect(char *server,char *msg,short port,char *res)
{
char recieve[65];
strcpy(res, recieve);
}
in the ISL i call it this way
DLLCall h_sql, Connect(servername,line, port,ref res)
Thankyou alot for your guidance
No.
am using C
the method Connect(serverip,line,port) already accepts these three parameters. The methods connects to a socket, sends data to the socket and waits for a reply to determine the next course of action. Since i could not receive the reply in my isl, i writes to a text file then I...
Hi guys,
Have developed a dll that i want it to return a string(char) value to a var in my isl script,
how do i call this function as an assignment to my var?
DLLLoad h_sql, "MFPD.dll"
DLLCall h_sql,Connect(serverip,line,port)
Have written my ISL to read the check detail after the Tender media close(final tender)
the problem I have is That I can not get the major group names(not major groups numbers), the tax names, and The Headers and Trailers
Can somebody help me out PlZ
HI Moregelen, i solved my problem: The Main class in the Dll should be in caps. Amazing and in the name space MicrosSystems.E7.TIF and the configuration File to have the same name as that of the dll E.g of the dll name==TIFCalebUp then the Class==TIFCALEBUP and the cfg file to be ==...
e7 v3 provides TIFUtils.dll that a TIF dll developer uses to access the POS transactions. After i create my dll, The issue is how do i host this dll. please help me and the TIFUtils.dll are made in C#
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.