Recent

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
I fixed it while you were building.  I forgot one file (and the CI failed and notified me). Try again, please.
Success!! :)  Thank you!
12
Databases / Re: Database standards OR Am I doing this right?
« Last post by dseligo on April 18, 2024, 10:50:26 pm »
if I try and update the record I get a 0 record updated error

I don't know about Azure, but for this error try to put this in Properties of ZConnection:
Code: Text  [Select][+][-]
  1. CLIENT_FOUND_ROWS=1
13
FPC development / Re: what to do if my target MIPS cpu has no FPU
« Last post by Key-Real on April 18, 2024, 10:48:29 pm »
I added fpu_libgcc to tfputype
and 'libgcc' to fputypestr

now i do

$./compiler/ppcrossmipsel ./rtl/ps1/system.pp -Tps1 -Fi./rtl/mipsel -Fi./rtl/inc -Fi./rtl/ps1 -a -XP/usr/local/mipsel-unknown-elf/bin/mipsel-unknown-elf- -Cfsoft


Warning: Source OS Redefined!
Free Pascal Compiler version 3.3.1 [2024/04/18] for mipsel
Copyright (c) 1993-2024 by Florian Klaempfl and others
Target OS: PlayStation 1 for MIPSEL
Compiling ./rtl/ps1/system.pp
mips.inc(187,4) Note: "assembler" not yet supported inside inline procedure/function
generic.inc(88,40) Warning: Converting pointers to signed integers may result in wrong comparison results and range errors, use an unsigned type instead.
generic.inc(347,12) Warning: Comparison might be always true due to range of constant and expression
generic.inc(544,19) Note: Local variable "pendpart" not used
system.inc(482,5) Fatal: Internal error 2007042702
Fatal: Compilation aborted
14
I fixed it while you were building.  I forgot one file (and the CI failed and notified me). Try again, please.
15
I tried updating my copy of Lazarus trunk using FPCUPDELUXE (which is what I normally do) and got an error when compiling Lazarus which seems to be related to FpDebug.

Please, refer to the screenshots.

The first screenshot (...A) shows that an error occurred when compiling "...arrayofchartostring.pas"

The second screenshot shows the compiler was expecting a resource file (and its name) it was unable to find.

HTH.

ETA:

added "(and its name)"
16
FPC development / Re: what to do if my target MIPS cpu has no FPU
« Last post by PascalDragon on April 18, 2024, 10:27:56 pm »
nld.pas(844,54) Error: Identifier not found "fpu_libgcc"

Either add fpc_libgcc to tfputype in compiler/mips/cpuinfo.pas or protect it using {$if declared(fpc_libgcc)}.
17
Unable to submit ISSUS for FPP_BUILD on Gitlab.

It seems that issues aren't enabled for that project. I've now asked the project manager what to do.

Before the official release of the software, regular/basic functions must be tested.

The FPC Build repository is not normally used by endusers. It's used by the release engineers to generate the releases that the end users will use and there testing is part of the release engineering.

Gitlab is not easy to use.

That is just an excuse.
18
General / Re: How to: create DLL file for Windows 10 64-Bit Pro
« Last post by paule32 on April 18, 2024, 10:23:59 pm »
@440bx
@all

you can take a look to my fresh updated github.com sources:
https://github.com/paule32/Qt_FPC/

WriteFile works like a charm.

A working (testing) DLL + EXE can be found there:
https://github.com/paule32/Qt_FPC/releases/tag/tag3
19
FPC development / Re: what to do if my target MIPS cpu has no FPU
« Last post by Key-Real on April 18, 2024, 10:16:29 pm »
I added the
{$define cpufpemu}

now can't compile anymore


/run/media/key-real/E3AF-F107/code/source/compiler/ppc -Ur -Xs -O2 -n -Fumipsel -Fusystems -Fu/run/media/key-real/E3AF-F107/code/source/rtl/units/x86_64-linux -Fimipsel -FEmipsel/bin/x86_64-linux -FUmipsel/units/x86_64-linux -Cg -Fl/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1 -dRELEASE -DD2024/04/18 -dmipsel -dGDB -Fumips -Sew -o/run/media/key-real/E3AF-F107/code/source/compiler/ppcrossmipsel pp.pas
nld.pas(844,54) Error: Identifier not found "fpu_libgcc"
nld.pas(1623) Fatal: There were 1 errors compiling module, stopping
20
but that uses the same 64-bit PE format as AMD64 does (except for the machine type field and the relocations).
and, IIRC, the exceptions directory.

And that, yes.
Pages: 1 [2] 3 4 ... 10

TinyPortal © 2005-2018