I have a need for worker threads in a program to read from and write to string variables (likely Global string variables). So much of what i have read on various posts here suggests this isn't easily done. The issues seem to revolve around corruption that could occur during conext switches.
These string varialbles are as much as 32 characters long. Using critical sections doesn't seem to help. Surely there must be a way to do this...
Cordell Jeppsen
These string varialbles are as much as 32 characters long. Using critical sections doesn't seem to help. Surely there must be a way to do this...
Cordell Jeppsen
Comment