hello everyone,

on this windows application tutorial, Windows Programming , in the example code provided (on line 5) it
said
Code:
#include "stdafx.h"
and i dont have this header file (thats because i use bloodshed dev c++ v4.9.9.0, and Ken Fitlike helpfully explained it was microsoft visual specific header -- or whatever msvc stands for), so when i compile it it says missing header file... but when i delete this line a few problems occurred..

it doesnt exactly tell me which line the problems are on, but it says

in function `Z7WndProcP6HWND__jjl':
undefined reference to `SetTextColor@8'
undefined reference to `TextOutA@20'
in function `WinMain':
undefined reference to `GetStockObject@4'

can anyone help me on this problem? im quite confused on this...