I wrote a Pascal function to replace either a whole line, or just a part of it, in a file, for use in Inno Setup:
I am writing a program (using Free Pascal, not C) that parses the header of eCryptfs files. One of the values in the header starts at byte 7 and ends at 15 (an 8 byte value). It is of use to me beca
English Translation (been a while, so may not be entirely accurate; used google translate for the parts I had trouble with):
I\'m writing a custom structure manipulation program, and I\'ve got the following types: type StrLen = 0..MaxLen;
I have a problem with a communication between java and freepascal(lazarus) app. I use sockets. They connect properly. Everything is going smooth until I want to send something from one app to another.
I\'m using Lazarus 0.9.30 and in both the IDE and the sample applications the menu entries a trimmed:
We all know that Free Pascal can compile for the platforms that support Symbian OS, so is it possible to, painfully I must say, get a method to compile to the 开发者_Python百科.sis format?
I\'m writing a game which I\'ve attempted to separate between the interface, and the simulator (both of which run with separate timing circuits - with the theory being animations will sync, and simula
Actually i\'am working on translate some librarys to free-pascal. so the problem is which in delphi can use the ampersand (&) symbol to escape a reserved word, but in free-开发者_如何学编程pascal
Actually i am using OLE automation under Free Pascal , but some objects have properties which uses reserverd words as names, so i cannot compile the code.