Thread status polling - safe?

General FreeBASIC programming questions.
fxm
Moderator
Posts: 12467
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Thread status polling - safe?

Post by fxm »

badidea wrote: Jan 31, 2025 19:13 What do you have as entry_type?

I am working on a version where all var-len strings have been transformed to 'zstring * 256'.
Therefore:

Code: Select all

type entry_type
	dim as zstring * 256 word, clue
end type
Post Reply