Re: [OpenSIPStack] MFC/WTL application linker errors. Cant link to opensipstack.lib. Help.
Brought to you by:
joegenbaclor
From: bart <ope...@op...> - 2007-08-13 04:57:35
|
Steps to reproduce the problem. 1. Create a dialog only mfc aplication. No special options 2. In dialog header file - #include "SoftPhoneInterface.h" 3. In dialog header file - SF::SoftPhoneInterface sf; 4. link with library. ps - can i send my folder to someone ( i promise to compress :-) ) Both Library and my softphone attempt set to Multi-threaded Debug (/MTd) Compiler Options: /Od /I "C:\voip\osSphn\include" /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Yu"stdafx.h" /Fp"Debug\osSphn.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt Linker Options: /OUT:"C:\voip\osSphn\Debug\osSphn.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\voip\osSphn\lib" /MANIFEST /MANIFESTFILE:"Debug\osSphn.exe.intermediate.manifest" /NODEFAULTLIB:"libc.lib libcmtd.lib MSVCRTD" /DELAYLOAD:"OleAcc.dll" /DEBUG /PDB:"c:\voip\osSphn\debug\osSphn.pdb" /SUBSYSTEM:WINDOWS /MACHINE:X86 /ERRORREPORT:PROMPT opensipstackd.lib DelayImp.lib |