Now !somic wrote:Can you tell us when (approx.)?Should be fixed in new release
See http://www.purebasic.fr/english/viewtop ... start=1000
Moderator: gnozal
Now !somic wrote:Can you tell us when (approx.)?Should be fixed in new release
Now !
At the moment, automatic downloads are only available through my tools updater.Bisonte wrote:Hi. This tool is very good. But If I download a "new" update , i install it, and if i start the tool, there's a new Updatevery great, but... can u make an automatic Update possible ?
This is not a PureFORM issue. The TrackMouseEvent structure is not used in the PureFORM generated code.ozzie wrote:... When I click the Compile icon in jaPBe, a new tab is opened for CustomButton.pbi and the complier throws an error on line 70 with a message about structure already declared: TrackMouseEvent.
afterCustomButton.pbi wrote:Structure TrackMouseEvent
cbSize.l
dwFlags.l
hwndTrack.l
dwHoverTime.l
EndStructure
CustomButton.pbi wrote:;Structure TrackMouseEvent
; cbSize.l
; dwFlags.l
; hwndTrack.l
; dwHoverTime.l
;EndStructure
Code: Select all
CompilerIf Defined(TrackMouseEvent, #PB_Structure) = #False
Structure TrackMouseEvent
cbSize.l
dwFlags.l
hwndTrack.l
dwHoverTime.l
EndStructure
CompilerEndIf
I agree, if ozzie is using PB 4.xx (PureFORM generates code for PB3.9x and PB4.xx).ts-soft wrote:The best is to use compilerdirectives