FontColor() bug Ubuntu 222.04 LTS

Just starting out? Need help? Post your questions and find answers here.
ricardo59715
New User
New User
Posts: 1
Joined: Sun Jun 16, 2024 1:42 am

FontColor() bug Ubuntu 222.04 LTS

Post by ricardo59715 »

I compiled a program with:
FontColor(*p\FontColor)

which works fine in Purbasic 6.10LTS
but gives syntax error in 6.11LTS

Fixed with:
i=*p\FontColor
FontColor(i)

So new compiler gives syntax error if the FontColor parameter is through a pointer
User avatar
mk-soft
Always Here
Always Here
Posts: 6320
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: FontColor() bug Ubuntu 222.04 LTS

Post by mk-soft »

Not enough code ...
What is FontColor?
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply