How to SpeedUp my work with GNCKit ?
====================================

       Don't  forget  I'm a very skilled in my work :) and want to show you
   some small tricks to speed up your work with this Kit. OK, let's start:

       1. Make a directory named GNC;

       2. Add this directory to your path;

       3. Boot the system; (now your sys contains the path)

       4.  Register  the  viewers  VC.BAT  (VCR.BAT),  VD.BAT in your shell
   (Norton  Commander, WindowsCommander, FileManager, etc). Now you can see
   all the demos CNC & DXF only by pressing [Enter];

       5.  Now  is the right moment to try the best shell in the world: Dos
   Navigator  II  by  RIT  SRL  (search  it  on  the  Web  and  download it
   immediately :) )

         5.1  If  you  use  DN,  it  has  many  features  for increasing your
     productivity  because you can use now Ctrl-K to view the content of each
     file and Ctrl-Q to speed view;

         5.2  You  can quickly compare different types of output and view the
     changes;

       6.  The  directory  GNCDemo  contains  three  DXF files generated by
   different programs:

       You  can  use it to generate different types of NC files using PL2NC
   and  using  different types of PP (PostProcessors) written by you or me.
   Compare output and try to understand what are the changes.

       7.  If  you want, you can generate your own DXF file entries allowed
   by  this  type  of  output CorelDraw, CorelTrace, AutoCAD, MicroStation,
   TechnoCAD  (my  CAD:)  etc.;  use  only PolyLines for DXFOut, because NC
   files are direction and the only possible way to indicate this is to use
   PolyLines  :( Corel products are smart... Export only polylines that are
   fully convertible in NC format :).

       8. If you want to write your own converter from any format to NC, it
   is  very  simple  to  do  this using GNCPPDK, found in this pack, in the
   GNCPPDK  directory  you  can  use any compiler that permits the usage of
   DLL's.  I use myself Borland Pascal V7.0 that allows the usage of DLL's,
   both in DOS via DPMI and the Windows family.

       9.  If  only use GNCPP (don't develop your own application) it isn't
   necessary  to understand the files found in GNCDK directory. GNCPP is my
   platform  for developing many applications that generate professional NC
   files, like:

   -  pl2nc - PolyLineToNC   V2.0; (converts DXF,PLT,CNC in NC via GNCPP  );
   -  ms2nc - MeshToNC       V1.0; (converts meshes in DXF in NC via GNCPP);
   -  nc2nc - NCToNC         V1.0; (converts other NC in NC via GNCPP     );
   -  TT    - TechnoTurn     V1.0; (simulates and generates NC via GNCPP  );
   -  TCad  - TechnoCAD&CAM  V2.0; (very powerful CAD/CAM for complex sf.);
   -  TBulge- TechnoBulge    V1.0; (performs bulge on complex surfaces    );

       Other  useful  demo  can  be  found,  both in source and executable
   formats, in GNCPPDK dir, so you can understand how to program GNCPP.DLL.

       10..98 Work & Dig !

       99. If you found this interesting, please register. I worked hard to
   develop  it  ( 5 years, between 1991-96) having in mind only to increase
   your productivity.

   Thanks !

