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!

Search results for query: *

  • Users: vonza
  • Order by date
  1. vonza

    E7 Interface Developer

    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
  2. vonza

    MICROS 3700 DLL

    HI guys Has anybody tried the above solution? keep me in touch in case of any difficult. AM ready for this guys it has worked fine for me
  3. vonza

    DLL functions that returns value to an ISL script var

    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
  4. vonza

    FISCAL PRINTER PROGRAMMING

    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
  5. vonza

    MICROS 3700 DLL

    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...
  6. vonza

    MICROS 3700 DLL

    Hi Moregelen I think i can help on the WIN CE part if you still need solution for the above problem
  7. vonza

    DLL functions that returns value to an ISL script var

    my dll is working fine in win32 but in windows ce 6.0 its telling no function defined, could you be having a clue what this is
  8. vonza

    DLL functions that returns value to an ISL script var

    Hi Am using MinGW ----gcc
  9. vonza

    DLL functions that returns value to an ISL script var

    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
  10. vonza

    DLL functions that returns value to an ISL script var

    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...
  11. vonza

    DLL functions that returns value to an ISL script var

    I Like this comment but how do i do it, when i use reference my OPS closes down
  12. vonza

    DLL functions that returns value to an ISL script var

    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)
  13. vonza

    ISL for Micros 3700

    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
  14. vonza

    ISWING PRINTER E85 error

    when i start my ISwing fiscal printer, i get this message on the display: e85: DISPLAY LCD NOT CONNECTED
  15. vonza

    print text file in e7 POS

    i want print text file from my dll using a the e7 default printer after the check closes down
  16. vonza

    E7 MAJOR GROUP MENU

    HOW CAN I ACCESS THE E7 MAJOR GROUP ITEMS IN MY DLL PLEASE HELP
  17. vonza

    e7 dll instal

    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 ==...
  18. vonza

    e7 dll instal

    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#
  19. vonza

    how to upload C# dll into e7

    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#
  20. vonza

    how to upload C# dll into e7

    have already created my dll for use in e7 but i do not know how to link it with e7

Part and Inventory Search

Back
Top