I entered my message of yesterday only minutes after I found that my programs wouldn't run, and (obviously) before I had begun a web search. There was even a ...
Dear all,<br>I'd like to introduce myself first.<br>I'm Beatrix, 15 from Hong Kong. I've taken <br>Computer Studies as one of my subjects for <br>public exam ...
Looking for a compiler? Go to <a href=http://qblithumm.bizland.com/compilers.htm target=new>http://qblithumm.bizland.com/compilers.htm</a> (html?)<br>if that...
Hello all,<br>I know alittle about programming n Turbo pascal,I took a course and i will soon take another,and I am teaching myself delphi using existing ...
hi,<br><br>sound like it can't find your file. I don't have Delphi4 but i do have delphi 3. There should be a file called Classes.pas in the location ...
Hello, a new member, bur Beginner!<br><br>Can you help by telling me the format of the LNK file. Source for editing using delphi will be helpful for...
DELPHI is going to be released as part of kylix. Kylix will be a nice linux IDE, and it will include borland C++ too. All for hte same price as Delphi alone. ...
Do you want to use the modem directly, or through the TCP/IP stack? I recommend the TCP/IP stack, because then you don't have to worry about the specifics of...
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...