Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-06 Thread Bill Buzzell
Hi Martin,
I am unable to delete my local Mse git repo. If I open it from MseGit is
complains with unable to create file
e://msegitmsegitrepo.sta.tmp35208 operation could not be completed
because the volume is dirty. Run chkdsk. My permissions are as
administrator. ??

I ran chkdsk, it reports ok. I will just rename the repo and pull down the
entire repo for now.

Best regards,
Bill



On Tue, Jan 6, 2015 at 9:48 AM, Martin Schreiber mse00...@gmail.com wrote:

 On Tuesday 06 January 2015 08:58:34 Martin Schreiber wrote:
  On Monday 05 January 2015 21:00:25 Bill Buzzell wrote:
   I have a general Git question:
  
   I deleted the /samples/communication/commchannel​ directory intending
 to
   pull from origin. Apparently I went about it the wrong way.
   I tried to Pull, fetch all, fetch, fetch from origin, and
   merge... all to no avail. Also tried to revert from all.
  
   Is there an easy way to re-synch the repo or have I corrupted it?
 
  Currently MSEgit does not list deleted files in the revert window, I
 have
  to fix that. The name revert also needs to be changed because there is
 a
  git revert command which does something completely different.

 Done, mseuniverse git master f2301bcbca374d6408da1bc98a66dfe47eac4ce0.
 A deleted directory now can be restored by RightClick-'Restore' on the
 directory item or its parents, see attachment.

 Martin


 --
 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


--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-06 Thread Bill Buzzell
Ahhh. Looks like a hard drive failure. Please disregard my last post.

Ouch!

On Tue, Jan 6, 2015 at 11:59 AM, Bill Buzzell captbill...@gmail.com wrote:

 Hi Martin,
 I am unable to delete my local Mse git repo. If I open it from MseGit is
 complains with unable to create file
 e://msegitmsegitrepo.sta.tmp35208 operation could not be completed
 because the volume is dirty. Run chkdsk. My permissions are as
 administrator. ??

 I ran chkdsk, it reports ok. I will just rename the repo and pull down the
 entire repo for now.

 Best regards,
 Bill



 On Tue, Jan 6, 2015 at 9:48 AM, Martin Schreiber mse00...@gmail.com
 wrote:

 On Tuesday 06 January 2015 08:58:34 Martin Schreiber wrote:
  On Monday 05 January 2015 21:00:25 Bill Buzzell wrote:
   I have a general Git question:
  
   I deleted the /samples/communication/commchannel​ directory intending
 to
   pull from origin. Apparently I went about it the wrong way.
   I tried to Pull, fetch all, fetch, fetch from origin, and
   merge... all to no avail. Also tried to revert from all.
  
   Is there an easy way to re-synch the repo or have I corrupted it?
 
  Currently MSEgit does not list deleted files in the revert window, I
 have
  to fix that. The name revert also needs to be changed because there
 is a
  git revert command which does something completely different.

 Done, mseuniverse git master f2301bcbca374d6408da1bc98a66dfe47eac4ce0.
 A deleted directory now can be restored by RightClick-'Restore' on the
 directory item or its parents, see attachment.

 Martin


 --
 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



--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
Ok. The rs232.prj is working. I must enter '\\.\COM34', as previously but
it is communicating send and receive now.

You should also clean the mseuniverse checkout.

Yes, I did both again and seems to have fixed it.

Thanks Martin



On Mon, Jan 5, 2015 at 5:20 AM, Martin Schreiber mse00...@gmail.com wrote:

 On Monday 05 January 2015 11:05:02 Martin Schreiber wrote:
   Her you go. I will try to look if I can notice anything as well.
 
  It searches for *.a (smartlinking archive) files. Do you compile with -CX
  -XX? Please try without, delete all *.ppu, *.o and *.a files in
  mseide-msegui and mseuniverse clone directories. Can be done for example
 by
  git clean -f -x.
 
 Another question,
 does 'File'-'Open' mseuniverse/samples/communication/rs232/main.pas
 load
 and show the port settings frame in MSEide rs232.prj?


 --
 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

--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
Please add -vt to 'Project'-'Options'-'Make'-'Make Options'

Done. Looks like the same output as previously:

An unhandled exception occurred at $0044EEAD :
EReadError : Ancestor class for tstatfile1 not found.
  $0044EEAD  TREADER__READCOMPONENT,  line 6042 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $0044F549  TREADER__READDATA,  line 6161 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00447A27  TCOMPONENT__READSTATE,  line 1690 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $004766CF  TMSECOMPONENT__READSTATE,  line 4837 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $0044F202  TREADER__READCOMPONENT,  line 6112 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $0044F549  TREADER__READDATA,  line 6161 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00447A27  TCOMPONENT__READSTATE,  line 1690 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $004766CF  TMSECOMPONENT__READSTATE,  line 4837 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00435C88  TCUSTOMMSEFORM__READSTATE,  line 1035 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $00450FD7  TREADER__READROOTCOMPONENT,  line 6645 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00473874  LOADMODULE,  line 2259 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473F73  DOLOAD,  line 2958 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473D36  INITMSECOMPONENT,  line 2982 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473FFA  LOADMSEMODULE,  line 3100 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00435310  TCUSTOMMSEFORM__CREATE,  line 857 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $004381D3  TMSEFORM__CREATE,  line 2009 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $004354C2  TCUSTOMMSEFORM__CREATE,  line 875 of
E:/mse-git/lib/common/widgets/mseforms.pas
--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
 Please git pull the newest versions of mseide-msegui and
mseuniverse from Gitorious and try to compile wit 'Project'-'Build' instead
of 'Project'-'Make'.

No luck. Still the same errors.

On Mon, Jan 5, 2015 at 2:35 AM, Martin Schreiber mse00...@gmail.com wrote:

 On Monday 05 January 2015 05:59:33 Bill Buzzell wrote:
  I have updated to FPC 2.6.4 win32. I have updated with MseGit (Mse 3.7,
 Mse
  Universe). Everything seems well except the serial communication. All the
  comm demos refuse to compile with:
 
  An unhandled exception occurred at $0044EEAD :
  EReadError : Ancestor class for tstatfile1 not found.
$0044EEAD  TREADER__READCOMPONENT,  line 6042 of
 It looks like a runtim error not a compile error.
 I just tested samples/communication/rs232/rs232.prj in a fresh MSEuniverse
 clone, works for me. I made changes in tportsettingsfra, maybe I pushed an
 inconsistent commit. Please git pull the newest versions of mseide-msegui
 and
 mseuniverse from Gitorious and try to compile wit 'Project'-'Build' instead
 of 'Project'-'Make'.

 Martin


 --
 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

--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
Aha. I was wondering where that window went. I looked it over and see lots
of 'not found' listings. Would you like to see it? Very large. Zip file?

Thanks

On Mon, Jan 5, 2015 at 4:03 AM, Martin Schreiber mse00...@gmail.com wrote:

 On Monday 05 January 2015 09:52:37 Bill Buzzell wrote:
  Please add -vt to 'Project'-'Options'-'Make'-'Make Options'
 
  Done. Looks like the same output as previously:
 
 Have you checked the compiler messages ('View'-'Messages')? -vt does not
 change compilation, it produces info about what files it compiles.

 Martin


 --
 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

--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
Add your public SSH key to
https://gitorious.org/~your gitorious login name/ssh-keys

I do have an SSH key set up (GitHub) but looked and noticed it has never
been used. Looks like the Options: git command maybe needs the login
phrase.

Hum, i do not think you need to enter a full login for each commit.

Yes, I meant to say push, not commit.







On Mon, Jan 5, 2015 at 4:19 PM, Fred van Stappen fi...@hotmail.com wrote:


  I just don't like having to enter a full login every time I do a small
 commit

 Then you need to create a SSH key
 https://help.github.com/articles/generating-ssh-keys/

 Add your public SSH key to
 https://gitorious.org/~your gitorious login name/ssh-keys

 Then you can push your commited changes by 'git'-'Push'.

 Fre;D



 --
 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


--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
I have a general Git question:

I deleted the /samples/communication/commchannel​ directory intending to
pull from origin. Apparently I went about it the wrong way.
I tried to Pull, fetch all, fetch, fetch from origin, and
merge... all to no avail. Also tried to revert from all.

Is there an easy way to re-synch the repo or have I corrupted it?
--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
Thanks guys,
I had to sleep it off. I will look closer in the current status of my repo
copy, and report back. I have working serial ports now so I am happy.

 Then you probably don't use current git master version of mseide-msegui.
Last
commit is deffcc9879f84a00b8724409a3dc201e7acbe2ac and the commit
f44ebc3cc1152f9e5db86d77648c888daa23f3f3 adds '\\.\' if necessary:





On Mon, Jan 5, 2015 at 7:33 AM, Fred van Stappen fi...@hotmail.com wrote:

  From: mse00...@gmail.com
  To: mseide-msegui-talk@lists.sourceforge.net
  Date: Mon, 5 Jan 2015 13:10:30 +0100
  Subject: Re: [MSEide-MSEgui-talk] Serial Comm errors
 
  On Monday 05 January 2015 13:00:19 Fred van Stappen wrote:
   Same here, works fine.
  
   It seems to me the problem is because Bill uses fpc 2.7.x
  
  He uses 2.6.4 now:
  
  Configfile search: fpc.cfg
  Configfile search: E:\FPC\2.6.4\bin\i386-win32\fpc.cfg
  Reading options from file E:\FPC\2.6.4\bin\i386-win32\fpc.cfg
  Path C:\Users\bill\AppData\Local\\FreePascal\fppkg\units\i386-win32\*\
 not
  found
  Path E:\FPC\2.6.4\lib\i386-win32\ not found
  Path E:\mse-git\lib\addon\*\ not found
  Path E:\mse-git\lib\addon\*\ not found
  Free Pascal Compiler version 2.6.4 [2014/03/06] for i386
  Copyright (c) 1993-2014 by Florian Klaempfl and others
  Compiler: E:\FPC\2.6.4\bin\i386-win32\ppc386.exe
  Target OS: Win32 for i386
  Using executable path: E:\FPC\2.6.4\bin\i386-win32\
  Using unit path: E:
  \mse-git\mseuniverse-git\samples\communication\portsettingsframe\
  [...]
  
  I assume the problem was existing *.ppu, .a or *.o files, FPC does not
 always
  compile all new with -B or it finds other modules for example by
 settings
  in .fpc.cfg.
 
  Martin

 Yep, maybe Bill have to delete all old *.ppu, *.a or *.o files before
 re-compiling...


 --
 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


--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
Typo:
This is basic git stuff I should probably be asking here.

This is basic git stuff I should probably ...not... be asking here.

On Mon, Jan 5, 2015 at 3:39 PM, Bill Buzzell captbill...@gmail.com wrote:

 But if you need some directory, you may download it via =

 Yeah, but I want to know what I did wrong. I probably should have deleted
 only the files and not the whole directory.
 This is basic git stuff I should probably be asking here.

 MseGit is a really nice piece of work. It is the perfect balance of simple
 and powerful. It's looks like an excellent teaching/learning tool. Perfect
 place to learn the git command line as well.

 How do you get MseGit to auto-login to push to a remote? Options git
 command maybe?

 On Mon, Jan 5, 2015 at 3:09 PM, Fred van Stappen fi...@hotmail.com
 wrote:

 Hello Bill.

 I am not the King of GitHub (yet).

 But if you need some directory, you may download it via =

 https://gitorious.org/mseuniverse/mseuniverse/

 And click on the [Download] button on top-right side...

 Fre;D


 --
 Date: Mon, 5 Jan 2015 15:00:25 -0500
 From: captbill...@gmail.com
 To: mseide-msegui-talk@lists.sourceforge.net
 Subject: Re: [MSEide-MSEgui-talk] Serial Comm errors

 I have a general Git question:

 I deleted the /samples/communication/commchannel​ directory intending to
 pull from origin. Apparently I went about it the wrong way.
 I tried to Pull, fetch all, fetch, fetch from origin, and
 merge... all to no avail. Also tried to revert from all.

 Is there an easy way to re-synch the repo or have I corrupted it?

 --
 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


 --
 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



--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-05 Thread Bill Buzzell
I have no problem if I create the repo in Github from the web interface and
then clone it. Haven't figured out how to create from a local copy and
push it up as a new repo.

I just don't like having to enter a full login every time I do a small
commit.

On Mon, Jan 5, 2015 at 4:05 PM, Fred van Stappen fi...@hotmail.com wrote:

  How do you get MseGit to auto-login to push to a remote? Options git
 command maybe?

 What i do (and trust me (or ask it to Martin) it was absolutely NOT easy
 to me to do my first push to Gitorious).

 1) Create a account + password to Gitorious.

 2) Run MSEgit and in File menu  = open your git-repository

 3) git menu = Commit-all

 4) git menu = Fetch-all

 5) git menu = Push = Console will ask for your login + password.

 6) Cross your fingers and pray (a lot).

 Fre;D


 --
 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


--
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


[MSEide-MSEgui-talk] MSEGit to build FPC?

2015-01-04 Thread Bill Buzzell
MseGit is fantastic. Very minimalist feel yet very easy and everthing just
'works'. I have been learning my way around plus incorporating a few tools
(screen capture and Markdown editor).  I am amazed at how easily it all
becomes with a solid tool like MseGit.

This is maybe 30 minutes worth of work if I had to do it again. Mostly just
have been getting the hang of Git. MseGit has work like a champ. Really
nice.
https://github.com/billbuzzell/MseGit101

I am trying to compile FPC with Cygwin on Win7-64 and am having issues.
Does anyone know the how-to? I would like to have a full, graphical step by
step instructional using MseGit to get there.

Hopefully you can read the error message when I attempt 'make all':

https://raw.githubusercontent.com/billbuzzell/MseGit101/master/msegidemo.jpg
--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-04 Thread Bill Buzzell
I have updated to FPC 2.6.4 win32. I have updated with MseGit (Mse 3.7, Mse
Universe). Everything seems well except the serial communication. All the
comm demos refuse to compile with:

An unhandled exception occurred at $0044EEAD :
EReadError : Ancestor class for tstatfile1 not found.
  $0044EEAD  TREADER__READCOMPONENT,  line 6042 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $0044F549  TREADER__READDATA,  line 6161 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00447A27  TCOMPONENT__READSTATE,  line 1690 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $004766CF  TMSECOMPONENT__READSTATE,  line 4837 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $0044F202  TREADER__READCOMPONENT,  line 6112 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $0044F549  TREADER__READDATA,  line 6161 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00447A27  TCOMPONENT__READSTATE,  line 1690 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $004766CF  TMSECOMPONENT__READSTATE,  line 4837 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00435C88  TCUSTOMMSEFORM__READSTATE,  line 1035 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $00450FD7  TREADER__READROOTCOMPONENT,  line 6645 of
E:/mse-git/lib/common/fpccompatibility/mclasses.pas
  $00473874  LOADMODULE,  line 2259 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473F73  DOLOAD,  line 2958 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473D36  INITMSECOMPONENT,  line 2982 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00473FFA  LOADMSEMODULE,  line 3100 of
E:/mse-git/lib/common/kernel/mseclasses.pas
  $00435310  TCUSTOMMSEFORM__CREATE,  line 857 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $004381D3  TMSEFORM__CREATE,  line 2009 of
E:/mse-git/lib/common/widgets/mseforms.pas
  $004354C2  TCUSTOMMSEFORM__CREATE,  line 875 of
E:/mse-git/lib/common/widgets/mseforms.pas

I used the Msegui-ide.exe intaller to do the initial compile of the git
sources.
--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-03 Thread Bill Buzzell
I tried that. No luck. Putty has no issue communicating.
No problem though. I need to install the stable FPC unless you would like
to me to investigate it some more.

I am more interested in getting Mse running on TinyCore Linux. I'm close.
Seem to be encountering a bad memory leak. I will have some questions
shortly.

On Sat, Jan 3, 2015 at 2:16 AM, Martin Schreiber mse00...@gmail.com wrote:

 On Friday 02 January 2015 21:58:19 Bill Buzzell wrote:
  Can you explain more? I don't understand.
 
  I reinstalled Mseide and the prior install (which is still there) was
 being
  detected and remapping the correct directories was the initial problem.
  Then it complained because the tframetemplate.paintoverlay implementation
  was different from the definition. The definition specified the
  astate:framestate default nil value 'framestateflag = []'. Adding it to
 the
  implementation allowed it to compile. I am usining FPC 2.7.1, mind you.
 All
  seems fine on Windows7 64 except the port enumeration problem.
 
 Aha, a change in FPC trunk probably.

  Can you address a Windows com port like a Linux com port, like
  '/dev/ttyUSB0' ? Never considered that. I will search it.
 
 COM34 entered in tcommselector should work. Please report if does not
 work
 for you.

 Martin


 --
 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

--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-03 Thread Bill Buzzell
I am having an issue with GDB it seems. If I do view|debugger no window
appears, unless it should be 'target console', which is there. I can step
through the code but no output is appearing anywhere.

On Sat, Jan 3, 2015 at 4:35 AM, Bill Buzzell captbill...@gmail.com wrote:

 Yes, sorry.
 It fails gracefully with the exception dialog : 'port:tsercommcomp: Cannot
 open com port', then returns to the application no problem.

 COM1 seems to work fine, if that helps.



 On Sat, Jan 3, 2015 at 4:17 AM, Martin Schreiber mse00...@gmail.com
 wrote:

 On Saturday 03 January 2015 09:57:54 Bill Buzzell wrote:
  I tried that. No luck. Putty has no issue communicating.
  No problem though. I need to install the stable FPC unless you would
 like
  to me to investigate it some more.
 
 Any error messages when you click on 'active'?

 Martin


 --
 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



--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-03 Thread Bill Buzzell
Yes, sorry.
It fails gracefully with the exception dialog : 'port:tsercommcomp: Cannot
open com port', then returns to the application no problem.

COM1 seems to work fine, if that helps.



On Sat, Jan 3, 2015 at 4:17 AM, Martin Schreiber mse00...@gmail.com wrote:

 On Saturday 03 January 2015 09:57:54 Bill Buzzell wrote:
  I tried that. No luck. Putty has no issue communicating.
  No problem though. I need to install the stable FPC unless you would like
  to me to investigate it some more.
 
 Any error messages when you click on 'active'?

 Martin


 --
 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

--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-02 Thread Bill Buzzell
Can you explain more? I don't understand.

I reinstalled Mseide and the prior install (which is still there) was being
detected and remapping the correct directories was the initial problem.
Then it complained because the tframetemplate.paintoverlay implementation
was different from the definition. The definition specified the
astate:framestate default nil value 'framestateflag = []'. Adding it to the
implementation allowed it to compile. I am usining FPC 2.7.1, mind you. All
seems fine on Windows7 64 except the port enumeration problem.

Can you address a Windows com port like a Linux com port, like
'/dev/ttyUSB0' ? Never considered that. I will search it.

Thanks,
Bill




On Fri, Jan 2, 2015 at 3:50 AM, Martin Schreiber mse00...@gmail.com wrote:

 On Friday 02 January 2015 05:39:05 Bill Buzzell wrote:
  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 =
 []);
 
 Can you explain more? I don't understand.

  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?
 
 tcommselector accepts paths, please try to enter the comm name by keyboard.

 Martin


 --
 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

--
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


Re: [MSEide-MSEgui-talk] Serial Comm errors

2015-01-01 Thread Bill Buzzell
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


[MSEide-MSEgui-talk] Testing-No reply

2013-09-16 Thread Bill Buzzell
Testing
please do not reply
--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk