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

2015-01-05 Thread Martin Schreiber
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.
So currently it is necessary to restore the files one by one. The deleted 
files are listed in diff-window, see attachment. RightClick-'Revert' in the 
diff window until all files have been restored.
When the listing of deleted files has been fixed it will be possible to 
restore all files in one command by RightClick-'Revert' on an item in the 
directory window.

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


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

2015-01-05 Thread Bill Buzzell
>Add your public SSH key to
https://gitorious.org/~/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  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/~/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 Fred van Stappen

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

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

It is needed only if you do a push (after all your commits)... 


From: fi...@hotmail.com
To: mseide-msegui-talk@lists.sourceforge.net
Date: Mon, 5 Jan 2015 22:19:39 +0100
Subject: Re: [MSEide-MSEgui-talk] Serial Comm errors





> 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/~/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 Fred van Stappen

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


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


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

2015-01-05 Thread Fred van Stappen
> 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


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  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 
> 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
>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  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 Fred van Stappen
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


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  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 Fred van Stappen
> 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


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

2015-01-05 Thread Martin Schreiber
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

--
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 Fred van Stappen
Same here, works fine.

It seems to me the problem is because Bill uses fpc 2.7.x

> On Monday 05 January 2015 11:33:50 misu kun wrote:
> > i can not reproduce , works fine
> >

  --
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 Martin Schreiber
On Monday 05 January 2015 11:33:50 misu kun wrote:
> i can not reproduce , works fine
>
Thanks,

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


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

2015-01-05 Thread Martin Schreiber
On Monday 05 January 2015 11:31:52 Bill Buzzell wrote:
> 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.
>
Then you probably don't use current git master version of mseide-msegui. Last 
commit is deffcc9879f84a00b8724409a3dc201e7acbe2ac and the commit 
f44ebc3cc1152f9e5db86d77648c888daa23f3f3 adds '\\.\' if necessary:
"
diff --git a/lib/common/serialcomm/msecommport.pas 
b/lib/common/serialcomm/msecommport.pas
index 
34d180a8eb1f57b844e7f9b8eca69ba050cefad4..03f434b00475f2bf849a26068dbdafd209a49fa4
 
100644
--- a/lib/common/serialcomm/msecommport.pas
+++ b/lib/common/serialcomm/msecommport.pas
@@ -980,12 +980,17 @@ begin   //open
  fillchar(overlappedtx,sizeof(overlappedtx),0);
  overlappedrx.hevent:= createevent(nil,true,false,nil);
  overlappedtx.hevent:= createevent(nil,true,false,nil);
  
  repeat
-  fhandle:= createfile(pchar(str1),GENERIC_READ or GENERIC_WRITE, 0, nil,
-   OPEN_EXISTING,FILE_FLAG_OVERLAPPED,0);
+  fhandle:= createfile(pchar(str1),GENERIC_READ or GENERIC_WRITE, 0,
+
nil,OPEN_EXISTING,FILE_FLAG_OVERLAPPED,0);
+  if (fhandle = invalidfilehandle) and (pos('//./',str1) = 0) then begin
+   str1:= '//./'+str1;
+   fhandle:= createfile(pchar(str1),GENERIC_READ or GENERIC_WRITE, 0,
+
nil,OPEN_EXISTING,FILE_FLAG_OVERLAPPED,0);
+  end;
   if fhandle = invalidfilehandle then begin
sleep(100);
   end;
   inc(int1);
  until (fhandle <> invalidfilehandle) or (int1 > 2);
"

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


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

2015-01-05 Thread misu kun
i can not reproduce , works fine

--
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  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' "/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 Martin Schreiber
On Monday 05 January 2015 11:15:04 Bill Buzzell wrote:
> I did "git clean -f -x" successfully, then built the Mseide.prj using this
> command string:
>
> E:\FPC\2.6.4\bin\i386-win32\fpc.exe -omseide.exe -FuE:\mse-git\lib\addon\*
> -FiE:\mse-git\lib\addon\* -FuE:\mse-git\lib\common\kernel\windows
> -FuE:\mse-git\lib\common\kernel -FiE:\mse-git\lib\common\kernel
> -FuE:\mse-git\lib\common\* -Xg -l -Mobjfpc -Sh -Fcutf8 -gl -O- mseide.pas
>
> No luck. Same errors.
>
You should also clean the mseuniverse checkout.
Again the question to other MSEgui users, can somebody reproduce the problem?

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


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

2015-01-05 Thread Martin Schreiber
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' "/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


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

2015-01-05 Thread Bill Buzzell
I did "git clean -f -x" successfully, then built the Mseide.prj using this
command string:

E:\FPC\2.6.4\bin\i386-win32\fpc.exe -omseide.exe -FuE:\mse-git\lib\addon\*
-FiE:\mse-git\lib\addon\* -FuE:\mse-git\lib\common\kernel\windows
-FuE:\mse-git\lib\common\kernel -FiE:\mse-git\lib\common\kernel
-FuE:\mse-git\lib\common\* -Xg -l -Mobjfpc -Sh -Fcutf8 -gl -O- mseide.pas

No luck. Same errors.

On Mon, Jan 5, 2015 at 5:05 AM, 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".
>
> 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 Martin Schreiber
> 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".

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


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

2015-01-05 Thread Martin Schreiber
On Monday 05 January 2015 10:15:47 Bill Buzzell wrote:
> 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?
>
Yes please send it. Activate 'Project'-'Options'-'Make'-'Copy messages to 
file' and set 'Message output file' in order to get the messages file.

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


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  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] skin issue

2015-01-05 Thread misu kun
thank you so much

2015-01-04 13:19 UTC+01:00, Martin Schreiber :
> On Sunday 04 January 2015 12:44:28 misu kun wrote:
>> till i'll understand git , please update the dark skin ;-)
>> thanks
>
> - Copy the files to /skins/cefou/dark
> - Run MSEgit, 'File'-'Open git Repo'-""
> - 'git'-'Pull' in order to synchronize the local repository with Gitorious
> (darkgit1.png).
> - Select "darkskin.pas", "linux.png", "readme.txt" and "windows.png" by
> Ctrl+LeftClick (darkgit2.png).
> - RightClick-'Add' (darkgit3.png).
> - Ctrl+O, enter the commit message (darkgit4.png).
> - Click 'Commit') -> darkgit5.png
> - 'git'-'push' (darkgit6.png).
>
> mseuniverse git master 3846e7641b774050eb4bba5d91b572b666a1a801 has the new
>
> and changed files.
>
> 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


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

2015-01-05 Thread Martin Schreiber
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


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 Martin Schreiber
On Monday 05 January 2015 09:15:53 Bill Buzzell wrote:
> > 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.
>
Please add -vt to 'Project'-'Options'-'Make'-'Make Options' in order to check 
if FPC actually loads the correct units.

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


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

2015-01-05 Thread Martin Schreiber
On Monday 05 January 2015 09:15:53 Bill Buzzell wrote:
> > 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.
>
Can somebody reproduce Bill's problem?

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


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