From 47c28867962bddebcd1e16f5721a40b01d924b2d Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Wed, 5 May 1999 14:13:31 +0000 Subject: [PATCH] Third file added. Even weirder --- harbour/tests/broken/strip.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/tests/broken/strip.txt b/harbour/tests/broken/strip.txt index b671eb470a..502871b2e0 100644 --- a/harbour/tests/broken/strip.txt +++ b/harbour/tests/broken/strip.txt @@ -2,6 +2,7 @@ There are two strip files here : #1 : strip.prg This one is broken #2 : strip2.prg This one works +#3 : strip3.prg Broken as well You'll need to the latest FILES.C for this + my harbour.y patch. @@ -9,8 +10,11 @@ The first one uses the TClass(). The second one uses the Class functions. +The third one uses the TClass() but store ClassH in the static. + The STATIC which is used, is removed (set to NIL) once you are done. + Good luck Eddie