Free Pascal is a multi-dialect, multi-platform Pascal compiler. Its main focus are the Delphi and Turbo Pascal dialect, but a substantial Mac Pascal subset and a minor ISO Pascal mode exist as well. Free Pascal is available for most common architectures and operating systems. ...
-1
votes
0answers
11 views
Quick Hull in pascal?
I have a task to write a Quick Hull code in pascal and I don't have an idea how to do it. I found pseudo-codes involving sets and their division but i don't know how to search for a point in a set or ...
0
votes
1answer
26 views
creating array of text files with FPS
Is it possible that FPS program read user input and then creates a file with a name of that input and that read another input and so on and on..?
I have tried to create array of text file but got ...
0
votes
2answers
51 views
Callback in Free Pascal from C++ DLL
There are declarations in proprietary DLL header:
class CJDummyClass
{
};
typedef CJDummyClass * J_IMG_CALLBACK_OBJECT;
#ifdef __BORLANDC__
typedef void ...
4
votes
2answers
152 views
Assembly calls to System unit functions on FreePascal x64
I have some Delphi/assembly code that compiles and works fine (XE2) for Win32, Win64, and OSX 32. However, since I need it to work on Linux, I have been looking at compiling FPC versions of it (so ...
3
votes
0answers
113 views
How do I write a database application that can be compiled in both Delphi and Free Pascal? [closed]
I'm writing a simple application which connects to MySQL, selects and updates some rows.
What is the standard or de-facto standard approach to working with databases so that the app compiles both on ...
0
votes
0answers
24 views
TMemo issue on Windows Mobile 6.1
I'm writing a very simple terminal application for Windows Mobile. It opens a serial port, and dumps whatever data is coming into a TMemo. The application works just fine on Windows Mobile 5, but on ...
0
votes
0answers
33 views
Embed webkit in lazarus on Mac OS
I want to embed a browser using webkit into Lazarus, but it seems that i can`t manage to integrate it properly because I keep geting errors at compilation.
I use Mac OS Mountain Lion 10.8 32 bit ...
2
votes
2answers
78 views
How do I append text to a file on a Web server?
I am using Lazarus 1.0.8 (latest version) and I have installed Indy 10. I also have a website with a PHP script that saves on the server a text file (called "stats.txt"). I would like, using my ...
0
votes
0answers
54 views
Pascal double-linked list need to move element as first
procedure mazakais(var L:List);
var min,i,idet:integer;
ms:array[1..8] of integer;
var E:StdElement;
begin
min:=32000;
if not LIST_EMPTY(L) then with L^ do
begin
for i:=1 to 8 do
...
0
votes
1answer
41 views
Detection of freed memory usage (FPC -> heaptrc -> keepreleased)
Free Pascal heaptrc keepreleased is described as "useful if you suspect that the same memory block is released twice" but is it possible to detect usage of previously freed memory (object method call ...
0
votes
1answer
25 views
Failed to include _wfopen in project
I am trying to include a static lib (.a) file built with mingw in the lazarus project but failed to do so. Because the lib contains a function.
_wfopen() from stdio.h/wchar.h
I had already included
...
-1
votes
0answers
18 views
XorEncode and XorDecode Function [closed]
I am searching for XorEncode/XorDecode Function (Freepascal) which can easily be used in php for same result. I want to transfer XorEncoded string to php page where it will be XorDecoded.
0
votes
2answers
69 views
Object Pascal: Must all objects (classes) be freed?
Can I throw around classes without freeing them, or will my software start spouting leaks?
For example can I do this
Engine := TEngine.Create(TV);
Then get rid of the reference without any ...
1
vote
1answer
77 views
Destroy calling guarantee in iterators
Suppose we have a custom iterator in FreePascal as an object:
{$MODE OBJFPC}
....
type TLuaTablesEnumerator = object
private
{...}
public
constructor Create( aState : PLua_State; aIndex : Integer ...
0
votes
1answer
22 views
Pascal: Calling an empty method on a class segfaults
I've got a very stark class.
unit StuffClass;
{$mode objfpc}{$H+}
interface
type
TStuffClass = class
public
procedure Update;
end;
implementation
procedure TStuffClass.Update;
...
0
votes
2answers
138 views
UTF-8 response of TIdHTTPServer with Free Pascal
This code starts a HTTP server which listens for requests on port 8080. When compiled with Delphi 2009, the Chinese text is rendered correctly. With Free Pascal 2.6.0 however, the browser displays ...
0
votes
1answer
67 views
Magic Square FreePascal
Program must output whether the square is magic square or not.
I must read square from file.
Magic square - all rows, all columns and both diagonals sum must be equal.
Program shows right answer, ...
0
votes
1answer
103 views
“Classes” unit implementation
Maybe I am blind, but I can't find in the Free Pascal source file implementations of Classes and some other units like System. Mostly, but not only, I am interested in TObject, TPersistent and ...
1
vote
3answers
58 views
is there a function like access() but for a specific user id?
The Linux function access() allows me to check file permissions for the current user.
Is there a similar function that gives me the same information - but instead of checking the current user it ...
2
votes
1answer
138 views
Multicast socket on Windows 7
this code works fine on Linux and Windows XP, however it always fails to add multicast membership on Windows 7 64bit and Windows Server 2008.
uses
Classes, Sockets,
{$IFDEF MSWINDOWS}
Windows,
...
1
vote
1answer
78 views
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.
Is there a built-in Dictionary object?
This page references "TDictionary" ...
1
vote
0answers
84 views
freepascal regexp replace
Is there an easy way to do a RegExp replace in FreePascal/Lazarus?
Hunting around I can see that I can do a match fairly easily, but I'm struggling to find functions to do a search and replace.
What ...
1
vote
2answers
107 views
Pascal string use (correct Python example)
I have this task in which I ask user to input 11 digit code(string).
1)
Lets say the user input code is 37605030299 for example.
2)
Then I need to check if the last number matches. This is how you ...
3
votes
1answer
132 views
Windows 7 Welcome screen (translating c# to pascal)
The code provided by Jon in the following thread seems to illustrate exactly what I want to do
Running a process at the Windows 7 Welcome Screen
Unfortunately it's in C#, a language I don't know at ...
0
votes
0answers
31 views
How could I do this in pascal [duplicate]
How could I do this in pascal?
ISBN=input('Please enter the 10 digit number: ')
while len(ISBN)!= 10:
print('Please make sure you have entered a number which is exactly 10 characters long.')
...
0
votes
1answer
91 views
How to use Pascal string in equation
I have a little problem. I have written a program which asks for user for a code which contains 11 digits. I defined it as string but now I would like to use every digit from this code individually ...
2
votes
1answer
40 views
IndexDWord Always Returning False for a DWORD pattern I know is in the buffer (FreePascal)
Further to Marco's suggestion in this thread, I have a situation where I have a buffer of raw byte data, 4096 bytes, read in a loop from a file.
I then want to search that buffer for a known hex ...
-1
votes
1answer
34 views
Which of 3 matrixes has the biggest element number sum (FreePacal)?
I have a program which outputs 3 (4x4) matrixes (different number, same layout)
And I must output again matrix, which element number sum are the biggest.
For example 65 is the most biggest elements ...
2
votes
2answers
110 views
Creating random 2-dimensional array (4x4) FreePascal
I have to make random 2-dimensional array (4x4) in FreePascal.
Each element must be between 0 and 100.
For example:
12 99 1 85
43 75 5 11
0 100 77 31
64 15 9 74
I have tried, but it doesn't work:
...
0
votes
1answer
93 views
Program shutdown on Synchronize
I got a new problem again =/
I want to call a callbackmethod in it's own Thread. The callbackMethod will be implemented as interface.
I've declared a Thread like following:
...
1
vote
0answers
35 views
Free Pascal: which component for highlighting part of item/string
Which component (TListView, TStringGrid, ...) do you recommend for this:
presentation of list items
items will be strings
specified substrings (e.g. words) will be highlighted - I need to highlight ...
0
votes
1answer
74 views
Reading from text file into list in FreePascal
I have a text file including:
John###198cm###90kg###19age
Tom###120cm###34kg###8age
And I want to read them from file into two lists in FreePascal.
I have tried to use LoadFromFile function, which ...
1
vote
1answer
61 views
Free Pascal: fast and efficient reading of files
Is there faster and more efficient way of reading of files than using AssignFile, Reset and Read (on Windows x86 and x64)?
I need to grep (using TRegExpr) many text files for a pattern.
1
vote
1answer
29 views
Database in Free Pascal
I want to have some file database with a lot of text. I know how to create and read file, but in this case, I need to find specific line and then read it. I don't really care for permonace. My first ...
1
vote
1answer
98 views
Reading from file FreePascal
So I have text file containing:
Harry Potter and the Deathly Hallows###J. K. Rowling###2007
And I have to output it to the FreePascal program in the following form
J.K.Rowling "Harry Potter and ...
1
vote
1answer
99 views
Lazarus (Free Pascal). Seemingly unnecessary compiler warning
I'm new to Free Pascal and Lazarus. I'm testing out the new "advanced records" feature and getting what looks to be an unnecessary compiler warning.
The code is very simple, just a record with a ...
1
vote
2answers
64 views
loop through ip address pascal
In Freepascal, how can I loop through a range of IP addresses?
Any units that do ip specific stuff that might handle this? I've tried one called inetaux, but it's flawed and doesn't work.
1
vote
0answers
132 views
Convert UTF8 to ASCII using lazarus
I am reading some strings from a text file, the problem is that the strings are UTF8 and contain characters that I wish to remove such as: Ă
An not easy solution would be for me to replace each ...
1
vote
1answer
49 views
How to interrupt ReadLn from another thread
In Free-Pascal I'm going to create a cross platform console program which will do most of it's work in a bunch of threads (TThread).
The main program is only used for recieving a few user commands ...
1
vote
1answer
151 views
Translate C to Pascal
I'm trying to translate the header of libfprint (fprint.h) to Pascal, but I find a structure that can not understand and some tools such as "C2Pas" only send error.
The structure is as follows:
...
3
votes
1answer
111 views
Inno setup: working with JSON
How can I load and work with JSON config file during install time? I can read string from file and write it, but if I want to change some value in config file, I have to use VBScript.RegExp COM object ...
0
votes
1answer
77 views
Pascal. Recursive function to count amount of odd numbers in the sequence
I need to write recursive function to count amount of odd numbers in the sequence
Here my initial code:
program OddNumbers;
{$APPTYPE CONSOLE}
uses
SysUtils;
function GetOddNumbersAmount(const ...
2
votes
1answer
328 views
Get pixel color under mouse cursor - FAST way
Is there ANY way to get pixel color under mouse cursor really FAST? I have a mouse hook and I try to read pixel color during mouse move. Its kind of ColorPicker
Any attempts with getPixel and BitBlt ...
1
vote
1answer
109 views
How to generate random number in FreePascal between 1 and 1,000,000
How to generate random number in Free Pascal between 1 and 1,000,000?
I have used a variable type as LongInt, Real, Integer, but there is always an RangeError.
But random number between 1 and 33,333 ...
1
vote
2answers
91 views
What is the name of the component in Lazarus, which name in Delphi is “Canvas”?
I want to create a paint application in Lazarus, but I don't see the appropriate control, which I can use as a canvas in Deplhi. What is its name ?
0
votes
1answer
78 views
FreePascal array sorting [closed]
How to sort the generated numbers from lower to higher?
And if possible how to output them like (Array[1], Array[2], Array[3] etc)? I know I must do it with IntToStr but none hasn't worked.
Program ...
2
votes
1answer
64 views
How to clear part of the console's display that's offscreen (scrolled away/up) in freepascal?
I'm failing to find a way to really really clean everything off the screen, including the text that was pushed upwards due to lack of space, in console apps. I need this for nothing more than just ...
0
votes
1answer
142 views
How to generate list of 50 random numbers (between 0 and 100) in FreePascal
Can someone help me to generate list of 50 random numbers (between 0 and 100) in FreePascal?
-1
votes
1answer
121 views
Date in Complete form
I have really no idea what codes to use to this program: Write a program that accepts dates written in numerical form and then output them as a complete form. For example: The input is 2 26 1986 the ...
2
votes
2answers
211 views
How do I link with FreePascal a NASM program calling a DLL?
Problem
I have a function "bob" written in assembler (nasm), which makes use of functions in kernel32.dll. And I have a program in FreePascal, that calls "bob".
I use nasm with:
nasm -fwin32 ...


