PreCompiler for OOP and "IncludeLibraries"

Share your advanced PureBasic knowledge/code with the community.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: PreCompiler for OOP and "IncludeLibraries"

Post by GPI »

New Version 1.2

http://game.gpihome.eu/PureBasic/PreCompiler/


;changelog
; 1.2
; - Installation-Script
; - Removed DataSection/EndDataSection
; - Declares of the methodes are now in DefineClass. DefineClass should be now before all methods.
; - Comments in Preprocess aren't removed anymore

When you have created a includelibrary, you should "recreate" them with the PreCompiler, because the internal format has changed.
Post Reply