Hello Sieghard.

About MSEclock, I did this:

Copy all the files of  /MSEclock/newdialogs into root directory of project  
/MSEclock/.

But when compiling with fpc 3.3.1. there are those errors:

clockwork.pas(487,56) Error: Incompatible type for arg no. 2: Got 
"PointValues", expected "complexarty"
clockwork.pas(489,58) Error: Incompatible type for arg no. 2: Got 
"PointValues", expected "complexarty"
etc.

So I added in top of  clockwork.pas: {$modeswitch arraytodynarray} and then it 
compiles OK.

I have also to comment the first line of procedure tclockworkfo.Zeitstart()

procedure tclockworkfo.Zeitstart (const Sender: TObject);
 begin
//   Hide;       //comment this
...

Otherwise I get a error at run : "Form not decorated".

Doing this  the application runs.

Fre;D
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to