Jose Castillo
20-Aug-2009, 03:10 PM
Hi, Eurekalog report this code as ERROR:
new(ptrPercentageInt);
ReadPercentage(ptrPercentageInt,ADDRPERCENTAGE);
lblPaytableVersion.Caption := String(ptrPercentageInt^.acarshortModelo);
lblAddTheoreticalPercentage.Caption := String(ptrPercentageInt^.acarshortMatematica);
Dispose(ptrPercentageInt); <<<<<<<<<------ MEMORY OVERRUN LEAK Why?, Help me!!
Joe
new(ptrPercentageInt);
ReadPercentage(ptrPercentageInt,ADDRPERCENTAGE);
lblPaytableVersion.Caption := String(ptrPercentageInt^.acarshortModelo);
lblAddTheoreticalPercentage.Caption := String(ptrPercentageInt^.acarshortMatematica);
Dispose(ptrPercentageInt); <<<<<<<<<------ MEMORY OVERRUN LEAK Why?, Help me!!
Joe