Re: [MSEide-MSEgui-talk] findtagwidget

2016-08-30 Thread Martin Schreiber
On Wednesday 31 August 2016 00:53:50 Patrick Goupell wrote: > Hello Martin, > > I have an application I developed under version 4.0. > > I tried to recompile it under version 4.2.1 and I get the following error: > > common.pas(1678,30) Error: identifier idents no member "findtagwidget" > > ffor a

[MSEide-MSEgui-talk] version 4.2.1 cross compile to windows

2016-08-30 Thread Patrick Goupell
Hello Martin, Application builds ok for linux 32 and 64 bit. If I try to cross compile for windows 64 bit I get this error: mselibc.pas(5,14) Fatal: Can't find unit initc used by mselibc If I try to cross compile the same program for windows 32 bit I get these errors: mselibc.pas(1112,1)

Re: [MSEide-MSEgui-talk] version 4.2.1 cross compile to windows

2016-08-30 Thread Martin Schreiber
On Wednesday 31 August 2016 01:22:46 Patrick Goupell wrote: > Hello Martin, > > Application builds ok for linux 32 and 64 bit. > > If I try to cross compile for windows 64 bit I get this error: > > mselibc.pas(5,14) Fatal: Can't find unit initc used by mselibc > > If I try to cross compile the

[MSEide-MSEgui-talk] findtagwidget

2016-08-30 Thread Patrick Goupell
Hello Martin, I have an application I developed under version 4.0. I tried to recompile it under version 4.2.1 and I get the following error: common.pas(1678,30) Error: identifier idents no member "findtagwidget" ffor a ttabpage widget. Did it move or get renamed? Patrick

Re: [MSEide-MSEgui-talk] Templates no root.

2016-08-30 Thread Fred van Stappen
On Monday 29 August 2016 12:21:22 Fred van Stappen wrote: > > OK, (but if I will be happy to know where in code those warning are > called). > It happens when the program tries to write the project file. Please check the stack window in order to see the whole call stack. Martin