01-18-2006 03:53 AM
01-18-2006 09:30 AM
01-18-2006 09:37 AM
01-19-2006 05:31 PM
01-20-2006 02:30 AM
Hello Mohan,
My problem about using thread safe variables is that I cannot use the function DefineThreadSafeScalarVar in a h-file. So if I declare the variable (let's say: count) in the main c-file with this function: "DefineThreadSafeScalarVar (int, count, 0);", then I will only be able to use the variable 'count' in this c-file and not in the other files of my project. Is that correct?
01-20-2006 09:08 AM