codetyphone 5.5 自带的例程目录结构

├─0_Images
│  └─png16x16
├─0_libraries
│  ├─i386-darwin
│  ├─i386-freebsd
│  ├─i386-linux
│  ├─i386-solaris
│  ├─i386-win32
│  ├─x86_64-darwin
│  ├─x86_64-freebsd
│  ├─x86_64-linux
│  ├─x86_64-solaris
│  ├─x86_64-win64
│  └─zengl
│      ├─chipmunk
│      │  ├─arm-darwin
│      │  ├─i386-darwin
│      │  ├─i386-iphonesim
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-linux
│      │  └─x86_64-win64
│      ├─glu
│      │  ├─arm-darwin
│      │  └─i386-iphonesim
│      ├─jpeg
│      │  ├─i386-darwin
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-linux
│      │  └─x86_64-win64
│      ├─msvcrt
│      │  ├─i386
│      │  └─x86_64
│      ├─ogg
│      │  ├─arm-darwin
│      │  ├─arm-linux
│      │  ├─i386-darwin
│      │  ├─i386-iphonesim
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-linux
│      │  └─x86_64-win64
│      ├─theora
│      │  ├─arm-darwin
│      │  ├─arm-linux
│      │  ├─delphi
│      │  ├─i386-darwin
│      │  ├─i386-freebsd
│      │  ├─i386-iphonesim
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-freebsd
│      │  ├─x86_64-linux
│      │  ├─x86_64-win64
│      │  └─yuv2rgba
│      ├─zip
│      │  ├─arm-darwin
│      │  ├─arm-linux
│      │  ├─delphi
│      │  ├─i386-darwin
│      │  ├─i386-iphonesim
│      │  ├─i386-linux
│      │  ├─i386-win32
│      │  ├─powerpc-darwin
│      │  ├─x86_64-freebsd
│      │  ├─x86_64-linux
│      │  └─x86_64-win64
│      └─zlib
│          ├─arm-darwin
│          ├─arm-linux
│          ├─arm-wince
│          ├─delphi
│          ├─i386-darwin
│          ├─i386-iphonesim
│          ├─i386-linux
│          ├─i386-win32
│          ├─powerpc-darwin
│          ├─x86_64-linux
│          └─x86_64-win64
├─0_Tools
│  ├─AndroidHeadersBuilder
│  │  ├─androidapi
│  │  └─bin
│  ├─ctZip
│  │  └─bin
│  │      └─lib
│  │          └─i386-win32
│  │              └─win32
│  ├─DeleD
│  │  ├─bin
│  │  │  ├─Pictures
│  │  │  ├─Plugins
│  │  │  ├─Prefabs
│  │  │  │  ├─Gizmo
│  │  │  │  ├─Levelparts
│  │  │  │  ├─Lights
│  │  │  │  └─Skeleton
│  │  │  ├─Raytracing
│  │  │  ├─Scenes
│  │  │  ├─Textures
│  │  │  │  ├─Floors
│  │  │  │  ├─Frauenkirche
│  │  │  │  ├─Glass
│  │  │  │  ├─HightechCeilings
│  │  │  │  ├─HightechFloors
│  │  │  │  ├─HightechWalls
│  │  │  │  ├─Nature
│  │  │  │  ├─Neuschwanstein
│  │  │  │  ├─Roofs
│  │  │  │  ├─Sanssouci
│  │  │  │  ├─System
│  │  │  │  ├─Various
│  │  │  │  ├─Walls
│  │  │  │  └─Wood
│  │  │  └─X Files
│  │  ├─Forms
│  │  ├─Frames
│  │  ├─Help
│  │  │  ├─animation
│  │  │  ├─CSG
│  │  │  ├─formats
│  │  │  ├─images
│  │  │  ├─lightmapping
│  │  │  ├─lowpolygon
│  │  │  ├─raytracing
│  │  │  ├─userinterface
│  │  │  └─uvmapping
│  │  ├─Resources
│  │  │  ├─images
│  │  │  └─raytracer
│  │  └─Units
│  │      └─Raytracer
│  │          ├─BRDFs
│  │          ├─BRTFs
│  │          ├─Cameras
│  │          ├─GeometricObjects
│  │          ├─Lights
│  │          ├─Materials
│  │          ├─Samplers
│  │          │  └─3D
│  │          ├─Tracers
│  │          ├─Utitilies
│  │          │  └─MeshLoaders
│  │          └─World
│  ├─FontStudio
│  │  └─bin
│  ├─OpenC2Pas
│  │  ├─bin
│  │  │  └─lib
│  │  │      └─i386-win32
│  │  │          └─win32
│  │  └─graphic
│  └─TurboBird
│      └─bin
├─1_Other
│  └─samples
│      ├─C2Pas
│      ├─PasDoc1
│      ├─pasdocgui
│      ├─Tetris
│      ├─xbin
│      └─xmedia
├─aa_LabTests
│  └─samples
│      ├─customdrawn
│      ├─Win_PhysicalMediaInfo
│      └─xbin
├─aa_LCLBasics
│  └─samples
│      ├─affinetransforms
│      ├─autosize
│      ├─BezierTextOut
│      ├─bidi
│      ├─canvas_test
│      ├─cleandir
│      ├─codepageconverter
│      │  └─languages
│      ├─componentstreaming
│      ├─controlhint
│      ├─cooltoolbar
│      ├─cursors
│      ├─DictionaryStringList
│      ├─docking
│      ├─dragimagelist
│      ├─dropfiles
│      ├─easter
│      ├─fbadmin
│      ├─fontenum
│      ├─freetype
│      ├─groupedcontrol
│      ├─helphtml
│      │  └─html
│      ├─htmlhelp_ipro
│      ├─icons
│      │  └─icons
│      ├─imagelist
│      │  └─images
│      ├─imgviewer
│      ├─intfimage
│      ├─jpeg
│      ├─lclversion
│      ├─levelgraph
│      ├─listview
│      ├─messages
│      ├─motiongraphics
│      ├─multithreading
│      ├─objectinspector
│      ├─openbrowser
│      ├─openurltest
│      ├─pascalstream
│      ├─pen_brush
│      ├─popupnotifier
│      ├─postscript
│      ├─resexplorer
│      │  └─languages
│      ├─scanline
│      ├─shapedcontrols
│      ├─sprites
│      ├─std_actions
│      ├─stock_images
│      ├─translation
│      │  └─languages
│      ├─trayicon
│      ├─treeview
│      ├─turbopower_ipro
│      ├─xbin
│      ├─xmedia
│      ├─xmlreader
│      └─xmlstreaming
├─Abbrevia
│  └─samples
│      ├─Abbrexam
│      ├─ComCtrlsDemo
│      ├─CompPad
│      ├─Contents
│      ├─DemoZipper
│      ├─DemoZipReg
│      ├─DemoZipView
│      ├─ExCf
│      ├─ExFilter
│      ├─ExZipper
│      ├─Finder
│      ├─MakeSFX
│      ├─SelfStbv
│      ├─SelfStub
│      ├─Streams
│      ├─StrmBmp
│      ├─TpZip
│      ├─Unzip
│      ├─winCabExt
│      ├─winCabView
│      ├─winExCBrows
│      ├─winMakeCab
│      ├─xbin
│      └─xmedia
├─ab_BaseCodeTools
│  ├─examples
│  │  └─scanexamples
│  │      └─include
│  └─xbin
├─ACS
│  └─samples
│      ├─cdplayer
│      ├─fileconverter
│      ├─linerecord
│      ├─Mixer
│      ├─player
│      ├─recording
│      ├─Ripper
│      ├─xbin
│      └─ztest
├─AGG
│  ├─samples
│  ├─xbin
│  └─xmedia
├─AGGVS
│  └─samples
│      ├─AggLCLDemo1
│      ├─AggLCLDemo2
│      ├─AgxCanvas
│      ├─AgxPaintBox
│      ├─PangoFontsDemo1
│      ├─xbin
│      ├─xmedia
│      └─ztest
├─APE
│  └─samples
│      ├─demo1
│      ├─demo2
│      └─xbin
├─ASIOVST
│  └─samples
│      ├─GUI
│      │  ├─AudioDataDisplay
│      │  ├─EQ-Graph
│      │  ├─EQ-Slide
│      │  ├─Fader Test
│      │  ├─Label
│      │  ├─LEDs
│      │  ├─Media Buttons
│      │  ├─Mega Demo
│      │  ├─MidiKeys
│      │  ├─Select Box
│      │  ├─Sphere
│      │  └─StaticWaveform
│      └─xbin
├─AsphyreSphinx
│  └─samples
│      ├─Basic
│      ├─Basic3D
│      ├─BasicGUI
│      ├─GrannyKnot
│      ├─Hasteroids
│      ├─Illumination
│      ├─ImageASVF
│      ├─Plasma
│      ├─RenderTargets
│      ├─Security
│      ├─Shapes
│      └─TargetsNPanels
├─Astronomy
│  └─samples
│      ├─moon1
│      └─xbin
├─BGRAbitmap
│  └─samples
│      ├─BGRAaggtest
│      ├─BGRAbitmap1
│      ├─BGRAbitmapWinCE1
│      ├─bgratutorial3d
│      │  └─obj
│      ├─img
│      ├─testbgrafunc
│      ├─testcanvas2d
│      └─xbin
├─BGRAcontrols
│  └─samples
│      ├─bgrabuttondemo
│      ├─bgraimagebuttontest
│      ├─button_editor
│      ├─dots
│      ├─game_maze
│      ├─game_puzzle
│      ├─rain
│      ├─slicescaling_editor
│      ├─testbgraflashbar
│      ├─testbgraspriteanimation
│      ├─testbgravirtualscreen
│      ├─test_analog_controls
│      ├─test_bcbutton
│      ├─test_bccontrols
│      ├─test_bcgamegrid
│      ├─test_bcimagebutton
│      ├─test_bctilemap
│      ├─test_bgracontrols
│      ├─test_bgraimagemanipulation
│      ├─test_bgraneobutton
│      ├─test_bgrapascalscript
│      ├─test_bgrascript
│      ├─xbin
│      └─xmedia
├─BGRAeucontrols
│  └─samples
│      ├─TestKnob1
│      ├─TestKnob2
│      ├─TestKnob3
│      ├─TestKnob4
│      ├─TestLED
│      ├─TestMultiTurn
│      ├─TestRotImage1
│      ├─TestRotImage2
│      ├─TestSelector
│      ├─xbin
│      └─xmedia
├─Box2D
│  └─samples
│      ├─a_BaseTest
│      ├─gl_PingPong
│      │  └─Maps
│      ├─gl_TestBed
│      │  └─Tests
│      ├─gr32_cloth
│      │  └─Texmap
│      ├─gr32_playgbox
│      └─xbin
├─Brook
│  └─samples
│      └─xbin
├─CEF
│  └─samples
│      ├─GT2Minimal
│      ├─LCLSimple
│      ├─SubProcess
│      ├─WinMinimal
│      └─xbin
├─CeosMW
│  └─samples
│      ├─ajaxclient
│      ├─simple
│      ├─simpledb
│      ├─stresstest
│      └─xbin
├─ChipmunkPas
│  └─samples
│      ├─Simulator
│      └─xbin
├─Cindy
│  └─samples
│      ├─cyAdvButton
│      ├─cyAdvFlowPanel
│      ├─cyAdvGridPanel
│      ├─cyAdvLed
│      │  └─ButtonSamples
│      ├─cyAdvPaintBox
│      ├─cyAdvPanel
│      ├─cyAdvSpeedButton
│      ├─cyBevel
│      ├─cyBitBtn
│      ├─cyBook
│      ├─cyColorGrid
│      ├─cyColorMatrix
│      ├─cyDebug
│      ├─cyEditComp
│      │  └─ConverterBackup
│      ├─cyFlowPanel
│      ├─cyGridPanel
│      ├─cyHotLabel
│      ├─cyLabel
│      ├─cyLed
│      ├─cyNavPanel
│      ├─cyPaintBox
│      ├─cyPanel
│      ├─cySimpleGauge
│      ├─cySimpleGauge_WinCE
│      ├─cySkinArea
│      ├─cySkinButton
│      ├─cySpeedButton
│      ├─cySplitter
│      ├─cyxAdvProgressionPanel
│      ├─cyxFlyingContainer
│      ├─cyxMathParser
│      ├─cyxModalContainer
│      ├─cyxProgressionPanel
│      ├─cyxResizer
│      ├─cyxRunTimeResize
│      ├─cyxSearchFiles
│      ├─cyxVirtualGrid
│      ├─xbin
│      ├─xMedia
│      └─ztest
├─ColorLib
│  └─samples
│      ├─allObjDemo
│      ├─BAxisColorPicker
│      ├─CIEAColorPicker
│      ├─ColorPalette
│      ├─HexaColorPicker
│      ├─HRingPicker
│      ├─HSLColorPicker
│      ├─HSLRingPicker
│      ├─OfficeColorDialog
│      ├─ScreenColorPicker
│      ├─SLColorPicker
│      ├─SLHColorPicker
│      ├─test
│      └─xbin
├─Database
│  └─samples
│      ├─address_book
│      └─xbin
├─DMath
│  └─samples
│      ├─allconsole
│      │  ├─complex
│      │  ├─curfit
│      │  ├─equation
│      │  ├─fmath
│      │  ├─fourier
│      │  ├─integral
│      │  ├─matrices
│      │  ├─optim
│      │  ├─polynom
│      │  ├─proba
│      │  ├─random
│      │  └─stat
│      ├─calc
│      ├─curfit
│      ├─dialogs
│      ├─fplot
│      ├─hsv_rgb
│      ├─linsolve
│      ├─mandel
│      ├─polysolve
│      ├─probcalc
│      ├─quadrit1
│      ├─quadrit2
│      ├─quadrit3
│      └─xbin
├─DWScript
│  └─samples
│      ├─1CustomFuncs
│      ├─2CustomClasses
│      ├─xbin
│      └─ztest
├─ECControls
│  └─samples
│      ├─AllCompDemo
│      ├─ECConfCurveDemo
│      ├─ECScaleDemo
│      ├─Scheme1
│      ├─SchemeDesigner
│      └─xbin
├─ExCompress
│  └─samples
│      ├─aCompressZlib1
│      ├─eCompressLzma1
│      ├─xbin
│      └─xmedia
├─ExControls
│  └─samples
│      ├─TplA3nalogGauge
│      ├─TplButtonsPanel
│      ├─TplCheckListBox
│      ├─TplComboBoxies
│      ├─TplGallery
│      ├─TplLCDLine
│      ├─TplLCDScreen
│      ├─TplListBox
│      ├─TplMultiGraph1
│      ├─TplScope
│      ├─TplScrollbar
│      ├─TplSideBar1
│      ├─TplSideBar2
│      ├─TplSimpleChart
│      ├─TplSmartGrid
│      ├─TplSpiderGraph
│      ├─TplTreeListView
│      ├─xbin
│      └─ztext
├─ExDatabase
│  └─samples
│      ├─TDbf
│      ├─TplDBTreeView
│      ├─xbin
│      └─xmedia
│          └─database1
├─ExDesign
│  └─samples
│      ├─Design1
│      ├─MultiPanel1
│      ├─ObjInspector1
│      ├─PropertiesStore
│      ├─SizeControl1
│      ├─SizeControl2
│      ├─xbin
│      └─ztest
├─ExGeographic
│  └─samples
│      ├─VectorFlags1
│      └─xbin
├─ExSystem
│  └─samples
│      ├─cmdbox
│      ├─Diff1
│      ├─Diff2
│      ├─EpikTimer
│      ├─GlobalAtom
│      ├─ListProcess
│      ├─NotifierOS
│      ├─PlayWAV
│      ├─ProcessThread
│      ├─RunOnce
│      ├─vdexplorer
│      ├─xbin
│      └─xmedia
├─ExText
│  └─samples
│      ├─Demo
│      ├─xbin
│      └─ztest
├─FontEngine
│  └─samples
│      ├─test1
│      ├─test2
│      ├─testfpimage
│      ├─xbin
│      └─xmedia
├─FortesReport
│  └─samples
│      ├─basic
│      ├─biolife
│      ├─etiqueta
│      └─xbin
├─FpDebug
│  ├─app
│  │  ├─fpd
│  │  ├─fpdd
│  │  └─fpdserver
│  └─test
│      ├─dwarfviewer
│      └─testdata
├─FpGUI
│  └─samples
│      ├─alignment
│      ├─alignment_resize
│      ├─animation
│      ├─bevel
│      ├─calendar
│      ├─colorlistbox
│      ├─colorwheel
│      ├─combobox
│      ├─command_interface
│      ├─common
│      ├─customstyles
│      ├─customwindow
│      ├─dbtest
│      ├─drag_n_drop
│      ├─edits
│      ├─embedded_form
│      ├─filedialog
│      ├─filegrid
│      ├─fontselect
│      ├─gauges
│      ├─gridediting
│      ├─gridtest
│      ├─hintwindow
│      ├─imgtest
│      ├─imgtest_jpeg
│      ├─listbox
│      ├─listviewtest
│      ├─memo
│      ├─menutest
│      ├─modalforms
│      ├─mousecursor
│      ├─panel
│      ├─reporting
│      ├─scrollframe
│      ├─splashscreen
│      ├─splitter
│      ├─sprites
│      ├─stdimages
│      ├─tabtest
│      ├─timertest
│      ├─togglebox
│      ├─treeviewtest
│      ├─video_vlc
│      ├─wulinetest
│      └─xbin
├─FpSpreadsheet
│  └─samples
│      ├─BIFFExplorer
│      ├─fpschart
│      ├─fpsgrid
│      ├─fpsspeedtest
│      ├─shared
│      ├─spready
│      ├─wikitablemaker
│      ├─xbin
│      └─xmedia
├─FpVectorial
│  └─samples
│      ├─fpcorelexplorer
│      ├─fpv3dviewer
│      ├─fpvectorialconverter
│      ├─WriteReadTests
│      ├─xbin
│      └─xmedia
├─GaiaGIS
│  └─samples
│      ├─xbin
│      └─ztest
├─Generics
│  └─samples
│      ├─TArrayDouble
│      ├─TArraySingle
│      ├─TComparer
│      ├─THashMap
│      ├─THashMapCaseInsensitive
│      ├─THashMapExtendedEqualityComparer
│      ├─TObjectList
│      ├─TQueue
│      ├─TStack
│      └─xbin
├─GeoGIS
│  └─samples
│      ├─mapviewer1
│      ├─mapviewer1_ce
│      └─xbin
├─GLScene
│  └─samples
│      ├─advdemos
│      │  ├─archipelago
│      │  │  ├─data
│      │  │  └─splitter
│      │  ├─earth
│      │  │  └─HighResPack
│      │  ├─forest
│      │  │  └─data
│      │  ├─intensitymesh
│      │  ├─panoviewer
│      │  ├─q3demo
│      │  │  └─model
│      │  └─texturetb
│      ├─behaviours
│      │  ├─DCEDemo
│      │  ├─FPSMovement
│      │  ├─pathcontrol
│      │  └─torque
│      ├─bench
│      │  ├─canvas
│      │  ├─megacube
│      │  ├─megaglasscube
│      │  ├─smoking
│      │  ├─volcano
│      │  └─whirlwind
│      ├─collisions
│      │  ├─boxedin
│      │  ├─BoxSphere
│      │  ├─facevsface
│      │  ├─meshhit
│      │  ├─OcclusionQuery
│      │  ├─octree
│      │  ├─RayBox
│      │  ├─raycast
│      │  ├─sphere
│      │  └─TriangleBox
│      ├─extrusion
│      │  ├─bendingcyl
│      │  ├─cutoutstar
│      │  ├─nutsnbolts
│      │  ├─nutsnbolts0
│      │  ├─pawn
│      │  └─tentacles
│      ├─graph
│      │  ├─fxy
│      │  ├─heightfield
│      │  ├─points
│      │  ├─projection
│      │  └─splines
│      ├─interface
│      │  ├─bmpfont
│      │  ├─camera
│      │  ├─Console
│      │  ├─cursor
│      │  ├─fadingintf
│      │  ├─fontcolor
│      │  ├─GameMenu
│      │  ├─Gizmo
│      │  ├─GizmoEx
│      │  ├─guidemo
│      │  ├─GuiPaint
│      │  ├─hfpick
│      │  ├─pick
│      │  ├─SimpleNavigation
│      │  ├─storedfont
│      │  ├─WideBitmapFont
│      │  └─winfont
│      ├─materials
│      │  ├─cubemap
│      │  ├─customquad
│      │  ├─dynamictexture
│      │  ├─dyncubemap
│      │  ├─fire2d
│      │  ├─MaterialScript
│      │  ├─mirror
│      │  ├─multimaterial
│      │  ├─multipass
│      │  ├─multitexture
│      │  ├─procedural
│      │  ├─proceduralclouds
│      │  ├─texanim
│      │  ├─texcombine
│      │  ├─texformat
│      │  ├─transparency
│      │  └─TransparencyAdvanced
│      ├─meshes
│      │  ├─actor
│      │  ├─actorproxy
│      │  ├─actortwocam
│      │  ├─centering
│      │  ├─CSG
│      │  ├─ducky
│      │  ├─expolygon
│      │  ├─feedback
│      │  ├─formula
│      │  ├─mushroom
│      │  ├─portal
│      │  ├─shadedterrain
│      │  ├─skeletal
│      │  ├─subdivide
│      │  ├─synthterr
│      │  ├─terrain
│      │  ├─tiles
│      │  └─tree
│      ├─movements
│      │  ├─column
│      │  ├─events
│      │  ├─hierarch
│      │  ├─manual
│      │  ├─objmove
│      │  ├─pointto
│      │  ├─pong
│      │  ├─SmoothNavigator
│      │  └─tweening
│      ├─rendering
│      │  ├─Blur
│      │  ├─BlurAdvanced
│      │  ├─bunnybump
│      │  ├─celshading
│      │  ├─culling
│      │  ├─fog
│      │  ├─invariance
│      │  ├─lining
│      │  ├─memviewer
│      │  ├─multiproxy
│      │  ├─multisampletexture
│      │  ├─OctreeDemo
│      │  ├─phong
│      │  ├─quadtreevisculling
│      │  ├─SkyBox
│      │  └─tobitmap
│      ├─sound
│      │  ├─3Dsound BASS
│      │  ├─3Dsound FMOD
│      │  ├─3Dsound OpenAL
│      │  ├─3Dsound OpenALS
│      │  └─3Dsound WaveOut
│      ├─specialsFX
│      │  ├─Atmosphere
│      │  ├─beer
│      │  ├─boom
│      │  ├─candles
│      │  ├─fire
│      │  ├─GLSLProjectedTexture
│      │  ├─meshexplosion
│      │  ├─motionblur
│      │  ├─motionblur2
│      │  ├─ParticleMasking
│      │  ├─PFXGallery
│      │  ├─posteffect
│      │  ├─projtextures
│      │  ├─ShadowmappingFBO
│      │  │  └─ConverterBackup
│      │  ├─shadowplane
│      │  ├─shadows
│      │  ├─shadowvolumes
│      │  ├─spiral
│      │  ├─thor
│      │  ├─Trail
│      │  ├─warping
│      │  └─waterplane
│      ├─sprites
│      │  ├─caterpillar
│      │  ├─imposter
│      │  └─particles
│      ├─utilities
│      │  ├─ArchiveEdit
│      │  ├─ArchiverDemo
│      │  ├─FontGen
│      │  └─GuiEditor
│      ├─xbin
│      └─xmedia
├─GoogleAPI
│  └─samples
│      ├─calendar
│      ├─discovery
│      ├─drive
│      ├─tasks
│      └─xbin
├─Graphics32
│  └─samples
│      ├─AntiAliasing
│      ├─ArrowHead
│      ├─Blurs
│      ├─ByteMaps
│      ├─ColorPicker
│      ├─CubicSpline
│      ├─Curves
│      ├─GammaCorrection
│      ├─GradFills
│      ├─GradLines
│      ├─GradSampler
│      ├─Image32
│      ├─ImgView_Layers
│      ├─ImgWarping
│      ├─LineStippling
│      ├─Lion
│      ├─Mandelbrot
│      ├─MeshGradients
│      ├─NestedSampling
│      ├─PixelCombine
│      ├─PixelF
│      ├─Polygons
│      ├─Polygons_Old
│      ├─RenderText
│      ├─Resamplers
│      ├─Rotate
│      ├─RotLayer
│      ├─ScatterPlot
│      ├─Sprites
│      ├─TColorPickerGTK
│      ├─TColorPickerHS
│      ├─TColorPickerHSV
│      ├─TextureBlend
│      ├─TextVPR
│      ├─Transform
│      ├─VertexReduction
│      ├─Visualization
│      ├─xbin
│      ├─xmedia
│      └─ztest
├─Graphics32EXT
│  └─samples
│      ├─0_Ext_Move
│      ├─0_Ext_Move2
│      ├─1_Ext_Demo
│      ├─1_Ext_Demo2
│      ├─1_Ext_Demo3
│      ├─2_Ext_particle1
│      ├─3_Ext_Reflection
│      ├─4_Ext_Shadow
│      ├─FloodFill
│      ├─xbin
│      ├─xmedia
│      │  ├─pao
│      │  ├─snow
│      │  └─stars
│      └─ztest
├─Graphics32MG
│  └─samples
│      ├─demo1
│      ├─PaintBrush
│      ├─Swatch
│      ├─xbin
│      └─xmedia
├─Graphics32VPR
│  └─samples
│      ├─vpr_Curves
│      ├─vpr_General
│      ├─vpr_LinesSample
│      ├─vpr_ObjectsSample
│      ├─vpr_TestClipper
│      ├─vpr_TextSample
│      └─xbin
├─Greyhound
│  └─samples
│      ├─json
│      ├─links
│      ├─mssql
│      ├─table
│      ├─xbin
│      └─zeos
├─Html5Canvas
│  └─samples
│      ├─Interactive
│      ├─PrettyGlowingLines
│      └─xbin
├─HtmlViewer
│  └─samples
│      ├─aMainDemo
│      ├─LiveHtml
│      ├─Panel
│      ├─xbin
│      └─xmedia
├─Indy
│  └─samples
│      ├─1_SimpleString_Exchange
│      │  ├─Client
│      │  └─Server
│      ├─2B_SimpleRecord_BufferExchange2
│      │  ├─Client
│      │  └─Server
│      ├─2C_SimpleRecord_BufferExchange3
│      │  ├─Client
│      │  └─Server
│      ├─2_SimpleRecord_BufferExchange
│      │  ├─Client
│      │  └─Server
│      ├─3_More_Complex_Demo
│      │  ├─client_c
│      │  └─server_c
│      ├─4B_MemoryStream_Exchange
│      │  ├─client
│      │  └─server
│      ├─4C_MemoryStream_Record
│      │  ├─client
│      │  └─server
│      ├─4_Stream_Exchange
│      │  ├─client
│      │  └─server
│      ├─5_File_Exchange
│      │  ├─client
│      │  └─server
│      ├─HTTPServer
│      ├─idserver_daemon
│      ├─MCast
│      ├─pop3
│      ├─sharedunits
│      ├─TCPServer
│      ├─xbin
│      ├─xmedia
│      └─ztest
├─JujiboUtils
│  └─samples
│      ├─example1
│      ├─examplenodb
│      ├─jlabel_button_test
│      ├─testgridctr
│      └─xbin
├─JVCL
│  └─samples
│      ├─JvNavigationPane
│      └─xbin
├─KControls
│  └─samples
│      ├─kdbgrid
│      ├─kgrid
│      ├─khexeditor
│      ├─kicon
│      ├─kmemo
│      ├─kmemoeditor
│      ├─xbin
│      └─xmedia
├─LNet
│  └─samples
│      ├─ftp
│      │  └─images
│      ├─http
│      ├─smtp
│      ├─tcpudp
│      ├─telnet
│      └─xbin
├─LockBox
│  └─samples
│      ├─Crypto3DES1
│      ├─Crypto3DES2
│      └─xbin
├─LuiControls
│  └─samples
│      ├─comp_BinHexdemo
│      ├─comp_dataaware
│      ├─comp_dropdown
│      ├─comp_jsonbooleangroup
│      ├─comp_multilogviewer
│      ├─comp_SimpleIpcViewer
│      ├─comp_standard
│      ├─comp_strutils
│      ├─comp_uniqueinstance
│      ├─comp_virtualpages
│      ├─comp_wizard
│      ├─rest_simple
│      ├─sqlite_querybuilder
│      ├─sqlite_wrapper
│      └─xbin
├─lzReport
│  └─samples
│      ├─barcode
│      │  └─reports
│      ├─dbf_demo
│      ├─Demo_CrossTab
│      ├─detail_reports
│      ├─editor
│      │  ├─db
│      │  └─languages
│      ├─formstorage
│      ├─report_url
│      ├─sql_demo
│      │  └─reports
│      ├─stringgrid
│      ├─userds
│      ├─xbin
│      └─xdb
├─nxPascal
│  └─samples
│      ├─custom_window
│      ├─effects1
│      │  └─textures
│      ├─fps
│      │  └─data
│      ├─framebuffer
│      ├─gametemplate
│      │  ├─testMod
│      │  │  └─textures
│      │  └─textures
│      ├─model
│      │  ├─objects
│      │  └─textures
│      ├─networktest
│      ├─pathfind
│      ├─picking
│      │  ├─objects
│      │  └─textures
│      ├─shader
│      │  ├─data
│      │  └─shader
│      ├─texture
│      ├─toolEdit3d
│      ├─toolnmapgen
│      ├─tooltilegen
│      ├─toolUIEditor
│      │  ├─data
│      │  └─editor_data
│      ├─toolUITester
│      │  ├─data
│      │  └─editor_data
│      ├─walker
│      │  └─textures
│      ├─walker_shader
│      │  ├─shaders
│      │  └─textures
│      ├─xbin
│      └─xmedia
│          ├─data
│          ├─objects
│          └─textures
├─OnGuard
│  └─samples
│      ├─codegen
│      ├─exdtp21
│      ├─exdtreg
│      ├─exdyreg
│      ├─exdys30
│      ├─exinst
│      ├─exmachid
│      ├─exnet
│      ├─exprot
│      ├─exreg
│      ├─exrgreg
│      ├─exrgstr
│      ├─exselapi
│      ├─exselect
│      ├─exslcode
│      ├─exsnreg
│      ├─exspname
│      ├─exspreg
│      ├─exsrnm1
│      ├─exusg1
│      ├─exusg2
│      ├─exusreg
│      ├─fixnaf
│      ├─lclexdmod
│      ├─nafmgr
│      ├─regdemo
│      ├─stampexe
│      └─xbin
├─OpenALS
│  └─samples
│      ├─a1_PlayASound
│      ├─a2_MovingSound
│      ├─a3_MultipleSounds
│      ├─a4_SharingBuffers
│      ├─a5_ErrorChecking
│      ├─a6_object-oriented
│      ├─b1_QueingBuffers
│      ├─b2_SoftSynth
│      ├─b3_EAXenvironment
│      ├─b4_EnumerateDevices
│      ├─b5_EFXExtension
│      ├─xbin
│      └─xmedia
├─OpenGL
│  └─samples
│      ├─a_demo1
│      ├─a_demo10
│      ├─a_demo2
│      ├─a_demo3
│      ├─a_demo4
│      ├─a_demo5
│      ├─a_demo6
│      ├─a_demo7
│      ├─a_demo8
│      ├─a_demo9
│      ├─a_Masking
│      ├─b_Boids
│      ├─b_BounceWater
│      ├─b_fireworks
│      ├─b_fontNS
│      ├─b_globe
│      ├─b_Metaballs
│      ├─b_MetaballsEnv
│      ├─b_MovingLights
│      ├─b_ParticleLines
│      ├─b_peristalsis
│      ├─b_texture
│      ├─b_wingui
│      ├─dgl_raycast
│      │  └─images
│      ├─dgl_shaders1
│      │  └─shaders
│      ├─d_particles1
│      ├─d_particles2
│      ├─d_particles3
│      ├─OpenGLPanel1
│      ├─OpenGLPanel2
│      ├─xbin
│      └─xmedia
│          └─gfx
├─OpenGLCanvas
│  └─samples
│      ├─CanvasAndCanvasGL
│      ├─xbin
│      └─xmedia
├─OpenGLES
│  ├─Emulator
│  │  └─data
│  ├─Emulator2_1x
│  ├─Emulator2_2x
│  ├─Emulator_11
│  ├─Emulator_20
│  ├─GLES
│  │  ├─11
│  │  │  ├─EGL
│  │  │  └─GLES
│  │  └─20
│  │      ├─EGL
│  │      └─GLES2
│  ├─mobile HTC DLL
│  ├─samples1x
│  │  ├─0-FunctionsTest
│  │  ├─ES11Sample1
│  │  ├─ES11Sample2
│  │  ├─ES11Sample3
│  │  ├─ES11Sample4
│  │  ├─ES11Sample5
│  │  ├─ES11Sample6
│  │  ├─xbin
│  │  └─xUnits
│  └─samples2x
│      ├─ES20Sample1
│      └─xbin
├─OpenGPSX
│  ├─Data
│  ├─Datum
│  └─samples
│      ├─GPSProject
│      └─xbin
├─OpenWeather
│  └─samples
│      ├─aowmdemo
│      ├─owm_demo
│      ├─query_test
│      ├─stream_test
│      └─xbin
├─ORCA
│  ├─samples
│  │  ├─acrobat
│  │  ├─adveffects
│  │  ├─aeroglass
│  │  ├─anidemo
│  │  ├─anitest
│  │  ├─benchmark
│  │  ├─binding
│  │  ├─clock
│  │  ├─codeanimation
│  │  ├─credits
│  │  ├─ctrlsdemo
│  │  ├─customlist
│  │  ├─designer
│  │  ├─draganddrop
│  │  ├─effects
│  │  ├─fillandstroke
│  │  ├─framedemo
│  │  ├─graph
│  │  ├─imageviewer
│  │  ├─imdemo
│  │  ├─layered
│  │  ├─layout
│  │  ├─listbox
│  │  ├─messagepopup
│  │  ├─mouseevent
│  │  ├─multilang
│  │  ├─pathdata
│  │  ├─pathgen
│  │  ├─popup
│  │  ├─ribbon
│  │  ├─stresstest
│  │  ├─styles
│  │  ├─vectorimage
│  │  ├─WinDirect2D
│  │  └─xbin
│  └─styles
├─ORCA3D
│  └─samples
│      ├─3dchart
│      ├─3dtext
│      ├─anidemo
│      ├─backdemo
│      ├─breakout
│      ├─clock
│      ├─coverflow
│      ├─ctrlsdemo
│      ├─cube
│      ├─designer
│      ├─dragdrop
│      ├─formula
│      ├─frame
│      ├─guidemo
│      ├─hud3d
│      ├─huddemo
│      ├─imagefx
│      ├─import3ds
│      ├─layered
│      ├─paintobitmap
│      ├─particle
│      ├─pathdemo
│      ├─screenshot
│      ├─spritedemo
│      ├─textbox3d
│      ├─widget
│      └─xbin
├─Orpheus
│  └─samples
│      ├─TestCalendar
│      ├─TestFlexEdit
│      ├─TestLabel
│      ├─TestRLbl
│      ├─TestSimpField
│      ├─TestSpinner
│      ├─TestTable
│      ├─TestTblEdits
│      ├─TestURL
│      ├─TestVLB
│      ├─xbin
│      └─ztest
├─PAPPE
│  └─samples
│      ├─demo1
│      ├─demo2
│      ├─utils
│      └─xbin
├─PascalSCADA
│  └─samples
│      ├─both_modbus_rtu_corn_weigh
│      │  └─imagens
│      ├─both_networkmutex
│      ├─custom_user_management
│      ├─isotcp_demonstration
│      ├─isotcp_hourmeter
│      ├─isotcp_mapping_bits_from_other_tag
│      ├─isotcp_performance
│      ├─modbus_rtu_ats48
│      ├─modbus_rtu_scanner
│      ├─modbus_tcp_performance
│      ├─save_restore_serial_port_properties
│      ├─serialport_genius
│      └─xbin
├─PascalScript
│  └─samples
│      ├─console
│      ├─IDEsmall
│      ├─testapp
│      └─xbin
├─PowerPDF
│  └─samples
│      ├─FontDemo
│      ├─JpegImageExample
│      ├─LineDemo
│      ├─MakeDoc
│      ├─MultiSizePagesDemo
│      ├─PageLayoutModeExample
│      ├─xbin
│      └─xmedia
├─RGBGraphics
│  └─samples
│      ├─example1
│      └─xbin
├─RichText
│  └─samples
│      ├─RichMemoCustomRtfLoad
│      ├─RichMemoDemo
│      ├─RichMemoInline
│      ├─RichMemoParagraphs
│      ├─RichMemoSearch
│      ├─RichMemoSimple
│      ├─RichMemoZoom
│      ├─RichView
│      ├─RtfView
│      ├─xbin
│      └─xmedia
├─RttiControls
│  └─samples
│      └─xbin
├─RX
│  └─samples
│      ├─PhoneBookDemo
│      │  ├─bases
│      │  └─languages
│      ├─RxDateEdit
│      ├─RxDBColorBox
│      ├─RxDBGrid
│      ├─RxDBGrid_ExportSpreadsheet
│      ├─RxHistoryNavigator
│      ├─RxLookup
│      ├─RxMDI
│      ├─RxViewsPanel
│      ├─TestRXMemDSLoad
│      ├─Text90
│      ├─ToolPanel
│      │  └─ico
│      ├─xbin
│      └─xmedia
├─Shapes
│  └─samples
│      ├─demo1
│      ├─demo2
│      ├─TplShapeLine
│      └─xbin
├─Solutions
│  └─samples
│      ├─LSCaptcha
│      ├─LSConfig
│      ├─LSControls
│      ├─LSException
│      ├─LSExpression
│      ├─LSForms
│      ├─LSGeoIP
│      ├─LSGetIP
│      ├─LSGlobalAtom
│      ├─LSGraphics
│      ├─LSGrids
│      ├─LSHashs
│      ├─LSHTTPSend
│      ├─LSListProcess
│      ├─LSLookupDialog
│      ├─LSNotifierOS
│      ├─LSPlayWAV
│      ├─LSRegEx
│      ├─LSRunOnce
│      ├─LSZCompress
│      └─xbin
├─SolutionsWeb
│  └─samples
│      ├─CacheControl
│      ├─ContentDisposition
│      ├─Cookies
│      ├─Debug
│      ├─ETag
│      ├─Hello
│      ├─LastModified
│      ├─Location
│      ├─Login
│      ├─MicroSite
│      ├─Sessions
│      ├─TransferEncodingChunked
│      ├─TransferEncodingDeflate
│      ├─Uploads
│      └─xbin
├─SpkToolBar
│  └─samples
│      ├─actions
│      ├─basic
│      ├─runtime
│      └─xbin
├─Synapse
│  └─samples
│      ├─ComPortMeasuring
│      ├─FtpClientDemo
│      ├─FtpServerDemo
│      ├─GPSSimulator
│      └─xbin
├─SynEdit
│  └─samples
│      ├─Completion
│      ├─NewHighlighterTutorial
│      ├─SynAnyHighlighter
│      ├─SynGutterMarks
│      ├─SynPositionHighlighter
│      └─xbin
├─TaChart
│  ├─samples
│  │  ├─3d
│  │  ├─aggpas
│  │  ├─animate
│  │  ├─axis
│  │  ├─axisalign
│  │  ├─axistransf
│  │  ├─basic
│  │  ├─bgra
│  │  ├─chartsource
│  │  ├─clone
│  │  ├─db
│  │  ├─distance
│  │  ├─dragdrop
│  │  ├─events
│  │  ├─extent
│  │  ├─financial
│  │  ├─fit
│  │  ├─fpvectorial
│  │  ├─func
│  │  ├─imagelist
│  │  ├─labels
│  │  ├─lazreport
│  │  ├─legend
│  │  ├─line
│  │  ├─listbox
│  │  ├─manhattan
│  │  ├─multi
│  │  ├─nan
│  │  ├─navigate
│  │  ├─nogui
│  │  ├─opengl
│  │  ├─panes
│  │  ├─print
│  │  ├─radial
│  │  ├─rotate
│  │  ├─save
│  │  ├─tools
│  │  ├─wmf
│  │  └─xbin
│  └─tutorials
│      ├─func_series
│      ├─getting_started
│      ├─mandelbrot
│      ├─moores_law
│      └─xbin
├─TitanScript
│  └─samples
│      ├─0_SimpleIDE
│      ├─1_UnitImporter
│      ├─ImportProjects
│      │  ├─glscene
│      │  ├─graphic32
│      │  └─system
│      ├─testscripts
│      │  ├─Application
│      │  ├─Arrays
│      │  ├─Classes
│      │  ├─Forms
│      │  └─OLE
│      ├─TitanScriptForms
│      │  └─module
│      ├─xbin
│      └─ztest
├─TSMBIOS
│  └─samples
│      ├─ListSMBIOSTables
│      ├─Table00_Bios_Info
│      ├─Table01_System Info
│      ├─Table02_BaseBoardInformation
│      ├─Table03_EnclosureInformation
│      ├─Table04_ProcessorInformation
│      ├─Table08_PortConnectorInformation
│      ├─Table09_SystemSlotsInformation
│      ├─Table12_SystemConfigurationOptions
│      ├─Table13_BIOSLanguageInformation
│      ├─Table16_PhysicalMemoryArray
│      ├─Table17_MemoryDevice
│      ├─Table19_MemoryArrayMappedAddress
│      ├─Table20_MemoryDeviceMappedAddress
│      ├─Table21_Built-inPointingDeviceInformation
│      ├─Table22_BatteryInformation
│      ├─Table26_VoltageProbeInformation
│      ├─Table27_CoolingDeviceInformation
│      ├─Table28_TemperatureProbeInformation
│      ├─Table29_ElectricalCurrentProbeInformation
│      └─xbin
├─UOS
│  └─samples
│      ├─ConsolePlay
│      ├─DeviceInfos
│      ├─FilterPlayer
│      ├─MorseTL
│      ├─MultiInput
│      ├─SimplePlayer
│      ├─SimplePlayer_noflat
│      ├─SimpleRecorder
│      ├─SimpleWebPlayer
│      ├─WaveForm
│      ├─xbin
│      └─xmedia
│          └─morse_audio
├─VampyreImaging
│  └─samples
│      ├─Benchmark
│      ├─ImageBrowser
│      ├─Imager
│      ├─VampConvert
│      ├─xbin
│      └─xmedia
├─VirtualTrees
│  └─samples
│      ├─advanced
│      │  └─Res
│      ├─dataarray
│      ├─images
│      ├─mininal
│      ├─objects
│      ├─ole
│      │  ├─ConverterBackup
│      │  └─Res
│      ├─unicode
│      └─xbin
├─VirtualTreesExtra
│  └─samples
│      ├─DBMegaDemo
│      ├─JsonInspector
│      ├─JsonListview
│      ├─JsonTreeview
│      ├─JsonTreeview_ownerdraw
│      ├─VirtualButtonTree
│      ├─VirtualController
│      ├─VirtualIniTree
│      ├─VirtualList
│      ├─VirtualMemo
│      ├─VirtualNumberedMemo
│      ├─VirtualPropertyTree
│      ├─VirtualRTTIgrid
│      ├─VirtualStringTreeData
│      ├─xbin
│      └─xmedia
├─VLC
│  └─samples
│      ├─SimpleVlcPlayer
│      ├─xbin
│      └─xmedia
├─Win_DirectX
│  └─samples
│      ├─Basics
│      │  ├─Tut01_CreateDevice
│      │  ├─Tut02_Vertices
│      │  ├─Tut03_Matrices
│      │  ├─Tut04_Lights
│      │  └─Tut05_Textures
│      ├─DirectDraw
│      │  ├─AnimatePalette
│      │  ├─DDEnum
│      │  ├─DirectSurfaceWrite
│      │  ├─FullScreenDialog
│      │  ├─FullScreenMode
│      │  ├─GammaControl
│      │  ├─OverlayAnimate
│      │  ├─RefreshRate
│      │  ├─SpriteAnimate
│      │  ├─SwitchScreenMode
│      │  └─WindowedMode
│      ├─Tools
│      │  └─GetDXVer
│      ├─XACT
│      │  ├─PlayCue
│      │  ├─Stream
│      │  └─Variable
│      ├─xbin
│      └─xmedia
├─Win_DirectX12
│  └─samples
│      ├─Direct2D
│      │  ├─TextAnimationSample
│      │  └─WICAnimatedGIF
│      ├─xbin
│      └─xmedia
├─Win_DirectXUT
│  └─samples
│      ├─0-EmptyProject
│      ├─1-SimpleSample
│      ├─BasicHLSL
│      ├─Blobs
│      ├─CustomUI
│      │  └─UI
│      ├─EnhancedMesh
│      ├─HDRCubeMap
│      ├─HDRFormats
│      ├─HDRLighting
│      ├─HDRPipeline
│      │  └─Shader Code
│      ├─HLSLWithoutEffects
│      ├─Instancing
│      ├─LocalDeformablePRT
│      │  └─Media
│      ├─MeshFromOBJ
│      │  └─Media
│      ├─MultiAnimation
│      ├─OptimizedMesh
│      ├─ParallaxOcclusionMapping
│      │  └─Media
│      ├─PostProcess
│      ├─ProgressiveMesh
│      ├─ShadowMap
│      ├─ShadowVolume
│      ├─SkinnedMesh
│      │  └─Mesh2
│      ├─UVAtlas
│      ├─xbin
│      └─xmedia
│          ├─Airplane
│          ├─AntiAlias
│          ├─Dwarf
│          ├─Earth
│          ├─EffectEdit
│          ├─Light Probes
│          ├─Lobby
│          ├─Misc
│          ├─Prt Demo
│          ├─Scanner
│          ├─SharedFx
│          ├─Tiger
│          ├─Tiny
│          ├─Trees
│          └─UI
├─Win_DSPack
│  └─samples
│      ├─Allocator
│      ├─ASFCapture
│      ├─DVDPlay
│      ├─DVDPlay2
│      ├─FilterEnumerator
│      ├─Filters
│      │  ├─Alpha Renderer
│      │  ├─Async
│      │  │  └─MemFile
│      │  ├─AsyncEx
│      │  ├─DirectSound Renderer
│      │  ├─Dump
│      │  ├─Grabber
│      │  ├─NullIP
│      │  ├─NullIP2
│      │  ├─NullNull
│      │  ├─PushSource
│      │  ├─RGB24 Video Renderer
│      │  └─WaveDest
│      ├─MP3Player
│      │  └─images
│      ├─Playcap
│      ├─PlayFile
│      ├─PlayVideoCap
│      ├─PlayWin
│      ├─PlayWin2
│      ├─SampleGrabber
│      ├─ShoutCast
│      ├─videocap
│      ├─VMRBitmap
│      ├─VMRMixer
│      ├─VMRPlayWin
│      ├─VMRSnapShot
│      ├─wmvnetwrite
│      └─xbin
├─ZenGL
│  ├─samples
│  │  ├─01 - Initialization
│  │  ├─01 - Initialization LCL
│  │  ├─02 - Resources
│  │  ├─03 - Input
│  │  ├─04 - Screen Settings
│  │  ├─05 - Primitives
│  │  ├─06 - Text
│  │  ├─07 - Sprites
│  │  ├─08 - Sprite Engine
│  │  ├─10 - Tiles
│  │  ├─11 - Grid
│  │  ├─12 - Render into Texture
│  │  ├─13 - Particles
│  │  ├─14 - Sound
│  │  ├─15 - Video
│  │  ├─16 - Physics
│  │  ├─ctbasics
│  │  └─Spine
│  ├─tools
│  │  └─ZenFont
│  ├─xbin
│  └─xmedia
├─ZeosDB
│  └─samples
│      ├─blobs
│      ├─controls
│      ├─dbc
│      ├─simple
│      └─xbin
└─ZMSql
    └─samples
        ├─demo1
        ├─demo2
        ├─xbin
        └─xmedia
            ├─database1
            └─database2

******************************************** * CodeTyphon Studio * * GENERATION II * * Changes Log File * * PilotLogic Software House * * 2008-2011 * ******************************************** ======> 4-11-2011 ver 2.30 ================================================= Note1: New CodeTyphon Installation Philosophy New "ALL in One Directory" structure Note2: New Lazarus "Building" Method: CodeTyphon Center build first Lazarus "Small IDE" and then try to build Lazarus "BIG IDE". --With this new method Lazarus Small IDE always is present... --Solve ALL makefiles problems Note3: FreeBSD 32/64 Layer is in Beta stage now --Debugging with GDB don't work, yet... -ADD pl_ACS (Win32,Win64) -ADD pl_JujiboUtils (Win32,Win64, Linux32,Linux64, FreeBSD32,FreeBSD64) -ADD pl_RichView (Win32,Win64, Linux32,Linux64, FreeBSD32,FreeBSD64) -Update pl_BGRAbitmap (SVN 2-11-2011) -Update pl_BGRAControls (SVN 2-11-2011) -Update pl_Graphics32 (SVN 2-11-2011) -Update pl_GLScene (SVN 2-11-2011) -Update pl_Imaging (SVN 2-11-2011) -Update pl_ZenGL (SVN 2-11-2011) -Update pl_PowerPDF (SVN 2-11-2011) -Update pl_RX (SVN 2-11-2011) NOTE: Lazarus 0.9.31 Source from SVN 3-11-2011 Rev 33300 FreePascal 2.7.1 Source from SVN 17-09-2011 Rev 19464 ======> 01-10-2011 ver 2.20 ================================================= -ADD Support for FreeBSD 9.0 beta2 32/64 (Experimental) -ADD Support for SuSE 11.4 Linux 32/64 (With dual personality for freepascal) -ADD Support for Fedora 15 Linux 32/64 -ADD Support for Debian 6.0.2.1 Linux 32/64 -ADD Support for CentOS 6.0 Linux 32/64 -ADD Support for RedHat 6 Linux 32/64 -ADD Support for Mint 11 Linux 32/64 -Update all Linux/FreeBSD/Unix scripts -Changed linux freepascal and lazarus folders structure -Changed linux freepascal links to executables names (fpc32 and fpc64) -Changed linux lazarus links to executables names -Update pl_GLScene (SVN 9-9-2011) -Update pl_ZenGL (SVN 20-9-2011) -Update pl_RX (SVN 9-9-2011) -Update pl_WST (SVN 11-9-2011) -Update pl_BGRAControls (SVN 25-9-2011) -Update pl_Graphics32 (SVN 9-9-2011) -Update pl_BGRAbitmap (SVN 25-9-2011) -Rename/Update pl_KambiEngine to pl_Castle (SVN 20-9-2011) NOTE: Lazarus 0.9.31 Source from SVN 25-09-2011 Rev 32573 FreePascal 2.7.1 Source from SVN 17-09-2011 Rev 19078 ======> 25-8-2011 ver 2.10 ================================================= Maintenance Release -Rollback to GDB ver 7.0.50 for Win32/64 GDB Ver 7.3.50 exists to CodeTyphon\binGDB\xnewGDB for testing... -Update pl_GLScene (SVN 24-8-2011) -Update pl_ZenGL (SVN 24-8-2011) -Fix some CodeOcean samples NOTE: Lazarus 0.9.31 Source from SVN 19-08-2011 Rev 32047 FreePascal 2.7.1 Source from SVN 19-08-2011 Rev 18872 ======> 23-8-2011 ver 2.00 ================================================= -Update CodeTyphon Center -fixed Show/Hide Component palette to Lazarus IDE -Update GDB for Win32 to Version 7.3.50 10-5-2011 -Update GDB for Win64 to Version 7.3.50 10-5-2011 -ADD pl_KControls (Win32, Win64, Linux32, Linux64) -ADD pl_Orpheus (Win32, Win64, Linux32, Linux64) -ADD pl_LazBarcodes (Win32, Win64, Linux32, Linux64) -ADD pl_Jvcl (partial) (Win32, Win64, Linux32, Linux64) -ADD pl_CHelper (Win32, Win64, Linux32, Linux64) -ADD pl_WST (Web Service Toolkit) (Win32, Win64, Linux32, Linux64) -ADD pl_RX (Win32, Win64, Linux32, Linux64) -ADD pl_ZMSQL (Win32, Win64, Linux32, Linux64) -Update pl_ZenGL (SVN 26-7-2011) -Update pl_BGRAControls (SVN 18-7-2011) -Update pl_Imaging (SVN 14-7-2011) -Update pl_UIB (SVN 26-7-2011) -Update pl_BGRAbitmap (SVN 26-7-2011) -Update pl_OpenWire (SVN 02-8-2011) -Update pl_LNetComp (SVN 02-8-2011) -Update pl_Graphics32 (SVN 08-8-2011) -Update pl_Box2D (SVN 09-8-2011) -Update pl_PasDoc (SVN 09-2-2011) NOTE: Lazarus 0.9.31 Source from SVN 19-08-2011 Rev 32037 FreePascal 2.7.1 Source from SVN 19-08-2011 Rev 18246 ======================================================= ======================================================= END OF CodeTyphon GENERATION I ======================================================= ======================================================= ======> 07-07-2011 ver 1.80 ================================================= -Some Fixes for pl_Indy and Wince (woma1 user) -Update pl_ExSystem (new TplTimer component) -Update pl_ZenGL (SVN 05-6-2011) -Update pl_OpenWire (SVN 17-6-2011) -Update pl_LNetComp (SVN 05-6-2011) -Update pl_Synapse (SVN 01-6-2011) -Update pl_UIB (SVN 28-6-2011) -Update pl_GLScene (SVN 03-7-2011) -Update pl_BGRAbitmap (SVN 03-7-2011) -Update pl_KambiEngine (SVN 05-7-2011) -Update pl_Graphics32 (SVN 05-7-2011) -ADD pl_OpenGL, (Under modification/experimental) -ADD pl_Box2D, (Under modification/experimental) -ADD pl_Graphics32EXT, Extensions for Graphics32 (Win32, Win64, Linux32, Linux64, WinCE) -ADD pl_Cindy (Win32, Win64, Linux32, Linux64, WinCE) -ADD pl_BGRAueControls (Win32, Win64, Linux32, Linux64, WinCE) -ADD pl_PascalScript (Win32, Win64, Linux32, Linux64, WinCE) NOTE: Lazarus 0.9.31 Source from SVN 07-07-2011 Rev 31589 FreePascal 2.5.1 Source from SVN 19-05-2011 Rev 17759 ======> 22-May-2011 ver 1.70 ================================================= -ADD pl_Graphics32VPR ,Vectorial Polygon Rasterizer for Graphics32 (Win32, Win64, WinCE) -ADD pl_BGRAcontrols ,Visual Components for pl_BGRAbitmap library (Win32, Win64, Linux32, Linux64, WinCE) -ADD pl_pl_ZenGLD3D ,ZenGL library for DirectX (Win32, Win64) -Rename/Update pl_mooncomp to pl_GeoGIScomp (Win32, Win64, WinCE, Linux32, Linux64) -Update/Fix pl_freefpider -Update pl_Synapse (SVN 20-5-2011) -Update pl_BGRAbitmap (SVN 20-5-2011) -Update pl_ZenGL (SVN 20-5-2011) -Update pl_GLScene (SVN 22-5-2011) -Update pl_LNetComp (SVN 20-5-2011) -Update pl_KambiEngine (SVN 20-5-2011) -Update pl_LNetComp (SVN 20-5-2011) -Update pl_FortesReport (SVN 20-5-2011) -Update pl_OpenWire (SVN 20-5-2011) -Port pl_Graphics32 to WinCE -Port pl_Synapse to WinCE -Port pl_lNet to WinCE -Port pl_Indy to WinCE -Port pl_VisualPlanIt to WinCE -Port pl_APE to WinCE -Port pl_DCP to WinCE -Port pl_FreeSpider to WinCE -Port pl_PowerPDF to WinCE -Port pl_OpenWire to WinCE -Port pl_GLScene to Linux32 and Linux64 (Manual installation to Lazarus IDE for Linux) -Port pl_KambiEngine to Linux32 and Linux64 (Manual installation to Lazarus IDE for Linux) NOTE: Lazarus 0.9.31 Source from SVN 22-05-2011 Rev 30845 FreePascal 2.5.1 Source from SVN 19-05-2011 Rev 17500 ======> 19-Apr-2011 ver 1.60 ================================================= -ADD pl_UIB -ADD pl_OpenWire -ADD pl_FortesReport -ADD pl_PowerPDF -Update pl_BGRAbitmap (SVN 18-4-2011) -Update pl_ZenGL (SVN 18-4-2011) -Update pl_GLScene (SVN 17-4-2011) -Update pl_LNetComp (SVN 17-4-2011) -Update pl_KambiEngine (SVN 17-3-2011) -Update pl_LNetComp (SVN 17-4-2011) -Fix arm-linux Cross-Element compilation problem NOTE: Lazarus 0.9.31 Source from SVN 18-04-2011 Rev 30371 FreePascal 2.5.1 Source from SVN 01-04-2011 Rev 17212 ======> 16-Mar-2011 ver 1.50 ================================================= -ADD Cross Build Targets: - armeb-Linux (freepascal only) -ADD pl_LNetComp samples to CodeOcean -ADD more pl_GLScene samples to CodeOcean -Update pl_GLScene (SVN 16-3-2011) -Update pl_KambiEngine (SVN 16-3-2011) -Update pl_BGRAbitmap (SVN 16-3-2011) -Update pl_ZenGL (SVN 16-3-2011) -Update pl_LNetComp (SVN 16-3-2011) NOTE: Lazarus 0.9.31 Source from SVN 16-03-2011 Rev 29875 FreePascal 2.5.1 Source from SVN 06-03-2011 Rev 17141 ======> 24-Feb-2011 ver 1.40 ================================================= -ADD TodoListLaz -ADD pl_glscene_winonly -ADD pl_AsphyreSphinx -Update pl_GLScene (SVN 24-2-2011) -Update pl_KambiEngine (SVN 24-2-2011) -Update pl_BGRAbitmap (SVN 24-2-2011) -Update pl_ZenGL (SVN 24-2-2011) NOTE: Lazarus 0.9.31 Source from SVN 24-01-2011 Rev 29208 (Plus) FreePascal 2.5.1 Source from SVN 24-02-2011 Rev 16995 ======> 10-Feb-2011 ver 1.30 ================================================= -ADD pl_ExDesign -ADD pl_ExSystem -ADD pl_freespider -ADD pl_TitanScript -ADD pl_Moon -ADD pl_SynapseVS -ADD pl_KambiEngine -ADD pl_BGRAbitmap -Update pl_Graphics32 (SVN 08-2-2011) -Update pl_Synapse (SVN 08-2-2011) -Update pl_PasDoc (SVN 08-2-2011) -Update pl_GLScene (SVN 08-2-2011) -Update CodeOcean "Clean" procedure for Windows -ADD CodeOcean "Clean" procedure for Linux -Update Cross Build Targets: - arm-Wince - arm-Linux - arm-Embedded (freepascal only) - arm-gba (freepascal only) - arm-nds (freepascal only) - i386-FreeBSD - i386-Haiku (freepascal only) - i386-Linux - i386-Solaris (freepascal only) - powerpc-Linux - powerpc64-Linux - sparc-Solaris (freepascal only) - x86_64-Linux - x86_64-FreeBSD - x86_64-Win64 NOTE: Lazarus 0.9.31 Source from SVN 24-01-2011 Rev 29188 FreePascal 2.5.1 Source from SVN 09-02-2011 Rev 16899 ======> 07-Dec-2010 ver 1.20 ================================================= -Update Win 7-Zip Command line tool to ver 9.20 -Update UPX to Version 3.07 08-Sept-2010 (Win32, Win64, Linux32 and Linux64) -Update pl_ZeosDBO to ver 6.6.6 -Update pl_VirtualTrees to ver 4.8.6 from SVN (with new CodeOcean samples) -Update pl_Graphics32 SVN 07-12-2010 -ADD pl_lclextensions SVN 07-12-2010 -ADD pl_Imaging SVN 07-12-2010 -ADD pl_PasDoc SVN 07-12-2010 -ADD pl_Synapse SVN 07-12-2010 -ADD pl_ZenGL SVN 07-12-2010 (with CodeOcean samples) NOTE: Lazarus 0.9.29 Source from SVN 07-12-2010 Rev 28643 FreePascal 2.5.1 Source from SVN 07-12-2010 Rev 16508 ======> 18-08-2010 ver 1.10 ================================================= -Update Graphics32 -Update Win 7-Zip Command line tool to ver 9.15 NOTE: Lazarus 0.9.29 Source from SVN 18-08-2010 Rev 27130 FreePascal 2.5.1 Source from SVN 18-08-2010 Rev 15838 ======> 18-05-2010 ver 1.000 ================================================= -Update NotePad2 tool to v4.1.24 -Update UPX to Version 3.05 27-4-2010 (Win32, Win64, Linux32 and Linux64) NOTE: Lazarus 0.9.29 Source from SVN 18-05-2010 Rev 25499 FreePascal 2.5.1 Source from SVN 18-05-2010 Rev 15292 ======> 28-02-2010 ver 0.999 ================================================= -Update CTC UPX tool -Update CTC Srtip tool -Update GDB for Win32 to Version 7.0.50 SVN 24-12-2009 -Update GDB for Win64 to Version 7.0.50 SVN 24-12-2009 NOTE: Lazarus 0.9.29 Source from SVN 16-02-2010 Rev 23716 FreePascal 2.5.1 Source from SVN 28-02-2010 Rev 14958 ======> 26-12-2009 ver 0.998 ================================================= -(Cosmic) Update Windows Setup.bat file -(Cosmic) New Lazarus Settings philosophy Lazarus32 now store settings to C:\lazarus\bin32\settings Lazarus64 now store settings to C:\lazarus\bin64\settings -Update/Fix Batch files for New Lazarus Settings philosophy <> -Add Tools Tab to CTC -Add Single Viewer tool to CTC -Update Win 7-Zip Command line tool to ver 9.10 NOTE: Lazarus Source from SVN 25-12-2009 Revision 23289 FPC Source from SVN 18-11-2009 ======> 19-11-2009 ver 0.994 ================================================= -Start FreePascal Modifications session (MOD) at CodeTyphon\binMOD\pp\ folder -Add Cross Build Target: - i386-solaris (freepascal only) -Update Linux System Install Script to support Ubuntu 9.10 32/64 -Update UPX to Version 3.04 27-10-2009 for Win32, Linux32 and Linux64 -Update Binutils for Win32 to Version 2.19.1 03-02-2009 -Update Binutils for Win64 to Version SVN 15-03-2009 -Update GDB for Win32 to Version 7.0.2 12-10-2009 -Update GDB for Win64 to Version 7.0.50 27-10-2009 -Update GNU Make for Win32 to Version 3.8.1 14-9-2009 -Update GNU Make for Win64 to Version 3.8.1 26-10-2009 -Fix Linux 32/64 permission problems (again ?) -Fix jcf2.lpk problems NOTE: Lazarus Source from SVN 19-11-2009 FPC Source from SVN 02-10-2009 ======> 03-10-2009 ver 0.988 ================================================= -(Cosmic) CodeTyphon Start use FreePascal 2.5.1 -(Cosmic) CodeTyphon Start use Lazarus 0.9.29 beta -Update 7-Zip Command line tool to ver 9.07 -Update/Fix Batch files NOTE: Lazarus Source from SVN 2-10-2009 FPC Source from SVN 2-10-2009 ======> 09-08-2009 ver 0.966 ================================================= -Update Lazarus IDE Icons/Look -Update Cross Build Targets: - arm-Wince - arm-Linux - arm-Embedded (freepascal only) - arm-gba (freepascal only) - arm-nds (freepascal only) - i386-Win32 - i386-Linux - i386-FreeBSD - i386-Haiku (freepascal only) - x86_64-Win64 - x86_64-Linux - x86_64-FreeBSD - powerpc-Linux - powerpc64-Linux (freepascal only) - sparc-Linux - sparc-Solaris (freepascal only) -Update CodeTyphon Cross-Build session -Update pl_VisualPlanItcomp.lpk. ADD TVpFlexDataStore component -Update pl_INet.pkg to SVN_4_8_2009 (win32,Win64,Linux32,Linux64) -Update help files -Update Batch files NOTE: Lazarus Source from : SVN 07-08-2009 FreePascal Source from: SVN 03-08-2009 ======> 22-07-2009 ver 0.944 ================================================= -Fix IDE Page Select button -Add Packages to Lazarus Extent-IDE : pl_ExControls.lpk ver 1.0 (win32,Win64,Linux32,Linux64) with 10 samples pl_ExSystem.lpk Ver 1.0 (win32,Win64,Linux32,Linux64) -Update pl_Shapespak.lpk to ver 1.1 -Update help files -Update Batch files NOTE: Lazarus Source from : SVN 22-07-2009 FreePascal Source from: SVN 05-07-2009 ======> 08-07-2009 ver 0.933 ================================================= -(Cosmic) We start CodeOcean part of CodeTyphon, with a lot pascal free project samples and pascal free code. -Add Packages to Lazarus Extent-IDE : TurboPowerIProDsgn.lpk (win32,Win64,Linux32,Linux64) lazopenglcontext.lpk (win32,Win64,Linux32,Linux64) with 10 samples pl_PAPPE.lpk 3D Physics Engine (win32,Win64,Linux32,Linux64) with 5 samples pl_Win_DirectX.lpk (win32,Win64) with 31 samples -Update pl_INet.pkg to SVN_20_6_2009 (win32,Win64,Linux32,Linux64) -Update pl_zeosdbocomp.pkg to version 6.6.5 (win32,Win64,Linux32,Linux64) -Update pl_GLScene.pkg to version 3.0.0.1 (win32,win64,Linux32) -Fix ln_xCodeTyphon_Remove_FPC Batch file -Update help files -Update Batch files -Cleaup CodeTyphon Directories NOTE: Lazarus Source from : SVN 08-07-2009 FreePascal Source from: SVN 05-07-2009 ======> 08-06-2009 ver 0.922 ================================================= -Add Packages to Lazarus Extent-IDE : pl_GLScene.lpk (OpenGL 3D Components with 30 samples) pl_AGGPas.lpk (2D Graph library with 30 samples) These packages are for Win32 and linux32 you must give your help to make win64 and linux64 ports.. -Small fixes to pl_indycomp.lpk -Add Packages tab to CodeTyphon Center -Update help files -Update/Fix Batch files NOTE: Lazarus Source from SVN 08-06-2009 FPC Source from SVN 20-05-2009 ======> 10-05-2009 ver 0.910 ================================================= -Add Packages to Lazarus Extent-IDE : pl_Win_MIDI.lpk ver 1.0.0 Beta (Windows 32/64bit MIDI Components) -Update/Fix pl_INetcomp.lpk source from svn -Update GoRC.exe 32/64-bit resource compiler to ver 0.90.4 NOTE: Lazarus Source from SVN 07-05-2009 FPC Source from SVN 10-05-2009 ======> 05-04-2009 ver 0.900 ================================================= -(Cosmic) ADD Crossbuild arm-linux element to FreePascal and Lazarus -(Cosmic) ADD all_Demos Directory to hold all CodeTyphon Demos Apllications -ADD Packages to Lazarus Extent-IDE : pl_APElib.lpk ver 1.00 (APE 2D Physics Engine) -Update pl_VisualPlanItcomp.lpk source -Update pl_INetcomp.lpk source -Fix pl_Shapespak.lpk -Update Help System NOTE: Lazarus Source from SVN 04-04-2009 FPC Source from SVN 04-04-2009 ======> 15-03-2009 ver 0.899 ================================================= -(Cosmic) Add Debian base linux with LXDE (Lightweight X11 Desktop Environment) 32/64bit to CodeTyphon Host OS List -Add Packages to Lazarus Extent-IDE : pl_VisualPlanItcomp.lpk ver 1.03 (TurboPower Visual PlanIt) pl_indycomp.lpk ver 10.2.0.2 (Internet Direct) ->All For Win32,Win64,Linux32,Linux64 -Fix Linux permission problems -Update/Fix Batch files NOTE: Lazarus Source from SVN 15-03-2009 FPC Source from SVN 15-03-2009 ======> 15-02-2009 ver 0.888 ================================================= -(Cosmic) Add Windows 7 (Beta) 32/64bit to CodeTyphon Host OS List -Add "Select Component Page" button (with dropdown list) to Extent-IDE -Add more Packages to Lazarus Extent-IDE : jcf2.lpk ver 2.4.2 (JEDI Code Format IDE Plugin for Lazarus) WebLaz.lpk ver 1.0 pl_Shapespak.lpk ver 1.0.0 pl_INetcomp.lpk ver 1.0.0 (Lightweight Networking Library) pl_dcpcomp ver 2.0.3 Beta (DCPcrypt Cryptographic Component Library) pl_extentideman.lpk ver 1.0.0 (Lazarus Extent-IDE managers for docking Source code Window, Messages Window, Object Inspector Window) ->All For Win32,Win64,Linux32,Linux64 -Update 7-Zip Command line tool to ver 4.65 -Update/Fix Batch files NOTE: Lazarus Source from SVN 15-02-2009 FPC Source from SVN 15-02-2009 ======> 29-01-2009 ver 0.855 ================================================= -(Cosmic) Split Scripts files to "ScriptsWin" and "ScriptsLin" directories -(Cosmic) Add FPC Win32 "Cross Compiler Building" sessions -(Cosmic) Add Lazarus Win32 "Cross Compiler Building" sessions -Add ZeosBBO 6.6.4 Components to Lazarus Extent-IDE (works ok to Win32,Win64,Linux32,Linux64) -Add "User" Lazarus Setting Functions -New "Directories" Page -Update "Status" Page -Update/Fix Batch files -Update/Fix All Tools -Fix Linux 64 Identification method NOTE: Lazarus Source from SVN 29-01-2009 FPC Source from SVN 29-01-2009 ======> 13-01-2009 ver 0.822 ================================================= -Update 7-Zip Command line tool to ver 4.64 -Update GoRC.exe 32/64-bit resource compiler to ver 0.90.3f -Add VirtualTrees 4.1 Components to Lazarus Extent-IDE (works ok to Win32,Win64,Linux32,Linux64) -Update/Fix Batch files -Temporary remove jcfidelazarus.lpk from ExtentIDE, because give errors to others Packages installation. NOTE: Lazarus Source from SVN 13-01-2009 FPC Source from SVN 13-01-2009 ======> 02-01-2009 ver 0.810 ================================================= -Update 7-Zip Command line tool to ver 4.63 -Add Double Editor Tools -Fix Setup Error for Windows XP ======> 30-12-2008 ver 0.788 ================================================= -(Cosmic) Lazarus Default Build with option "BigIDE" and Packages: TAChartLazarusPkg RunTimeTypeInfoControls TurboPowerIPro cgiLaz CGILazIDE H2PasWizard lazthread lazdaemon ProjTemplates fpcunitide Printer4Lazarus printers4lazide DBFLaz SQLDBLaz MemDSLaz SDFLaz lazreport lazdbexport -(Cosmic) CodeTyphon can now "build" Cross FreePascal for "Host Win32" and "Targets": arm-Wince x86-64-Win64 i386-linux x86-64-linux i386-FreeBSD x86-64-FreeBSD -Update/Fix Bach files NOTE: Lazarus Source from SVN 30-12-2008 FPC Source from SVN 30-12-2008 ======> 16-12-2008 ver 0.777 ================================================= -Update mingw Win64 utils to ver 23-11-2008 -Update mingw Win32 utils to ver 2.19 (12-12-2008) -Update 7-Zip Command line tool to ver 4.62 NOTE: Lazarus Source from SVN 14-12-2008 FPC Source from SVN 14-12-2008 ======> 30-11-2008 ver 0.755 ================================================= -Update/Fix Bach files NOTE: Lazarus Source from SVN 30-11-2008 FPC Source from SVN 30-11-2008 ======> 15-11-2008 ver 0.744 ================================================= -Rename executable for Linux 32bit (CodeTyphon_ln32.exe -> CodeTyphon_ln32.ex) -Rename executable for Linux 64bit (CodeTyphon_ln64.exe -> CodeTyphon_ln64.ex) -Add support for Ubuntu 8.10 ======> 09-11-2008 ver 0.737 ================================================= (Cosmic) -Add Executable for Linux 32bit (CodeTyphon_ln32.exe) (Cosmic) -Add Executable for Linux 64bit (CodeTyphon_ln64.exe) (Cosmic) -Add Executable for Windows 32bit (CodeTyphon_win32.exe) (Cosmic) -Add Executable for Windows 64bit (CodeTyphon_win64.exe) (Cosmic) -Add Base Setup System with batch files (setup.bat and setup.sh) -Add help folder -Update/Fix Bach files -Update/Fix All Tools NOTE: The Main Building System for FPC/Lazarus is now stable... (Cross Building Sub-Systems are NOT stable yet..) ======> 2-11-2008 ver 0.672 ================================================= -Add Support for Windows XP Pro (test SP3) -Update/Fix Bach files ======> 27-10-2008 ver 0.641 ================================================= -Add Support for Linux 32 bit (test on Ubuntu 32bit 8.04.1) -Add Support for Linux 64 bit (test on Ubuntu 64bit 8.04.1) -Add Support for Windows 32 bit (test on Vista 32bit Ultimate SP1) -Add Support for Windows 64 bit (test on Vista 64bit Ultimate SP1) -Update Settings Editor Tool -Update/Fix some Bach files ======> 23-10-2008 ver 0.610 ================================================= -Add Strip Tool -Add UPX Tool -Add Settings Editor Tool ======> 20-10-2008 ver 0.566 ================================================= -First Release
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值