Recent

Recent Posts

Pages: [1] 2 3 ... 10
1
Databases / Re: Azure sql database will not connect
« Last post by wpflum on Today at 02:18:43 pm »
That did it!!   Thanks, I was getting a bit worried because I needed this fairly soon.

Thanks again.
2
General / Re: Assign (textfile) not compiling - sometimes.
« Last post by MarkMLl on Today at 02:11:48 pm »
Frankly, I am disappointed that such a prominent... in fact vocal if not prolix... member of the community is so dismissive of a relatively inexperienced user's problem, particularly since almost everybody gets caught by this at some point.

Assign() and Close() are a big problem, and while Close() is most often misinterpreted to mean a graphical form Assign() is implemented by fundamental classes including TList and TStringlist.

MarkMLl
3
FPC development / what to do if my target MIPS cpu has no FPU
« Last post by Key-Real on Today at 02:02:29 pm »
-Cfnone

spits:

Compiling ./rtl/ps1/system.pp
compproc.inc(838,47) Error: Identifier not found "double"
compproc.inc(839,47) Error: Identifier not found "double"
softfpu.pp(134,19) Error: Identifier not found "double"
softfpu.pp(134,25) Error: Error in type definition
softfpu.pp(144,19) Error: Identifier not found "extended"
softfpu.pp(144,27) Error: Error in type definition
system.pp(35,1) Fatal: There were 6 errors compiling module, stopping


-Cfsoft
generates FPU code


some advises?
4
FPC development / Re: create system unit from scratch
« Last post by KodeZwerg on Today at 02:02:25 pm »
To compare it with a hospital, you are currently doing a heart transplantation and you just cut off every connection.
So be a good surgeon and put back the missing parts or the heart stay dead.
5
Beginners / Re: Find child controls by name
« Last post by Joanna on Today at 01:57:59 pm »
Thanks for the answers. Is there a reason to use string helper method instead of upcase ()?
6
Other / Re: How to fu*k the Windows Defender
« Last post by marcov on Today at 01:57:34 pm »
Antivirus uses the so called heuristic approach, and unfortunately, sometimes the signature of FPC produced executables matches them. It really is a false positive, and must be solved from the antivirus vendor side.

More likely it is the other way around, everything it doesn't know is suspect.
7
As a matter of interest midigark, did you install fpc-laz_3.2.2-210709_amd64.deb and fpc-src_3.2.2-210709_amd64.deb first or, at least simultaneously with the lazarus-project_3.2.0-0_amd64.deb package ?

As per the instructions -

Code: [Select]
sudo apt install ./fpc_something.deb ./fpc-src_something.deb ./lazarus-something.deb
I ask because what you show sure looks like you tried to install just lazarus-project_3.2.0-0_amd64.deb

Opening the lazarus package with (the GUI) gdebi before you have installed fpc and fpc-src will most certainly fail. dpkg too does not resolve dependencies. Thats why the instructions say use apt.

Davo
8
FPC development / Re: create system unit from scratch
« Last post by Laksen on Today at 01:28:35 pm »
Those missing types are defined a platform specific sysosh.inc

For something like the PS1 maybe take a look at how the embedded platform structures the system unit and the sys*.inc contents
9
Other / Re: How to fu*k the Windows Defender
« Last post by BrassGear on Today at 01:24:31 pm »
Why is it necessary to use a poorly disguised vulgar cuss word when asking a question?

That is unfortunately how it often feels to deal with modern windows. :(

There's some good advice in this thread, thanks.
10
Graphics / Re: Spiral of Theodorus: Reversed n Rotate n Fills
« Last post by Roland57 on Today at 01:24:14 pm »
Thanks Roland57 for your transparent  BGRABitmap version.

I replaced the method for computing points, with another method that I find easier to understand.
Pages: [1] 2 3 ... 10

TinyPortal © 2005-2018