Bill Buzzell <captbill279@...> writes:

I found my issue. My settings were pointing to a previous install. Then I
had an error with tframetemplate.paintoverlay (msegui.pas ln 5611). I added
the default value to the framestateflagsty and it builds now.

procedure tframetemplate.paintoverlay(const acanvas: tcanvas;
                const arect: rectty; const astate: framestateflagsty = []);

My ports are not being enumerated though. I tried adding them to the
msecommport.pas with no luck.

commnrty = (cnr_invalid=-1,
cnr_1,cnr_16,cnr_3,cnr_4,cnr_5,cnr_6,cnr_7,cnr_8,cnr_9,cnr_2,cnr_34);

commname: array[commnrty] of string ='','COM1','COM16','COM3','COM4','COM5',
   'COM6','COM7','COM8','COM9','COM2','COM34');

Any ideas?

On Thu, Jan 1, 2015 at 9:08 PM, Bill Buzzell <captbill...@gmail.com> wrote:

> Hi,
> I am getting errors trying to run the 'RS232.prj' in Mse Universe. Here is
> the output:
>
> *           Free Pascal Compiler version 2.7.1 [2014/07/10] for i386*
>
> *Copyright (c) 1993-2014 by Florian Klaempfl and others*
> *portsettingsframe.pas(79,32) Error: identifier idents no member
> "commname"*
> *portsettingsframe.pas(88,27) Error: Identifier not found "cnr_invalid"*
> *portsettingsframe.pas(89,14) Error: identifier idents no member
> "commname"*
> *portsettingsframe.pas(89,47) Error: identifier idents no member
> "valuename"*
> *portsettingsframe.pas(92,14) Error: identifier idents no member
> "commname"*
> *portsettingsframe.pas(131) Fatal: There were 5 errors compiling module,
> stopping*
> *Fatal: Compilation*
>
>
> Perhaps my FPC version?
> Windows7
> Fpc 2.7.1
> Msegui v3.6
>
> Thanks,
> Bill
>
>
> <https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk>
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to