Board index » delphi » calling dll's from Delphi 3
r....@marin.nl
![]() Delphi Developer |
Mon, 04 Jun 2001 03:00:00 GMT
calling dll's from Delphi 3
From Delphi 3 in Windows NT I call a LaHey Fortran dll using LoadLibrary to
get the dll handle, and FreeLibrary to release the dll: Handle:= LoadLibrary('filter.dll'); When I repeat this several times two unwanted effects occur: 1 The memory used by the dll is not released, while no shared memeory is Does anybody have an idea what might be the cause and what could be done Greetings, Frank Tap -----------== Posted via Deja News, The Discussion Network ==---------- |