Thread safe dll
Posted: Mon May 09, 2022 7:25 pm
I've written some code to use LibVlc as a back end for a video player. I've got the compiler set to Thread Safe Executable and all runs well. LibVlc requires that. But when I compile as a dll and call exported functions from C#, there are some functions that hang!
So the question is: When compiling as a dll, am is it thread safe? If not, how do I make that happen.
TIA,
Russ
So the question is: When compiling as a dll, am is it thread safe? If not, how do I make that happen.
TIA,
Russ