Search found 4337 matches

by freak
Sat Mar 16, 2024 2:29 pm
Forum: Coding Questions
Topic: AlignC not colored
Replies: 4
Views: 202

Re: AlignC not colored

There is no keyword called "AlignC". It is a constant called #PB_Structure_AlignC.
by freak
Mon Feb 12, 2024 8:34 pm
Forum: Bugs - Linux
Topic: [Done] PB v6.10b5 - CompareStructure Linker Error
Replies: 4
Views: 400

Re: [Done] PB v6.10b5 - CompareStructure Linker Error

Works fine here. Looks like you still have the old lib. Try doing a clean install of the latest beta.
by freak
Mon Feb 12, 2024 8:27 pm
Forum: Bugs - Windows
Topic: [Done] PB 6.10 Beta 5 - Stack overflow in CompareStructure with #PB_Memory_FollowPointers and circular pointer paths
Replies: 6
Views: 492

Re: [Done] PB 6.10 Beta 5 - Stack overflow in CompareStructure with #PB_Memory_FollowPointers and circular pointer paths

No it is not that simple because we are talking about two structures to compare. They could recurse at different places and still represent the same information or they can recurse at the same point in different ways. It is not worth the added complexity and speed decrease for this IMHO.
by freak
Sun Feb 11, 2024 2:00 pm
Forum: Bugs - Windows
Topic: [Done] PB 6.10 Beta 5 - Stack overflow in CompareStructure with #PB_Memory_FollowPointers and circular pointer paths
Replies: 6
Views: 492

Re: PB 6.10 Beta 5 - Stack overflow in CompareStructure with #PB_Memory_FollowPointers and circular pointer paths

Loops in recursive structures are not allowed when using #PB_Memory_FollowPointers. I have added a note to the docs about it.
by freak
Sat Feb 10, 2024 9:24 pm
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 b1 - SvgVectorOutput / PdfVectorOutput wrong scaling (units?) + missing circles
Replies: 8
Views: 769

Re: 6.10 b1 - SvgVectorOutput / PdfVectorOutput wrong scaling (units?) + missing circles

SVG and PDF do not have the concept of a resolution because they are a pure vector based output. So these values are mostly made up. I will fix it so they are consistent at least.
by freak
Sat Feb 10, 2024 7:03 pm
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 b1 - SvgVectorOutput / PdfVectorOutput wrong scaling (units?) + missing circles
Replies: 8
Views: 769

Re: 6.10 b1 - SvgVectorOutput / PdfVectorOutput wrong scaling (units?) + missing circles

The "not-well-formed" error and the circles thing are fixed. However, I could not reproduce the scaling problem. Could you provide a piece of code to reproduce the problem?
by freak
Fri Feb 09, 2024 4:22 am
Forum: Bugs - Windows
Topic: [Done] [PB 6.10 beta 4] ConvertDate()
Replies: 9
Views: 1247

Re: [Done] [PB 6.10 beta 4] ConvertDate()

Fixed for Linux too.
by freak
Fri Feb 02, 2024 12:07 am
Forum: Bugs - Windows
Topic: [Done] [PB 6.10 beta 4] ConvertDate()
Replies: 9
Views: 1247

Re: [PB 6.10 beta 4] ConvertDate()

fixed.
by freak
Thu Feb 01, 2024 11:57 pm
Forum: Bugs - Windows
Topic: [Done] [PB 6.10 beta 4] Date() and leap years
Replies: 9
Views: 674

Re: [PB 6.10 beta 4] Date() and leap years

Fred wrote: Thu Feb 01, 2024 9:04 pm Now that's weird but OK :lol:
Well, there was a special case in the Date library code explicitly for the year 3600 ... even while the library only supported values up to 2038. It has been this way as far back as I can go. I guess we will never find out why :mrgreen:

fixed.
by freak
Thu Jan 25, 2024 11:00 pm
Forum: Coding Questions
Topic: IDE / Scintilla - active tab
Replies: 9
Views: 517

Re: IDE / Scintilla - active tab

You can also specify the "-l" (or "/L" on Windows) commandline option to specify a line to jump to in the loaded file.
by freak
Sun Jan 21, 2024 2:40 pm
Forum: Feature Requests and Wishlists
Topic: Default taskbar behavior for borderless windows
Replies: 6
Views: 643

Re: Default taskbar behavior for borderless windows

There are a lot of uses for borderless windows where a taskbar button is not desired. For example the AutoComplete window in the IDE.