home *** CD-ROM | disk | FTP | other *** search
/ Mega A/V / mega_av.zip / mega_av / GRAPHUTL / WINS1651.ZIP / WINFRACT.DEF < prev    next >
Text File  |  1991-10-27  |  912b  |  42 lines

  1. NAME         WinFrac       ; Application's module name
  2.  
  3. DESCRIPTION  'Fractint For Windows'
  4.  
  5. EXETYPE      WINDOWS       ; required for all Windows applications
  6.  
  7. STUB         'WINSTUB.EXE' ; Generates error message if application
  8.                ; is run without Windows
  9.  
  10. ;CODE can be moved in memory and discarded/reloaded
  11. CODE  PRELOAD MOVEABLE DISCARDABLE
  12.  
  13. ;DATA must be MULTIPLE if program can be invoked more than once
  14. DATA  PRELOAD FIXED
  15.  
  16.  
  17. HEAPSIZE     2048
  18. STACKSIZE    10240
  19.  
  20. EXPORTS
  21.     MainWndProc        @1
  22.     About            @2
  23.     OpenDlg         @3
  24.     SelectFractal        @4
  25.     SelectFracParams    @5
  26.     SelectImage        @6
  27.     SelectDoodads        @7
  28.     SaveAsDlg        @8
  29.     Status            @9
  30.     SelectCycle        @10
  31.     SelectFullScreen    @11
  32.     Select3D        @12
  33.     Select3DPlanar        @13
  34.     Select3DSpherical    @14
  35.     MTWndProc        @15
  36.     CoordBoxDlg        @16
  37.     ZoomBarDlg        @17
  38.     ZoomBarProc        @18
  39.     PrintDlg        @19
  40.     PrintAbort        @20
  41.     PrintAbortDlg        @21
  42.         StatusBoxProc           @22