G
gregory_may
I am using the thread pool.
I would like to prevent late binding, but cant figure out how. When the
WaitCallback function is called, it expects a function prototype with type
OBJECT. My rotuine that does the real work, needs it as a string Array.
Whats the best peformance way to handle this?
Thanks!
Main Routine.
I would like to prevent late binding, but cant figure out how. When the
WaitCallback function is called, it expects a function prototype with type
OBJECT. My rotuine that does the real work, needs it as a string Array.
Whats the best peformance way to handle this?
Thanks!
Main Routine.