[MSEide-MSEgui-talk] Even further memory leak

2011-12-29 Thread IvankoB
--- Error --- $004FE60A TOBJE $00432B3D TINTERNALAPPLICATION__EVENTLOOP, line 15632 of D:/msegui/lib/common/kernel/msegui.pas $00433065 TINTERNALAPPLICATION__BEGINMODAL, line 15730 of D:/msegui/lib/common/kernel/msegui.pas

Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-29 Thread Martin Schreiber
On 12/29/2011 02:09 PM, IvankoB wrote: Steps ? Then it seems that You forgot to call GIT PUSH since me have seen the SQLDB updates just now. You probably don't compile with current MSEgui. I need to add msearrayutils to uses in dmprint.pas.

[MSEide-MSEgui-talk] The IDE: memory leak

2011-12-29 Thread IvankoB
happened after an IDE-in-IDE session running the PODPISKA. --- Error --- Heap dump by heaptrc unit 7422473 memory blocks allocated : 891251343/925517976 7422469 memory blocks freed : 891251281/925517912 4 unfreed memory blocks : 62 True heap

Re: [MSEide-MSEgui-talk] The IDE : exception on F12 trying to call form designer for DMMAINMO

2011-12-29 Thread Martin Schreiber
On 12/29/2011 02:18 PM, IvankoB wrote: Althought the dmmainmo form can be open via MainMenu:View. The prj-file is here attached. Try 'File'-'Close all'. There are possibly dmmainmos's in different directories. Martin

[MSEide-MSEgui-talk] Further memory leak

2011-12-29 Thread IvankoB
--- Error --- $00432B3D TINTERNALAPPLICATION__EVEN $00433065 TINTERNALAPPLICATION__BEGINMODAL, line 15730 of D:/msegui/lib/common/kernel/msegui.pas $0042CD01 TWINDOW__BEGINMODAL, line 12920 of

Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-29 Thread Martin Schreiber
On 12/29/2011 11:20 AM, IvankoB for-mse wrote: sender.executedirect()? works but the issue with no commit on 1st attempt i still here. With git master 7bc68972228d65b75affb3d7860cfed0df25592d +? Not yet fixed. Works for me.

Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-29 Thread IvankoB for-mse
Have You checked with the remote source of MSEgui (git clone) ? 2011/12/29, IvankoB for-mse ivankob4m...@gmail.com: make is not used for compiling MSEgui projects. Please check your .fpc.cfg and ${MSEDIR} settings, use 'Build' instead of 'Make', delete all *.ppu nad *.o ...

Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-29 Thread IvankoB for-mse
make is not used for compiling MSEgui projects. Please check your .fpc.cfg and ${MSEDIR} settings, use 'Build' instead of 'Make', delete all *.ppu nad *.o ... = The most strange is that the OBJ-files for DMPRINT are really created. 2011/12/29, Martin Schreiber