How to do multi-thread in lite-c?

Posted By: Frederick_Lim

How to do multi-thread in lite-c? - 09/06/09 16:16

I want the AI part to implement in another thread but can't find any idea.

Thanks.
Posted By: DJBMASTER

Re: How to do multi-thread in lite-c? - 09/06/09 16:26

I've never tried this but there is a winAPI function called "CreateThread" which i think allows you execute functions on a seperate thread.

Here is some info on it...

http://msdn.microsoft.com/en-us/library/ms682516(VS.85).aspx
Posted By: EvilSOB

Re: How to do multi-thread in lite-c? - 09/07/09 02:36

Try this thread... HERE
Posted By: delinkx

Re: How to do multi-thread in lite-c? - 09/07/09 02:50

search contributions section, there was a contribution given about multi threading in lite c.

too late EvilSOB gave u the exact link ! laugh
© 2024 lite-C Forums