I downloaded Lazarus, but have worked with Embarcadero Delphi IDE too. I have a question about building cross-platform Delphi applications.
I\'m trying to recognize string literal by reading string per symbol. Example of my scanner skeleton: public sealed class Scanner
Situation During the installation of our product I detect if our programs are still running (from a previous installation) by using CheckForMutexes. If our programs are still running I pop up a messa
I\'m creating an Installer using Inno Setup. I have to take two paths from user. One for program executables and another for libs. The default app folder is {pf}/companyname/applicationname
I write this program with pascal which ask the user to enter two arrays and constant value which is K
Alright this is the result of a couple of other questions.It appears I was doing something wrong with the suggestions and at this point have come up with an error when using the suggested API to get t
I have been able to use SetFilePointerEx just fine, when setting the position only. SetFilePointerEx(PD, 512, @PositionVar, FILE_BEGIN);
I do not know how to use any API that is not in the RTL.I have been using SetFilePointer and GetFileSize to read a Physical Disk into a buffer and dump it to a file, something like this in a loop does
type TSomething = record name: string; value: integer; end; type TOtherSomething = record data: extended;
Pascal is my study la开发者_如何学编程nguage and I am curious whether C# also has the functions pred and succ.