Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
I did git pull few minutes ago. Trying to build mymseide and getting a lot of compiler errors. I have FPC 2.6.4 64bit msedbusinterface.pas(639,37) Error: Incompatible types: got "PPTypeInfo" expected "PTypeInfo" msedbusinterface.pas(1092,22) Error: Identifier not found "pmanagedfield"

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Martin Schreiber
On Friday 06 January 2017 14:00:41 Krzysztof wrote: > I did git pull few minutes ago. Trying to build mymseide and getting a lot > of compiler errors. I have FPC 2.6.4 64bit > Can you use FPC 3.0+? I am not sure if it is possible to make the dbus interface FPC 2.6.4 compatible because of changes

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
Yes, the goal for my project is to use FPC 3.0 but on my main machine I need to have FPC 2.6.4 due to my company restrictions. Never have two FPC versions on same OS, is it even possible? If not then I prepare new virtualbox guest with complete FPC 3.0 enviromnent

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
Ok installed FPC 3.0.0 in my home directory and changed paths in MSEIDE configuration. Did quick tests and seems that tray icon is working perfect. Don't know what you meant with net_system_tray_opcode but I need to use two_usedbus option, without this option tray icon behave as previous (pop menu

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Martin Schreiber
On Friday 06 January 2017 14:20:45 Krzysztof wrote: > Yes, the goal for my project is to use FPC 3.0 but on my main machine I > need to have FPC 2.6.4 due to my company restrictions. Never have two FPC > versions on same OS, is it even possible? Sure. I have a ".fpc.cfg" with the path settings in