I did it. And it is working. But I entirely avoid threads issues. I do not build new threads in C - use timers instead...Quote:
Mixing VB and C is not something I would even attempt.
I did it. And it is working. But I entirely avoid threads issues. I do not build new threads in C - use timers instead...Quote:
Mixing VB and C is not something I would even attempt.
Indeed it works. You just need to know what you can do and can't and to properly communicate between the two. Long in the past, I did something like this, as well.
But VB (not .NET) and threads = no go.