hi,
maxz hat geschrieben: ↑Do, 16. Sep 2021 16:58
is this a limitation of the hybrid or text mode of xbase, correct?
it is not impossible to use Hybrid-Mode with multi Thread but it make much more work
in Hybrid-Mode a "new" Window is like a other App so you have to switch AppWindow() and AppFocus()
only "active" Window can do "output" to Screen ... else it will crash
when use a Thread you get a new "Workspace" so you need to open DBF (again)
it will not "Sync" DBF so RECNO() can be different in Threads
like in Network you have to "Lock / Unlock" Record when open DBF multi times
---
if you don´t want to change your Source, to get 32 App, i recommend VIO ( Console ) Mode
that work like Cl*pper and is done in some Minutes ( when not use 3-PP DOS LIBs )
but do you want to BUY Xbase++ just to get 32 App ... it can be done with harbour for free
like Xbase++ most of harbour will work with Cl*pper Source and you can use GUI too
---
i have work 20 Year with Cl*pper and 20 Year with Xbase++ before start with harbour 2019.
after 100 Days i was able to create my 1st harbour GUI App but after 2 Years i still feel as Newbie
so if you want to write a Windows App forget all of your Cl*pper Source which make In-/Output.
only Source which make no In-/Output can be used for GUI
you have to Re-Design your Source for Windows to work with Events that Windows send ... that is the Way to GUI