Re: [Lazarus] how to find this error?

2015-07-02 Thread FreeMan
On 29.06.2015 13:57, zeljko wrote: On 06/29/2015 11:43 AM, FreeMan wrote: fpc r31177 lazarus r49465 qt x64 osx my project work in osx qt64, win32 i386 qt is workas well, but in win64 qt64 create "access violation" exception on "myform.Show;" on form has a "TStatusBar" I := TStatusBar.Canvas.Te

Re: [Lazarus] how to find this error?

2015-06-29 Thread FreeMan
Thank you, I remove TStarusBar and codes, I add TPanel and TBCLabel on that panel. view been much better status bar. This is good for me, but I didn't find error when myform.show; I'm still investigation. I need to trace formshow, I wish, compiler give any tips about class or filename or line

Re: [Lazarus] how to find this error?

2015-06-29 Thread zeljko
On 06/29/2015 11:43 AM, FreeMan wrote: fpc r31177 lazarus r49465 qt x64 osx my project work in osx qt64, win32 i386 qt is workas well, but in win64 qt64 create "access violation" exception on "myform.Show;" on form has a "TStatusBar" I := TStatusBar.Canvas.TextWidth(TStatusBar.Panels[0].Text); th

Re: [Lazarus] how to find this error?

2015-06-29 Thread Tony Whyman
Take a look at http://wiki.freepascal.org/Lazarus_known_issues_%28things_that_will_never_be_fixed%29#TStatusBar_Panels_2 It's probably one of those annoying TStatusBar (won't fix) issues. On 29/06/15 10:43, FreeMan wrote: fpc r31177 lazarus r49465 qt x64 osx my project work in osx qt64, win32

[Lazarus] how to find this error?

2015-06-29 Thread FreeMan
fpc r31177 lazarus r49465 qt x64 osx my project work in osx qt64, win32 i386 qt is workas well, but in win64 qt64 create "access violation" exception on "myform.Show;" on form has a "TStatusBar" I := TStatusBar.Canvas.TextWidth(TStatusBar.Panels[0].Text); this code has create exception in win64