Search found 5 matches

by Roby
Sun Dec 08, 2024 4:05 pm
Forum: Game Programming
Topic: PureTris !
Replies: 73
Views: 38217

Re: PureTris !

Good job, thank you.
by Roby
Sun Mar 03, 2024 5:00 pm
Forum: Coding Questions
Topic: Error with thread if I resize windows with linux
Replies: 7
Views: 440

Re: Error with thread if I resize windows with linux

I still get the memory access error if I click the button quickly and repeatedly.
I think because multiple threads overlap if I quickly click the button.
But after mk-soft correction it would seem to work.
by Roby
Sun Mar 03, 2024 4:50 pm
Forum: Coding Questions
Topic: Error with thread if I resize windows with linux
Replies: 7
Views: 440

Re: Error with thread if I resize windows with linux

Thank you infratec, I tried your code and it works fine.
I am now studying it to understand how it works.
You were really quick thank you again to everyone.
by Roby
Sun Mar 03, 2024 4:32 pm
Forum: Coding Questions
Topic: Error with thread if I resize windows with linux
Replies: 7
Views: 440

Re: Error with thread if I resize windows with linux

OK, thank you 1000
I was breaking my head to figure out where the error was.
by Roby
Sun Mar 03, 2024 4:13 pm
Forum: Coding Questions
Topic: Error with thread if I resize windows with linux
Replies: 7
Views: 440

Error with thread if I resize windows with linux

Greetings to all the forum, this is my first post.
This is my problem:
With the following code I sometimes get the memory access error or external lib error if I try it in linux mint 21.3.
With Windows it works fine.
Does anyone know the reason?

I am using Purebasic 6.04

Enumeration
#Win_0
#Btn ...