In a Pascal program, what does statement s1:=[0,3,7]开发者_如何学Python mean ?s1 is a Pascal set variable, and it is being initialised so that the set contains the members 0, 3 and 7.Pascal has first-
After a lot of experimentations, I found a way to exchange PChar from a FreePascal compiled DLL with a Delphi compiled EXE. I\'m in charge of both the DLL and EXE source code but one MUST BE in FreePa
I am trying out some IP PBX systems, Asterisk, Freeswitch, and Yate,to register for events in the PBX, and I want to know which of these components is the better one.
I\'m writing a program for both Delphi and Lazarus/FreePascal, so I can also reach customers using Linux or Mac OS X.
I\'m working in Pascal, I don\'t understand why I\'m getting an NZEC (Non Zero Exit Code) error when I\'m submitting my problem. On my PC it works perfectly. Can you give me your opinion please?
I\'m porting a app to FreePasal/Lazarus & found that their form converter is not good. I have a small utility app, and each time I do a change I need to reconvert, relayout and reimport graphics.
I\'m doing an event manager in Freepascal Each event is an object type T开发者_如何学GoEvent (=object), each kind of event must derive from this class.
I use FPC 2.4.0 for WinXP(binary from the official page), also tryed with same version but compiled from source on my comp.
I am porting a Delphi application to FPC/Lazarus and this application shows info in splash screen. When unit has initialization section then this initialization section calls something like:
I have a console application written in Free Pascal, that like most larger applications sometimes crashes. As this application is live, I usually ask people to write me down the stack-trace on crash -