[fpc-pascal] PASCAL programming for Novice

Rick Seiden rick at seidenmail.com
Sat Jun 9 16:48:26 CEST 2007


Any tutorials out there on using Event Driven programming with Free Pascal?

I'm hoping to create a server/client combo that will need to respond to 
both input from the client part, and input from the server part

           my server/client combo app
          +--------------------------+
User ---> | server part-->client part| --> another server
          +--------------------------+

So, when my user talks to my server, I need to be able to respond, and 
when the other server talks to my client, I need to be able to respond.

Anyway, just a simple event driven programming tutorial using some 
version of Pascal will probably help.

Thanks

Michael Van Canneyt wrote:
> On Sat, 9 Jun 2007, Francisco Reyes wrote:
>
>   
>> Leonardo M. Ramé writes:
>>
>>     
>>> After reading the tutorial suggested by Daniel, you sould go to
>>> http://en.wikipedia.org/wiki/Delphi_(programming_language) and follow a link
>>> to "object pascal
>>> language guide" to learn Object Pascal.
>>>       
>> Looking at http://en.wikipedia.org/wiki/Object_Pascal I see there are
>> different syntax for objects.
>>
>> Which one does FreePascal uses?
>>
>> They list:
>> Apple's Object Pascal
>> Turbo Pascal's Object Pascal
>> Delphi's Object Pascal
>>     
>
> Both Turbo Pascal's Object Pascal and Delphi's object pascal are 
> supported, depending on which mode you compile in.
>
> Michael.
> ------------------------------------------------------------------------
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal

-- 

If you never have the courage to lose sight of the shore,
You'll never know the utter terror of being forever lost at sea





More information about the fpc-pascal mailing list