Re: My Windows Modules

2020-01-21 Thread ToddAndMargo via perl6-users
On 2020-01-21 00:58, Shlomi Fish wrote: Hi ITodd! On Mon, 20 Jan 2020 22:20:29 -0800 ToddAndMargo via perl6-users wrote: Hi All, I have my Win API modules to the point I like them now. I will be a few months before I get them up on GIT. You should already be using version control (git, l

Re: My Windows Modules

2020-01-21 Thread Shlomi Fish
Hi Todd! On Mon, 20 Jan 2020 22:20:29 -0800 ToddAndMargo via perl6-users wrote: > Hi All, > > I have my Win API modules to the point I > like them now. I will be a few months > before I get them up on GIT. > You should already be using version control (git, likely): https://github.com/shlom

Re: My Windows Modules

2020-01-20 Thread ToddAndMargo via perl6-users
Hi All, I have my Win API modules to the point I like them now. I will be a few months before I get them up on GIT. If anyone wants to look at them now, I will vpaste.net them for you. :-) -T

Re: My Windows Modules

2020-01-08 Thread ToddAndMargo via perl6-users
Hi All, I have RegSetValueExW working now. It even creates keys when they don't exist. I have to catch up on other project for customers (and refill the coffers) that have been put on hold to get these modules programmed, so it will be at least a month away before I can get them up on GIT or wh

Re: My Windows Modules

2020-01-03 Thread ToddAndMargo via perl6-users
On 2020-01-03 12:56, Laurent Rosenfeld via perl6-users wrote: Hy Todd, why don't you use GitHub or GitLab? This is really a better solution for software source and revision control. Have a nice new year, Laurent. I am definitely thinking of it!

Re: My Windows Modules

2020-01-03 Thread Laurent Rosenfeld via perl6-users
Hy Todd, why don't you use GitHub or GitLab? This is really a better solution for software source and revision control. Have a nice new year, Laurent. Le ven. 3 janv. 2020 à 21:29, ToddAndMargo via perl6-users < perl6-users@perl.org> a écrit : > On 2019-12-31 23:12, ToddAndMargo via perl6-user

Re: My Windows Modules

2020-01-03 Thread ToddAndMargo via perl6-users
On 2020-01-01 11:49, Veesh Goldman wrote: For the record: github is also searchable by google. Also, you could write blog posts, which are also searchable by google. I happen to read this list on my phone, and for some reason it gets super annoyed at very long posts, so I find these lengthy c

Re: My Windows Modules

2020-01-03 Thread ToddAndMargo via perl6-users
On 2019-12-31 23:12, ToddAndMargo via perl6-users wrote: Hi All, My latest three modules.  two more in the works that use these: WinReg.pm6 WinMessageBox NativeConstants.pm6 WinReg.pm6 about killed me! -T Hi All, Anyone using this code, it is going through some major changes. When I get

Re: My Windows Modules

2020-01-01 Thread Veesh Goldman
For the record: github is also searchable by google. Also, you could write blog posts, which are also searchable by google. I happen to read this list on my phone, and for some reason it gets super annoyed at very long posts, so I find these lengthy code postings a problem too. On Wed, Jan 1, 202

Re: My Windows Modules

2020-01-01 Thread ToddAndMargo via perl6-users
On 2020-01-01 07:25, Richard Hainsworth wrote: Todd! Of what use are these module printouts? Tons of examples on how to do various things. Raku is missing a Windows API module, which is what this is targets at. For someone who complains immediately if you are disrespected by having your g

Re: My Windows Modules

2020-01-01 Thread Richard Hainsworth
Todd! Of what use are these module printouts? For someone who complains immediately if you are disrespected by having your grammar corrected, you are remarkably disrespectful to everyone else. The work you have done getting these modules to work on Windows is great. Given the dominance of Wi

Re: My Windows Modules

2019-12-31 Thread ToddAndMargo via perl6-users
Hi All, My latest three modules. two more in the works that use these: WinReg.pm6 WinMessageBox NativeConstants.pm6 WinReg.pm6 about killed me! -T # unit module WinReg; # WinReg.pm6 #`{ Utilities to operate on the Windows registry perl6 -I. -c WinReg.pm6 Test one liner:

Re: My Windows Modules

2019-12-29 Thread ToddAndMargo via perl6-users
On 2019-12-29 18:47, ToddAndMargo via perl6-users wrote: On 2019-12-29 17:39, ToddAndMargo via perl6-users wrote: Hi All, I have been working feverishly on Windows modules to support a program I have been tasked to write for a customer. And after all the wonderful help everyone has given me, I

Re: My Windows Modules

2019-12-29 Thread ToddAndMargo via perl6-users
On 2019-12-29 17:39, ToddAndMargo via perl6-users wrote: Hi All, I have been working feverishly on Windows modules to support a program I have been tasked to write for a customer. And after all the wonderful help everyone has given me, I better show what I have done with it! So far there are f

My Windows Modules

2019-12-29 Thread ToddAndMargo via perl6-users
Hi All, I have been working feverishly on Windows modules to support a program I have been tasked to write for a customer. And after all the wonderful help everyone has given me, I better show what I have done with it! So far there are four of them. I have completed the windows popup module.