Reported By: Fernando Monteiro Reported On: 2/25/2004 For: Version 4.04 Build 1
# 1579The OSWaitForEvent in the DBISAMLB Unit for Kylix Contains Invalid Code and Cannot Be Compiled Compile error on dbisamlb at function OSWaitForEvent:
line if (sem_wait(FEvent)=EINTR) then
should be if (sem_wait(pSemaphore(Event)^)=EINTR) then
ResolutionFixed Problem on 2/26/2004 in version 4.05 build 1