Pascal
Pascal is an influential imperative and procedural programming language, intended to encourage good programming practices using so called structured programming and data structuring.
Application
Any
Platform
Windows
Remove
License
Any
: Hi all. I have searched high and low for a resolution to what should
: be easy (but isnt) programming problem - how to define system-wide
: hotkeys using FP, most suitable for cross platform...
Hello!
I got rid of some problems with changing code from Turbo Pascal (from eighteen years ago) to Free Pascal (Dev-Pascal). Those problems were changing integer into smallint and erasing nested...
: I've several PC's at a Novell network with Windows XP. On this PC's
: I've Borland Pascal programs (DOS). On all the PC's the programs
: runs fine. Now I've one new PC. On this one the programs...
I've several PC's at a Novell network with Windows XP. On this PC's I've Borland Pascal programs (DOS). On all the PC's the programs runs fine. Now I've one new PC. On this one the programs but they...
: says who VESA is difficult to implement??
I didn't said is difficult, it is more complicated to do out of TP, so the code would be much harder to follow by beginners. Plus the memory limitations...
Hi there, it seems that I like alot of other posters have found myself in a bit of a situation, i have a programming exam on Monday and we have been given the single worst bit of code I have ever...
Hi you write the same post to nearly every programming language.
I have told you some thing about Delphi ... and I advice you to use Delphi instead of Pascal.
It's much easier to write nativ...
You could use Delphi as well. Basically the windows version of Pascal.
There is a Personal version you can try with full functionality.
Printers are very well supported in DOS, but this is taken from the TP7 help files:
Printer Unit
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
The Printer unit (PRINTER.TPU) declares a text
file called Lst and...
What I meant was: http://www.freepascal.org/contrib/db.php3?category=Graphics
Units are packages of functions, procedures and definitions, they can be precompiled ( like the SYSTEM unit ) or be...
: does anyone know how to get turbo pascal to work on windows vista?
: when i try to run it it says something about a fullscreen error
:
I run mine under DosBox, does fine unless I have...
does anyone know how to get turbo pascal to work on windows vista? when i try to run it it says something about a fullscreen error
Thank you very much. but can you provide a full program. I'm finding this very difficult. Also, how would I populate the text file. Would it be something like this:
1 Firstname Surname Address...
: When running my Borland Pascal programs in Windows XP, I notice that
: the CPU is almost always running at 100%. I suppose this isn't
: really healthy for my computer. Is there any way to...
When running my Borland Pascal programs in Windows XP, I notice that the CPU is almost always running at 100%. I suppose this isn't really healthy for my computer. Is there any way to counter this...
pls help me how i can get pascal and foxpro run on my computer. im using windows vista home basic. i dont think that the versions of pascal and foxpro that i have right now will run on my os. would...
I've just bought a new laptop with Windows XP. I copied all my Borland Pascal IDE files and my project to this new laptop and encountered a strange problem. When I try to type capital letters, I get...
: i'm using Borland Pascal 7.0...and and want to ping windows network.
: Can anyone provide me a simple codes to start with?. thxs
:
Hi !
You can find Win 3.x WinSock sample code here :...