DIRS.TXT
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:
Windows编程
开发平台:
Visual C++
- #+---------------------------------------------------------------------------
- #
- # Microsoft Windows
- # Copyright (C) Microsoft Corporation, 1992 - 1995.
- #
- # File: dirs.txt
- #
- # Contents: description of the MFract directories
- #
- # History: 4-14-94 stevebl Created
- #
- #----------------------------------------------------------------------------
- bin:
- Target directory for the .EXE, .HLP and .DLLs.
- winhlprs:
- Various helper classes to simplify writing Windows code in C++.
- Produces a library called winhlprs.lib.
- idl:
- The custom interfaces used by MFract and its fractal engines.
- Produces a set of .h files and a library called fguids.lib which
- contains all the IIDs for the interfaces.
- Run build -nmake clean in this directory to delete midl generated files.
- app:
- Source files for the main application.
- Produces MFract.exe.
- help:
- Produces the help file.
- engines:
- Sources for the various fractal engine objects.
- enginesmandel:
- Sources for the Mandelbrot Fractal engine.
- Produces mandel.dll.
- enginesjulia:
- Sources for the Julia Set Fractal engine.
- Produces julia.dll.
- enginesquad:
- Sources for the Quadrant Fractal engine.
- Produces quad.dll.
- This component is used by fractal engines such as the Mandelbrot and Julia
- Set objects to simplify the amount of code that they have to write.
- Using this component allows the Mandelbrot and Julia Sets to get away with
- providing only a property dialog implementation, persistence, and a simple
- point-to-color mapping function. The Quadrant engine takes care of
- iterating across the graph, drawing the points, and optimizing areas where
- possible.
- enginesplasma:
- Sources for the Plasma Fractal engine.
- Produces plasma.dll.
- enginesrgen:
- Sources for the Recursive Generator engine.
- Produces rgen.dll.