Hi, how i do to compile FWPPC .prg with MultThread functions
StartThread
ThreadSleep
KillAllThreads
Mutex functions ....
Thks.
MultiThread Suport
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Rodrigo,
Here you have the documentation for threads:
Using the Windows API: ( CreateThread() )
http://msdn2.microsoft.com/en-us/librar ... S.85).aspx
Without using the Windows API:
http://en.wikipedia.org/wiki/Beginthread
Here you have the documentation for threads:
Using the Windows API: ( CreateThread() )
http://msdn2.microsoft.com/en-us/librar ... S.85).aspx
Without using the Windows API:
http://en.wikipedia.org/wiki/Beginthread