fares666
19th September 2005, 15:03
Hi,
I'm working in a c++ .NET wrapper class for XVID, and I have some questions about core initialization.
My idea is to init the core in the costructor of the class, but I thought it would be important to ask wether the core is already initialized. Is this necessary? In this case, how can I ask the core for that information?
I'm looking forward to run multiple threads of XVID simultaneusly and I dont want to crash the core every time I start a new thread.
Thank you very much for your assistance
fares
I'm working in a c++ .NET wrapper class for XVID, and I have some questions about core initialization.
My idea is to init the core in the costructor of the class, but I thought it would be important to ask wether the core is already initialized. Is this necessary? In this case, how can I ask the core for that information?
I'm looking forward to run multiple threads of XVID simultaneusly and I dont want to crash the core every time I start a new thread.
Thank you very much for your assistance
fares