Application crashes on load.

Support for the Milan Intelligent interface, sold by Money Controls as the Paylink USB unit and for the earlier PCI card version.

Moderators: aardvark, davebush, Admin

Post Reply
Santiago

Application crashes on load.

Post by Santiago »

Hello. I writing you because I have a serious problem. When I add the unit "aesimhei.pas" to my project and I try to open my application when the paylink is turning off, I can´t do it. I cant play my application when the paylink is turn off


Cyber Point wrote:AES Intelligent Money Handling Equipment Interface

OS Version 5.1

Checking Driver File:

Found at: C:\WINDOWS\system32\Drivers\AesIMHEI.sys

Timestamp : Sun Feb 08 15:59:00 2004



Checking DLL:

Found at: C:\WINDOWS\system32\AesIMHEI.dll

Timestamp : Sun Mar 28 16:14:00 2004

Version 1,1,0,1



Checking Device Access:

AES Intelligent Money Handling Equpiment:

Interface 2, code version 04010401

*** PCI card internals corrupt ***
:)
davebush
Posts: 492
Joined: Fri Oct 22, 2004 12:20 pm

Post by davebush »

Your problem is that windows always loads and executes DLLs before the application, and the AesImhei.dll is crashing trying to connect to the shared memory interface to USB driver program.

The latest development DLL handles the inability to connect to the driver, but until you get that, you can load your application by making sure that the USB driver program is running.
Aardvark software developer. Please put all communication on the problem through the board for the benefit of others.
Post Reply