search for: linknig

Displaying 2 results from an estimated 2 matches for "linknig".

Did you mean: linking
2004 Aug 06
4
compile speexenc
Hello, Iam being to compile speexenc but I have the following error: LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library libspeex.lib(lsp.obj) : error LNK2001: unresolved external symbol _spx_cos Debug/speexenc.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Please, help me Guillaume --- >8 ---- List
2004 Aug 06
0
compile speexenc
...ompile speexenc but I have the following error: > > LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other > libs; use /NODEFAULTLIB:library This is because you are linking different types of library LIBC (MT=Multithreaded) (D=Debug) In the propeerties are you linknig to "Multi threaded Debug" or are you manually including this file ? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HT ML/lnk4098.asp > libspeex.lib(lsp.obj) : error LNK2001: unresolved external symbol > _spx_cos > Debug/speexenc.exe : fatal error LNK1...