--- ibx/branches/udr/udr/testsuite/Test02.pas 2022/01/10 10:08:03 379 +++ ibx/branches/udr/udr/testsuite/Test02.pas 2022/01/15 00:06:22 381 @@ -74,7 +74,7 @@ var MyTestProc: TExternalProcedureWrappe Results: IProcedureResults; begin UDRPlugin.Attachment := Attachment; - MyTestProc := UDRPlugin.GetExternalProcedure('MYTESTPROC','','fbudrtests!test_proc'); + MyTestProc := UDRPlugin.makeProcedure('MYTESTPROC','','fbudrtests!test_proc'); try writeln(OutFile,'Salary and Name of Employee 24'); MyTestProc.InputParams[0].AsInteger := 24;