Quick question..
How do I get Pascal to work in win xp? Does anyone know where I can get a version that will work?
Any help appreiciated, thanks
Hello,
I'm just learning Turbo Pascal(4.0) in school ,and I'm having some trouble figuring out all these compilers for download on the internet. They say they are free to download and use, bu...
HOW TO READ REAL SERIAL NUMBER OF HARD DRIVE... IN DOS OR WINDOWS ?
NOT VIRTUAL SERILA NUMBER... REAL SERILA NUMBER OF HARD DRIVE
...
WHAT IS VIRTUAL SERILA NUMBER = ANY SERIAL NUMBER THA...
Last function till I start my program - ord. I read that Ord Returns the ordinal number of an ordinal-type value. I looked at the sample program, but it doesn't really make a lot of sense to m...
I am running windows 98 and using Turbo Pascal 7.0 (dos version) to run and teach pascal. I would like to clear the screen so I import (use) the "crt" unit and use the "clrscr" command but eve...
I'm developing a multi threaded application, with each thread using a socket connection to talk to the database.
The Socket component is based upon overbyte's ICS Wsocket, which is a essent...
I have a program written in Turbo Pascal for a 16 bit system, DOS 6.0, version 7.0. I'd like
to convert it into a 32 bit for Windows 2000 OS. I don't know if there's a package
out there that...
hi!
anybody can give me a graph.tpu for Pascal 7.0
thanks in advance.
bmaranan
Gents,
I already use the following function to get the volume label using a specific drive letter. I need to be able to scan each connected drive and call this function for each drive. (Unl...
I want to write a program that solves the puzzle of the hanoi towers without using recursion. I think I understand the recursive
version but I don't know how to convert it into a non recurs...
Hi, Pascal experts!
I am using Inno SetUp last version to run the installation of my program..
1. I would like to execute my SysInfo.exe(VC++) in order to check envirement on user's mach...
Here is a few lines of my pascal program
a:=readkey;
after I read a key and want to determine the user is pressing what key
so I want to convert the char to a ascii value then I kn...
I was wondering if anyone knows where I could get the source code for a B+ Tree implementation. I am especially interested in Deletion. Any high level language would do
Java, Pascal, C, C++ or...
Hey,
I am working on a pascal program that will use the val procedure. I am trying to figure out how to set it up to convert a string to an integer. Can someone please explain how this proced...
Where can I get a decompiler for Pascal .exe files.
Thanks in advance.......
(I just have the points I'm offering)
I want to use the mod and div functions properly in pascal for a college project
Can anyone help?
what are disadvantages of Pascal language ?
Can someone tell me how to draw in pascal using Turbo Pascal For Windows 1.5???
Ive tried the following but it doesnt workwhat have I done wrong?
Program Rect;
Uses WinCrt, WinProc...
Could anybody change the following BST code so that the input could be read from a text file and the searched data could be output to the screen.
=============================================...
I'm trying to run a DOS batch file within a small pascal program using exec
The whole command I wish to use is C:\temp\go_docsl 07
I've coded :
exec ('c:\temp\go_docsl','07');
The code com...
i have a blank splash screen. it takes 8 seconds to load. how would i simulate a progress bar so the bar goes up and down the frames. ?
Hello,
I need some help, I would like someone to create me a demo source code if possible for the following thing:
I need two apps, a client and a server, made with Indy 10, and I would like...
Does Pascal has any function can change a string into integer just like C language ar?
If has not, can you give me a procedure or function used for this ar?
Thank you!!
this is a problem with the windows xp proffessional OS using the username protection system
i have found out that others user on my pc can access my documents while they are using there own...
How can the Borland Pascal 7.0 WinCRT Unit be modified to include TEXTCOLOR and TEXTBACKGROUND Procedures?