[Lazarus] Twitter Client

2010-09-11 Thread Josh Lee
Hello, fellow Lazarusers. Just a quick question. I would like to design a Twitter client, but not sure where to start. I've been Googling to no avail. Can anyone supply me a guide, please? Thanks, Josh. -- ___

Re: [Lazarus] Coding A PDA

2010-07-29 Thread Josh Lee
I would first want to code a pre-built PDA that already has an OS, then eventually as I learn enough, code an empty one from scratch. (And maybe even build one - Although that would take a lot of knowledge into hardware, I guess) Josh Lee Programmer - Owner of JLSoftware On 29 Jul 2010, at 09

Re: [Lazarus] Coding A PDA

2010-07-29 Thread Josh Lee
inspiration: http://www.youtube.com/watch?v=U_2gUjbJpw0feature=youtube_gdata Josh Lee Programmer -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Coding A PDA

2010-07-29 Thread Josh Lee
First of all, software over it. And if I become advanced enough, write one from scratch. Josh Lee Programmer - Owner of JLSoftware On 29 Jul 2010, at 12:47 PM, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Thu, Jul 29, 2010 at 12:31 PM, Josh Lee frozen-drago

Re: [Lazarus] Coding A PDA

2010-07-29 Thread Josh Lee
Josh, don't sell yourself short! You already are way ahead of many. My advice is to stick with Lazarus/FPC as they will help you get where you want to go faster. Just keep learning! Thank you, Doug. I will. I feel motivated :) -- ___ Lazarus

Re: [Lazarus] Lazarus Resources

2010-07-28 Thread Josh Lee
On 28 Jul 2010, at 06:56 AM, Paul Ishenin i...@kmiac.ru wrote: 26.07.2010 19:59, Mattias Gärtner wrote: Can you add some links or paragraphs on http://wiki.lazarus.freepascal.org/Lazarus_Resources about the new resources? Done. Oh brilliant, thanks so much. The article has a lot more

[Lazarus] Coding A PDA

2010-07-28 Thread Josh Lee
probaly have to become 30 years more advanced in this to even hope to achieve coding a PDA. Thanks in advance. Josh Lee Programmer - Owner of JLSoftware -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] Lazarus Resources

2010-07-26 Thread Josh Lee
InnoSetup is a fabulous installer for windows, and worth a look: http://www.jrsoftware.org/isinfo.php You can get the latest source via CVS. It'll be complicated to look through, but I'm sure you'll find some of what you're looking for. Last time I looked through the source for it was about

Re: [Lazarus] Lazarus Resources

2010-07-26 Thread Josh Lee
On 26 Jul 2010, at 01:20 PM, Antônio antoniog12...@gmail.com wrote: Josh, You can store a resource file on your exe by compiling a resource from a file via this tool ( http://lazarusbrasil.org/Resources.zip ) and adding the line {$R ResName.res} to your project. Then you can call the

[Lazarus] Lazarus Resources

2010-07-25 Thread Josh Lee
I am now very confused. I have been told by someone on Lazarus Forums that to write an installer, I would need to use Resources. I have done some research into resources, and got this:Resource (Windows)From Wikipedia, the free encyclopedia In Microsoft Windows, resources are read-only data

Re: [Lazarus] Lazarus Resources

2010-07-25 Thread Josh Lee
Josh Lee Programmer - Owner of JLSoftware On 25 Jul 2010, at 10:05 AM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Sun, 25 Jul 2010 09:52:08 +0100 Josh Lee frozen-drago...@hotmail.com wrote: I am now very confused. I have been told by someone on Lazarus Forums that to write

Re: [Lazarus] Lazarus Resources

2010-07-25 Thread Josh Lee
You can add files as User-Defined resource types, or use RCDATA for raw (binary) data. See MSDN Resource Definition Statements, User-Defined ResourcesThank you, I read up on them.Do you know where I can find a step by step tutorial on how to create a stand alone program that installs

[Lazarus] Lazarus Resources

2010-07-24 Thread Josh Lee
I know these look like spam, I'm not that familiar with mailing lists... Could someone please give me a description and documented code explaining on how Lazarus Resources works and how to use it to make a stand alone .exe that transfers files to the hard drive? I really need to know, as I wish

[Lazarus] MiComputer-List

2010-07-21 Thread Josh Lee
Nickname: Josh-PC Processor: Intel Atom Z520 1.22GHz RAM: 2GB Motherboard: Unknown Fan: Small CD-DVD Drive: None Hard Drive1: 250GB Hard Drive2: None Sound Card: Unknown Monitor: 11.6 Inches HD Video Card: Unknown Keyboard/Mouse: Embedded track pad Power Supply: Battery - Li-ion

Re: [Lazarus] Lazarus Resources (2)

2010-07-21 Thread Josh Lee
John, I run Vista. Yes, there is error messages, I simply do not know the syntax to achieve it. - Josh -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Lazarus Resources

2010-07-20 Thread Josh Lee
Hey, people. I'm quite a novice Lazarus programmer, and I would like a bit of help, please. How do I use Lazarus resources? I think I know what they are, files that can be compiled into the binary? I'm not sure, but it was suggested to me when I asked how an installer works. Problem is, I can't

[Lazarus] Lazarus Resources (2)

2010-07-20 Thread Josh Lee
Hello people. I've managed to compile a Lazarus resource, test.lrs. It has cmd.exe in it (I think!), and I'm trying to make a (useless) stand-alone program that takes the cmd.exe from the resource and places it in C:\. I've tried, and failed, and the Lazarus wiki doesn't explain it very well.