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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I am not able to call dll in sim file in Micros res pos 3700

Status
Not open for further replies.

Ibrahim Wali

Programmer
Aug 14, 2020
6
PK
Dear Friends,

I have tried a lot and now I need expert help.

I have created isl file and calling .dll file in it. Isl is working fine on the micros windows server but on Workstation it is no able to open file.

isl script:
DLLLoad dll_handle, "\CF\micros\Bin\DownloadStringLib"
if dll_handle = 0 //if file cant be opened
call ferr //let the user know
endif

dll located in:
\CF\micros\Bin

I have tried reading the text file from the location which was a success but .dll is not loading.

Please help.

TIA
 
Have you built the DLL for Windows CE?

A DLL built for normal windows ( eg. 7, 10, Server 2008 etc ) wont work on Windows CE.
You need to build it as a smart device project and target Windows CE using Visual Studio 2008.

Specialist in creating custom applications for the Micros POS range: 3700, 9700, Simphony FE, Simphony. SIM Scripts, Data Exports, Simphony extension applications, API Creation and integration. If you need anything please contact me via my website
 
Hello CathalMF,

The developer who created dll for the windows platform is now not of contact and I need that dll for Windows CE, I have a code screenshot and example, I need someone to code and export it using Visual Studio.

Can you do that for me?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top