Hi!
Need example how to start accepting notes on BNR MEI 7000 using paylink.
I wan to user put few notes in BNR but if he want to cancel - then all notes user put - should be returned like EscrowReturn (works only for single note).
But all I try with commands EscrowEnable, EscrowReturn, EscrowAccept ... event with extended version EscrowCommand - I'm unable to handle more than one note - to return.
And ReadEscrowBlock does not work (result is always zero).
PAYLINK with escrow
Moderators: aardvark, davebush, Admin
Re: PAYLINK with escrow
...another problem is that paylink.exe (even if hidden) shows message that MEI dlls are 2.02 version but MEIBNR is for 1.10. Is it possible to suppress (not show)
that message at all.
that message at all.
Re: PAYLINK with escrow
Just to notify - I'm able sto start escrow on MEI BNR.
It is important to read a bunch of docs before...
It is important to add parameter in cfg below BNR protocol line:
need newest MEIBNR.dll I guess... compatible with latest bnr dlls I (only) have.
It is important to read a bunch of docs before...

It is important to add parameter in cfg below BNR protocol line:
... still have problem with dll version mismatch message.Protocol MEIBNR from DLL
WITH ESCROW
need newest MEIBNR.dll I guess... compatible with latest bnr dlls I (only) have.
Re: PAYLINK with escrow
Hi,
The problem is that the MEI dlls do not keep the control structures the same, any version can re-arrange the layout. The result is that if there is a dll mismatch some (most) functions will work without problem, but random ones will fail!
The easiest way is if you can post a link to the 2.02 SDK, and I will build you a set of dlls. If this is a problem for you I can contact MEI / Crane directly.
Dave
The problem is that the MEI dlls do not keep the control structures the same, any version can re-arrange the layout. The result is that if there is a dll mismatch some (most) functions will work without problem, but random ones will fail!
The easiest way is if you can post a link to the 2.02 SDK, and I will build you a set of dlls. If this is a problem for you I can contact MEI / Crane directly.
Dave
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Re: PAYLINK with escrow
Please contact MEI - I've got sdk from local partner - and don't know the state of this sdk (legal issues).
Thanks.
Thanks.
Re: PAYLINK with escrow
Hi,
I've got a copy of the 2.0.2 SDK and have recompiled the interface DLL which is now here: https://d.pr/f/bE2KBI
You need to rename it (to remove the 2.0.2 part).
Please post even if it now works, thanks
Dave
I've got a copy of the 2.0.2 SDK and have recompiled the interface DLL which is now here: https://d.pr/f/bE2KBI
You need to rename it (to remove the 2.0.2 part).
Please post even if it now works, thanks
Dave
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Re: PAYLINK with escrow
Thanks.
I've manage to test it with my 2.02 dll version and works great for now.
I've manage to test it with my 2.02 dll version and works great for now.
Re: PAYLINK with escrow
Good News,
Any problems, please come back to me.
Any problems, please come back to me.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.