Singaporean
Technical User
Hi and firstly thanks to all who bothered with this,
So here it goes...
When I tried to compile my program, it has no errors but when I tried to run it, the error messages that appeared are
1) unresolved external symbol "void __cdecl
DisplaySalRange (int,int)" (?DisplaySalRange@@YAXHH@Z)
2) error LNK2001: unresolved external symbol "void __cdecl
GetGrossSal(int,int)" (?GetGrossSal@@YAXHH@Z)
3) LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved
external symbol _WinMain@16
To all kind souls, may I know what are these three pests (espeically the last one cos i've had it many times already) and how may I resolve these, thanks again...
So here it goes...
When I tried to compile my program, it has no errors but when I tried to run it, the error messages that appeared are
1) unresolved external symbol "void __cdecl
DisplaySalRange (int,int)" (?DisplaySalRange@@YAXHH@Z)
2) error LNK2001: unresolved external symbol "void __cdecl
GetGrossSal(int,int)" (?GetGrossSal@@YAXHH@Z)
3) LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved
external symbol _WinMain@16
To all kind souls, may I know what are these three pests (espeically the last one cos i've had it many times already) and how may I resolve these, thanks again...