[vtk-developers] Beta Release

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Fri Feb 14 05:44:34 EST 2003


Ken

Someone posted the the users list about having trouble compiling the demo
Borland project - I did an update to ensure I've got the most current
version and it would't compile (different errors from those compiled)

Here's a patch for the Examples/GUI/Win32/vtkBorland directory

NB. The program still crashes on exit, but compiles ok. Will have a look at
the crash when I have time.

JB

Index: Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.dfm
===================================================================
RCS file:
/vtk/cvsroot/VTK/Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.dfm,v
retrieving revision 1.1
diff -u -r1.1 Form_Test.dfm
--- Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.dfm 30 Dec 2002
10:50:34 -0000 1.1
+++ Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.dfm 14 Feb 2003
10:40:35 -0000
@@ -12,6 +12,7 @@
   Font.Style = []
   OldCreateOrder = True
   OnDestroy = FormDestroy
+  OnShow = FormShow
   PixelsPerInch = 96
   TextHeight = 13
   object Panel3: TPanel
Index: Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.h
===================================================================
RCS file:
/vtk/cvsroot/VTK/Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.h,v
retrieving revision 1.1
diff -u -r1.1 Form_Test.h
--- Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.h 30 Dec 2002
10:50:34 -0000 1.1
+++ Examples/GUI/Win32/vtkBorland/ProjectDemo/Form_Test.h 14 Feb 2003
10:40:36 -0000
@@ -48,7 +48,7 @@
     void __fastcall ShrinkScrollChange(TObject *Sender);
     void __fastcall vtkWindow1Enter(TObject *Sender);
     void __fastcall vtkWindow1Exit(TObject *Sender);
-
+    void __fastcall FormShow(TObject *Sender);
   private:
   public:
     __fastcall TVTK_Form(TComponent* Owner);






More information about the vtk-developers mailing list