Windows
Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing interest in graphical user interfaces (GUIs).
Application
Operating System
Remove
Language
Pascal
Remove
License
Any
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...
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...
: Well your code works fine in my Windows 2000 console - but I had to add this compiler directive :
:
: {$PMTYPE VIO}
:
:
I tried adding this, but that didn't do anything. I'm running...
: Hi zibadian, Thankyou for that,
:
: I tried that but it doesn't like the 'assignPrn' , I get "Unknown Identifier" do I have to add a 'uses' clause?
: I am using Turbo Pascal for windows v1...
: If this was the PASCAL room I could have helped more.
:
: Anyway one way would be ReadInputFile in two loops.
:
: In 1st loop WriteOutputFile1 up to where you want to insert text to a new...
If this was the PASCAL room I could have helped more.
Anyway one way would be ReadInputFile in two loops.
In 1st loop WriteOutputFile1 up to where you want to insert text to a new file.
In...
: Im doing it in DOS. Theres have to be a way, even in Pascal there was.
:
: Im using the libs:
:
:
:
:
: And I need it, to make a rand% work correctly.
:
what compiler are you...
I have some suggestion for your first "tutorial seeking" for the WIN32 API in PASCAL.
Basically that WIN32 API is written in C/C++, so you will not find (hard to find source) any PASCAL source for...
I use windows xp and pentium 4 1,6Ghz
when I compile pascal program it work and when I run it say that run time error 200.
Then I get crtfix 1.16 by eugene and I patch the crt.tpu but still the...
in other words, does anyone know the file format for a windows shortcut file?
: : : when i click leftmouse, i got this message"Unable to locate the function", why i can't get the function address?
: : : i already put the mydll.dll file in the same folder and some PATH...
: : when i click leftmouse, i got this message"Unable to locate the function", why i can't get the function address?
: : i already put the mydll.dll file in the same folder and some PATH environment...
: when i click leftmouse, i got this message"Unable to locate the function", why i can't get the function address?
: i already put the mydll.dll file in the same folder and some PATH environment...
when i click leftmouse, i got this message"Unable to locate the function", why i can't get the function address?
i already put the mydll.dll file in the same folder and some PATH environment...
OK maybe a stupid question but i got to know:P
how do i print a text file in pascal, and is it possible to to program it so it will see a network printer or a printer directly connected to the...
: I need to search through directories of files. In Pascal and Delphi I used functions "FindFirst" and "FindNext". Is there any equivalent functions for C/C++, I am using Borland C++ 5.02?
:
Try...
: The reason I am not quite positive towards Pascal is that it is NOT capable
: of carrying out a lot of the tasks which I can perform easily in Delphi
What sort of tasks?
One of the major...
If you mean you want to write a DOS program, I dont think you can with Delphi 5. Older versions like Delphi 1 and maybe 2 were able to do this (so Im told I started with D4) but Im pretty sure that...
: I was wonder if I play wav or midi files in my program?
: Thx
:
: -=Freeze=-
:
Well you'll need a GOOD sound library to do this, and then you'll have to pray it supports your soundcard. Because...