PDA

View Full Version : Help with compiling


Immortal
09-03-2005, 09:15 PM
I got this code http://www.codeguru.com/Cpp/misc/misc/article.php/c3741/

and when i try to compile i get a load of errors.

e.g. servicethread.h no such file or directory.


What files should i link a project too? Is there a list of which files are needed with which applications.

KeZZeR
09-04-2005, 10:32 AM
It tells you on that web page what header files are required

Immortal
09-04-2005, 12:16 PM
I try to compile it and i get an error saying servicethread no such file or directory, so i go and add it from the source code to the project and i still get the error.