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
Any
Language
Pascal
Remove
License
Any
My problem is that the window wich appears when i run my program is too small to show all things in one line.
I dont know how to change the size.
Pleas can anyone help me?
I know the frustration.
:)
Why not trying FreePascal.
Much more stable under a little bit newer Windows versions.
http://www.freepascal.org
regards.
A.
I have tried everything in order be able to active turbo pascal 7.0 (TPX.exe) under XP but when trying he actully enters the blue screen (when using full screen) but with no respond when hitting any...
: By using Windows compilers for Pascal we can access windows API..
: What my doubt is can we access Windows API from TURBO PASCAL 7.
:
I don't understand why anyone would want to use an...
Hello,
Thanks for Your Info..
I know that There are Different Pascal compilers..By using Windows compilers for Pascal we can access windows API..
What my doubt is can we access Windows API from...
: Hey everyone,
:
: I'm looking to do a science fair project using rollercoaster simulation. I would like to use graphics for this so, my question is
: Is there a big difference between turbo...
This message was edited by Moderator at 2003-9-5 5:47:47
: Please any one can tell us is it possible to acess windows API from pascal programming?.
:
: Currently we are using RTOS to provide...
: Well, that will help a lot. Please, I would like to know more. I am using the Free Pascal compiler, and I use Pascal in a programming course.
: I did not know there was a procedure called...
I agree, actually I like c more. The reason I use Delphi is the job need me to use it.
In the study of object pascal, I found object pascal actually can do almost the same I can do with c/c++ but...
I recently won an ipaq H3950 in a science fair. I was wondering if there are any pascal compilers for the pocket pc. Or what pocket pc languages are most like pascal.
: : in other words, does anyone know the file format for a windows shortcut file?
: :
You really don't need to know the file format, you can
create/read/modify shortcuts using API calls....
in other words, does anyone know the file format for a windows shortcut file?
This message was edited by Nor Arisham at 2003-5-19 1:50:7
i'm still love programming using pascal until now. So far, i have no problems run DOS mode under WinXP. However, if u having runtime error...
: I'm using Turbo Pascal 7.0 run in windows 98se, when I started write simple program like:
:
: Program user_input;
: USES crt;
: VAR
: text : string;
: BEGIN
: writeln( 'What is...
I'm using Turbo Pascal 7.0 run in windows 98se, when I started write simple program like:
Program user_input;
USES crt;
VAR
text : string;
BEGIN
writeln( 'What is your name?' );...
Could somebody PLEASE help me find a copy of the constant values for the file system control codes from the windows header files.
i.e. FSCTL_xxx
I program in pascal and these constants are not...
I am using Dev-Pascal and I am wondering how can you run a Windows based program from the pascal program. What unit do you need to use?
: In the Compile menu, I chose 'Compile' which gave me the error message 'crt.vpi not found'. I didn't think to use 'Make' or 'Build'.
: I don't have VP installed, either since I deleted it after my...
What do you mean by windows graphics commands? commands like what?
: Well I don't have the uses crt program. I have to type uses wincrt. Does the graphics package come with the compiler?
:
Because you are using TPW you probably will have problems with graphics. I...