Search found 2 matches

by Jal
Fri Dec 27, 2024 1:12 pm
Forum: Coding Questions
Topic: [solved] Is it bug or just me
Replies: 5
Views: 1552

Re: Is it bug or just me

Thank you all for your responses.

The variable type is the fix for my code samples.

As pointed out; 64bit support means having to assign correct variables types, in my case, this means going through old code and ensuring I've not defined long when its should be interger or something else.

The ...
by Jal
Thu Dec 26, 2024 2:53 am
Forum: Coding Questions
Topic: [solved] Is it bug or just me
Replies: 5
Views: 1552

[solved] Is it bug or just me

Hi All, happy seasons greetings.

I've been coding in PB for some time, mostly my own code, but recent version update broke lots of my code in ways I can not find, and have had to go backwards and compile with old version in same cases.. because I could not find whwre the problem was..

Then a few ...