I currently have a small program that runs in the background and polls a mysql database and if new entries are found it uses Microsofts MessageBox feature. This is very plain and can get annoying and become in the way of using the pc.
So ive decided to go with changing my program to sit in the system tray and alert with messages like msn does by doing that sliding window thing :S.
Ive found lots of examples to do all this but my problem arises when in the example programs they use an include:
This stdafx.h goes on to include more:
Im using Dev-CPP and also tried using Microsoft Visual C++ 2008 express edition. Main reason because they are free. I cant compile any of the demo programs because i dont have all these header files. Ive searched and searched but just cant find these set of header files anywhere. It seems to me that they are included in some microsoft build somewhere but I dont know where.
Can anyone point me to where i need to be able to compile these demo programs?
Thanks!