<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<FONT size=1>
Hi<BR>
I get the following error during linking. How do I resolve it.<BR>
I am compiling using&nbsp;Visual Studio 2008<BR>
Thanks<BR>
&nbsp;<BR>
1&gt;Copyright (C) Microsoft Corporation. All rights reserved.<BR>
1&gt;Linking...<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fclose referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fwrite referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__feof referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fprintf referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fread referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp____iob_func referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fopen referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol ___security_cookie referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol @__security_check_cookie@4 referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol @_RTC_CheckStackVars@8 referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __ftol2_sse referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD@Z)<BR>
1&gt;MicSpeexDec.obj : error LNK2001: unresolved external symbol __RTC_Shutdown<BR>
1&gt;MicSpeexDec.obj : error LNK2001: unresolved external symbol __RTC_InitBase<BR>
1&gt;LINK : error LNK2001: unresolved external symbol _mainCRTStartup<BR></FONT><BR><BR>                                               </body>
</html>