Griaule Biometrics

Home » I'm programming in delphi, and I'm having problem using ShowMessage() inside the function FingerCallback

FAQ

Add to Delicious  Add to browser favorites Positive Negative

Question: I'm programming in delphi, and I'm having problem using ShowMessage() inside the function FingerCallback

Answer:

ShowMessage really does not work because it is not Thread-safe, you can replace it by a Thread-safe function like MessageDlg.