I have a DLL which exports 2 functions, Fun1 and Fun2.
Now the main app will create several threads, one to call Fun1 and another one call Fun2. Is that possible and are there any special things to pay attention to?
Thanks
I have a DLL which exports 2 functions, Fun1 and Fun2.
Now the main app will create several threads, one to call Fun1 and another one call Fun2. Is that possible and are there any special things to pay attention to?
Thanks