Old Borland Pascal does not work very well with NT computers. Consider using a DOS based OS like MS-DOS or Windows 95 if you want to develop reliable Pascal applications.
Also CPU speed above 1GHz may not work with RTE200 patches because they also are too old.
Use older hardware.
I would like to send and receive data via the RS232 COM port on the computer.
I know one can use the port array for simple tasks, but I've seen simple implementations of programming the UART-chip of the computer in DOS/Pascal environment. This code was posted at this forum about 2 years ago...
I have 2 computers running windows 95 at home, but none of them is connected to the internet.
I am planning using the win '95 computers as clients, and setting up a Linux server connected to the internet.
Therefore I am asking if you have any advice or experience on how to set up such a...
If the variable is a string, it's easy.
Strings are arrays of char, you can access each char simply by adding a pointer:
writeln(yourstring[1]);
Warning: yourstring[0] holds the string length. Same as length(yourstring)
If the variable is an integer etc. you can calculate each digit OR...
I don't know much about Java, but the application I read about probably was a 'quick and dirty' server software.
In a network the server drive letter (if necessary) should be assigned another one on the clients, else the network is not configured properly. Your program doesn't have to handle...
Maybe it's better using a lock file (skip the name part for that sake), than not using anything!
I see some discussions around, also 'real' programs like java script etc uses lock files to simulate the functionality.
Here's some 'low level' info regarding Pascal/DOS records...
Would this work (one database, another lock file)?
Lock file present?
If yes, access denied, END
If not:
1.write lock file containing username.
2.Wait some time.
3.Read lock file. Your name?
If not, access denied, END
If your name:
1.Edit/write database file.
2.Close database.
3.Delete lock...
I run one simple pascal program on a w98 client against a Novell server. I just changed the drive letter and path to the server as it appear in file-explorer. No problems.
Errors in other parts of the program can make strange behaviours, like a loop writing beyond an array size. Then one of the other variables may change randomly.
Shame on me, the screen part was easy:
Configuration>KDE>PowerControl>DisplayPowerControl
Configuration>GNOME>Screensaver
I found the GUI screen saver (loading data) woke up the HDD that was previously put to sleep by the BIOS...
I am using Mandrake 9.1 and can't figure how to make changes to these settings.
Is this supported by the OS or should I use the functions in the BIOS setup instead?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.