wsprintfのエラーについて
Visual C++を使ってC++,Win32APIでプログラムしています。
ウィンドウ上に変数の値を表示したいのですが、うまくできません。
wsprintfを使うと以下のようなエラーがでてしまいます。
1>time.obj : error LNK2020: 未解決のトークン (0A000015) "extern "C" int __cdecl wsprintfW(wchar_t *,wchar_t const *,...)" (?wsprintfW@@$$J0YAHPA_WPB_WZZ)
1>time.obj : error LNK2020: 未解決のトークン (0A000016) "extern "C" int __cdecl wsprintfW(wchar_t *,wchar_t const *,...)" (?wsprintfW@@$$J0YAHPA_WPB_WZZ)
1>time.obj : error LNK2001: 外部シンボル ""extern "C" int __cdecl wsprintfW(wchar_t *,wchar_t const *,...)" (?wsprintfW@@$$J0YAHPA_WPB_WZZ)" は未解決です。
1>C:\Documents and Settings\home\My Documents\Visual Studio 2005\Projects\time\Debug\time.exe : fatal error LNK1120: 外部参照 3 が未解決です。
どのようにすればよいのでしょうか?または、他のやり方があるのでしょうか?
お願いします。
補足
ピーと音がして、BIOSの画面も開きません。