-
```
for (int i = 0; i < params.video_frames; i++) {
if (results[i].data == NULL) {
continue;
}
std::string final_im…
-
Just a question: this seems a bit long winded, am I doing it correctly?
Version of `fpcupdeluxe-x86_64-linux`:
```
Welcome @ FPCUPdeluxe.
FPCUPdeluxe V2.4.0d for x86_64-linux-gtk2
Running on …
-
```
What steps will reproduce the problem?
1. I've downloaded super object 1.2.4.
2. I've written very simple pascal program which includes "superobject" in uses
part.
3. When I compile the program, …
-
So, this has been reported to me several times and is a known issue (see any release notes). But I never made an issue to track the progress/status.
### What's the problem?
Paths are not antiali…
-
Hello,
Would be nice if the PS accepted the new FOR structure of Free Pascal / XE. E.g.:
```
var
s: string;
sl: TStringList;
begin
sl := TStringList.Create;
try
sl.Add('A');
sl.Add('…
-
Hey there! Admittedly, this PR isn't _really_ about the development of the VS Code extension itself, but it's still related to it. I didn't know where else to put it, so I made it a feature request.
…
-
Cool All done in free pascal!
You should specify somewhere that's is free pascal!
I added the function to change the name of the bluetooth device. I can't have all my bluetooth to be all "hc-05…
-
Hello, I am evaluating your editor as a possible Windows/Mac front-end to our compiler. However, opening standard Apple .p for Pascal Source - jumps to Hex View ... is there a way to disable this?
…
3FLLC updated
7 years ago
-
I need to deploy a free pascal app on heroku and dokku - this build pack would be great if it was finished. What does `OBS: Still have issues and should not be used for now.` actually mean?
-
./localize.sh
Free Pascal Compiler version 3.0.4 [2018/08/09] for x86_64
Copyright (c) 1993-2017 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling updatepofiles.pas
Linking upd…
glixx updated
5 years ago