Re: PreCompiler for OOP and "IncludeLibraries"
Posted: Sun Oct 15, 2017 5:58 pm
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.
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.