Does anyone know if there is a problem passing a constant through 2 or more procedures?
For instance:
myCall('Hi);
procedure myCall(const theStr :string);
begin
myCall2(theStr);
end;
procedure myCall2(const theStr :string);
begin
// debug here
showMessage(theStr);
end;
The debugger does...
Does anyone know if there is a problem passing a constant through 2 or more procedures?
For instance:
myCall('Hi);
procedure myCall(const theStr :string);
begin
myCall2(theStr);
end;
procedure myCall2(const theStr :string);
begin
// debug here
showMessage(theStr);
end;
The debugger does...
I get these errors after exiting Paradox running under Win 98se on an AMD processor.
Any ideas? I am stumped.
{with -q -c command options}
Pdxwin32
This program has performed an illegal operation and will be shut down
PDXWIN32 caused and invalid page fault in MFC42.dll at 0167:5f4045d9...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.