Re: [Lazarus] pi units or libraries

2019-04-30 Thread Chris Kelling via lazarus
/04/19 om 13:47 schreef Chris Kelling via lazarus:> Has anyone in the community written any units or libraries for the > rasbary Pi?  Specificly, I'm looking to use the GPIO pins.> > > > Chris Kelling> > Email addresses:> kelli...@cox.net> n1...@arrl.net>

[Lazarus] pi units or libraries

2019-04-29 Thread Chris Kelling via lazarus
Has anyone in the community written any units or libraries for the rasbary Pi?  Specificly, I'm looking to use the GPIO pins.Chris KellingEmail addresses:kellingc@cox.netn1...@arrl.net-- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://li

Re: [Lazarus] Teaching Pascal at College

2016-10-13 Thread Chris Kelling via Lazarus
Because there are some basic controls that use array logic (lists, combo boxes, even edit boxes when dealing with positions of characters in a string), I'd introduce the concept with the variables. If the student can make the connection between the visual controls and concept of array logic, th

Re: [Lazarus] Teaching Pascal at College

2016-10-12 Thread Chris Kelling via Lazarus
I'll tell you, after years of doing top down modular programming, it took me a little time to adjust to event driven programing. It wasn't until I used a FOR loop on a form to collect the input that I realized what the difference is. For a beginning student, you can approach it in two ways

[Lazarus] warning on compile

2016-09-24 Thread Chris Kelling via Lazarus
On a new project, and I keep getting this warning: tubes.lpr(20,1) Warning: "crtbeginS.o" not found, this will probably cause a linking failure Linking doesn't; actually fail, and the compile completes. Any clue what library and were it needs to go to clear this warning? -Chris -- _