Board index » delphi » Access violation error in vcl50.dpl, var TStringList
Steve Moran
![]() Delphi Developer |
Fri, 08 Mar 2002 03:00:00 GMT
Access violation error in vcl50.dpl, var TStringList
Since upgrading to Delphi 5 from 4.03, I am getting access violation errors
when passing TStringList's as Var parameters within a package, when invoked from outside of the package by another application built using all packages via another package (asking for trouble?). All worked fine before upgrade. I'm desperate, any ideas please? type procedure TErrorExample.DoThisThing(var ThisStringList: TStringList); procedure TErrorExample.DoSomething(WhatToDo: integer); -- |