i find that, most functions about thread/process cannot be used. when these were used, the complier tell me that it cannot find the reference of the function.
why?
Does devcpp not support thread?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dev is NOT a compiler. It is just a front end for the gcc compiler. As I recall, gcc supports threading, but I am not sure if that is true for gcc running in a MingW environment, which is the setup within Dev. Try googling on gcc, threading and MingW.
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i find that, most functions about thread/process cannot be used. when these were used, the complier tell me that it cannot find the reference of the function.
why?
Does devcpp not support thread?
Dev is NOT a compiler. It is just a front end for the gcc compiler. As I recall, gcc supports threading, but I am not sure if that is true for gcc running in a MingW environment, which is the setup within Dev. Try googling on gcc, threading and MingW.
Wayne