Search found 4 matches

by GenMax5
Tue Apr 02, 2024 11:25 am
Forum: Coding Questions
Topic: Incompatibilties after version 6.00
Replies: 7
Views: 808

Re: Incompatibilties after version 6.00

Thank you very much for your kind remarks.

Quin and BarryG:

When I say that the counter does not work, I mean that after correctly assigning = 1, it freezes at this value. I repeat that until version 6.0, it worked perfectly. (It was already implemented long ago). And I'm sure that there are a ...
by GenMax5
Tue Apr 02, 2024 12:32 am
Forum: Coding Questions
Topic: Incompatibilties after version 6.00
Replies: 7
Views: 808

Re: Incompatibilties after version 6.00

GenMax has almost 24000 lines of code, so it is very heavy to share, even the supect portions.

I don't use pointers in the program. The counter variable that has issues (surely there are more over there) is a global integer variable.

I also checked the link you sent me and there are no long ...
by GenMax5
Mon Apr 01, 2024 10:20 pm
Forum: Windows
Topic: [Solved] Mouse wheel hook laggy in Windows
Replies: 19
Views: 4872

Re: [Solved] Mouse wheel hook laggy in Windows

Thank you very much for your quick answer.

GenMax has almost 24000 lines of code, so it is very heavy to share, even the supect portions.

I don't use pointers in the program. The counter variable that has issues (surely there are more over there) is a global integer variable.

I also checked the ...
by GenMax5
Mon Apr 01, 2024 9:18 pm
Forum: Coding Questions
Topic: Incompatibilties after version 6.00
Replies: 7
Views: 808

Incompatibilties after version 6.00

Good afernoon. I have been programming my chess program GenMax with Purebasic for many years. Since I upgraded to Version 6.1 onwards, I am having problems with bad results compared to the 6.0 compilation (which works fine).

I initialized all the variables and the problems continue. For example ...