Any one else here have any troule with bugs in the compiler? In the Dos one, I have a program that was working. Then I added a variable, just an integer called...
You should have backed up your code. If you have inline assembly, then you must rewrite it to use AT&T style syntax(little bit different than intel style, but ...
i want to take a number from an edit box so i can use it in an equasion but whenever i try it(example: edit1.text > 18) I get error that String and Integer...
No, everything was done right, but like you said, the IDE is still not up to date. I talked to a guy from FreePascal.org, and we talked, and I guess I found...
Also, if you are using files, you have to reset them. Yes, you normally have to reset them. But, when you rewrite a file, it is opened read-only. You have to...
How would I go about writing an app that monitors attempted file accesses. I have a list of files that I want to monitor.<br><br>Thanks,<br><br>Phil...
Does anyone know how to write a delphi program to hide files and folders so that they can't be seen in Explorer or from a DOS prompt?<br><br>Changing the...
FreePascal, for some reason, doesn't like the driver for some Audio Cove. They have no idea why, since it shouldn't be related, but it is. <br>Not like I've...
Well, you can hide them in dos, but windows explorer you may not be able to, depending on the settings of "show hidden files". Wait, so you've tried changing...
In the Uses section, looks for DOS and CRT. When I attempt to compile i get an error message reading. <br>"File not found DOS.TPW" Where do I get this file. If...
We'll, I look at it like this. My sprites I use are 16x16 arrays of bytes. Same with the tiles. With all the other data in my game, I could load maybe 25 of...
Free Pascal realy does a good job optimising code for you. If anyone knows about the old trick of unrolling a loop, you know that can be a pain. Well, FP does...
I have discovered that TurboPascal does not save the status of the math coprocessor during a hardware interrupt. If a floating point operation is executed...
Never mind, I've got a solution to the problem. I momentarily forgot the KISS principle. All I had to do was de-select the 8087/80287 compiler option. My...
yea, it's a b$#@# to figure out on your own, then, it's so simple afterwords. First, you MUST add the folder that the compiler is in on your path inside you...
Somebody please help me to learn how to control parallel port and serial port of a computer using pascal. Is there any command which is the same as the ...
I need a program to read in a 24-bit BMP file, and output it into a 16-bit color mode onscreen. I can set the video mode alright, and my pixel command is pixel...