Re: [MSEide-MSEgui-talk] msedbusinterface and fpc 3.3.1 trunk

2020-03-08 Thread Sieghard
Hello fredvs, you wrote on Sun, 8 Mar 2020 06:10:57 -0700 (MST): > Here the line with problems: > > ---> if fld1 is tblobfield and (self.fblobintf <> nil) then begin > > Changing, as workaround with: > > ---> if (self.fblobintf <> nil) then begin > > Makes fpc 3.3.1 trunk happy.

Re: [MSEide-MSEgui-talk] msedbusinterface and fpc 3.3.1 trunk

2020-03-08 Thread Roland Chastain
Hello! Well done Fred. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] msedbusinterface and fpc 3.3.1 trunk

2020-03-08 Thread fredvs
Hello. With my fpc friends, we fixed the problem: fpc-topic So, it was committed in

Re: [MSEide-MSEgui-talk] msedbusinterface and fpc 3.3.1 trunk

2020-03-08 Thread fredvs
Re-hello. OK, I did apply the Graemes's fix: adding {$interfaces corba}, just after unit msedbusinterface. This fixes the error: "Error: The interface type of the forward declaration and the declared interface type do not match for interface idbusservice " Nice but now there is a new other

[MSEide-MSEgui-talk] msedbusinterface and fpc 3.3.1 trunk

2020-03-08 Thread fredvs
Hello. I just have try to compile mseide with last fpc trunk 3.3.1 of 08-03-2020. There is that error message: msedbusinterface.pas(224,5) Error: The interface type of the forward declaration and the declared interface type do not match for interface idbusservice msedbusinterface.pas(564,1)