pascal
Building cross-platform Delphi applications
I downloaded Lazarus, but have worked with Embarcadero Delphi IDE too. I have a question about building cross-platform Delphi applications.[详细]
2023-02-04 16:44 分类:问答String literal recognition problem
I\'m trying to recognize string literal by reading string per symbol. Example of my scanner skeleton: public sealed class Scanner[详细]
2023-02-04 02:34 分类:问答Cancelling an InnoSetup installer
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[详细]
2023-02-03 13:59 分类:问答How to show/use the user selected app path {app} in InputDirPage in Inno Setup?
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[详细]
2023-02-03 11:46 分类:问答small problem In Pascal , Could you please help?
I write this program with pascal which ask the user to enter two arrays and constant value which is K[详细]
2023-02-03 06:31 分类:问答Delphi - Using DeviceIoControl passing IOCTL_DISK_GET_LENGTH_INFO to get flash media physical size (Not Partition)
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[详细]
2023-02-02 18:02 分类:问答How do I use SetFilePointerEx to go to the end of a physical disk?
I have been able to use SetFilePointerEx just fine, when setting the position only. SetFilePointerEx(PD, 512, @PositionVar, FILE_BEGIN);[详细]
2023-02-02 05:02 分类:问答Delphi Pascal - Using SetFilePointerEx and GetFileSizeEx, Getting Physical Media exact size when reading as a file
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[详细]
2023-02-02 01:41 分类:问答dynamic array element deletion for multiple types
type TSomething = record name: string; value: integer; end; type TOtherSomething = record data: extended;[详细]
2023-01-31 19:07 分类:问答What's the equivalent for pred and succ in C#?
Pascal is my study la开发者_如何学编程nguage and I am curious whether C# also has the functions pred and succ.[详细]
2023-01-31 02:47 分类:问答