Top "Freepascal" questions

Free Pascal is a multi-dialect, multi-platform Object Pascal compiler.

how to fix exitcode 201?

I have a task to write a program in Pascal. When I run the program, the result was exitcode 201. I …

pascal freepascal turbo-pascal
Is there a Dictionary object for FreePascal?

It's incredibly impossible to find things for FreePascal because all searches end up at some sort of Delphi related site. …

generics dictionary freepascal
How to switch between Win32/64 code generation in Lazarus?

I installed 64-bit Lazarus and want to generate 32-bit code. When I try to set Target OS to Win32 I …

delphi 32bit-64bit freepascal lazarus
Delphi / Pascal Example for Calling OpenSSL EVP functions

Does anyone have a Delphi / Pascal example for calling the below OpenSSL functions... http://svn.freepascal.org/cgi-bin/viewvc.cgi/…

openssl pascal freepascal delphi
Is there a central FreePascal/Lazarus Component repository?

I'm looking to find something like Torry but instead of being Delphi centric, it should be Lazarus centric. I'm aware …

repository components lazarus freepascal
Can Identifiers be duplicated across cases of a variant record in FreePascal?

Here's my problem: I want to create a record type where among the cases of a variant record, some, but …

record pascal freepascal variant
How do I use CreateFile to access a physical disk?

I asked on the Lazarus programming forum how to open a physical disk. I want to allow the user to …

delphi freepascal lazarus fpc