Access violation at address 0027028A in module 'SL_914.dll'. read of address 00000038
이라는 에럽니다.
폼에서 다른폼을 함수로 부르는데 이때 나오고요
이상한건 처음 실행때만 나온답니다.
아시는분 도움 주시면 고맙겠습니다
<함수정의>
function func_pass(var GstrPNO:string; var GstrPASS:string;
var GstrPRIV:string; var GstrST:string):longint;far;external 'SL_914.dll';
<부를때>
rv:=func_pass(GstrPno,GstrPass,GstrPriv,GstrSt);