On Thursday 21 April 2016 21:30:36 Krzysztof wrote:
> Have it again :( . But now I think that it is my fault. After your
> fix, everything worked fine. Could compile my project on MSEide but
> also in Lazarus. Since I'm using MSEide mostly only for designing (I'm
> too much addicted to code completition after 6 years work with Lazarus
> IDE) I didn't build project from MSEide for a few days. I'm trying to
> accustom to MSEide, tried build project today and have this errors:
>
> PPU Loading /usr/lib/fpc/2.6.4/units/x86_64-linux/fcl-db/dbf_prscore.ppu
> Recompiling dbf_prscore, checksum changed for dbf_prssupp
> Fatal: Can't find unit dbf_prscore used by bufdataset_parser
> Fatal: Compilation aborted
>
"lib/common/fpccompatibility/mdbf_prscore.pas" should be loaded instead.
Please check why dbf_prscore.ppu is loaded by adding -vu to compiler 
parameters.

[...]

> Secon issue. When debugging from Lazarus (or exception occur) then my
> mouse cursor is dead, I can't click on anything, not on Lazarus but on
> whole linux KDE UI, it feels like there is hidden modal form for my
> desktop.

That is because the application holds a mouse grab. MSEide calls via gdb the 
procedures GUI_DEBUGBEGIN()/GUI_DEBUGEND() of the application which suspends 
the mouse grab if enabled in 'Project'-'Options'-'Debugger'. I don't know if 
Lazarus has a similar functionality.

Martin

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to