Click here to Skip to main content
15,902,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionunresolved external symbol in TAPI prog Pin
AmbiguousName26-Aug-10 10:46
AmbiguousName26-Aug-10 10:46 
AnswerRe: unresolved external symbol in TAPI prog Pin
Niklas L26-Aug-10 11:29
Niklas L26-Aug-10 11:29 
GeneralRe: unresolved external symbol in TAPI prog Pin
AmbiguousName26-Aug-10 23:09
AmbiguousName26-Aug-10 23:09 
AnswerRe: unresolved external symbol in TAPI prog Pin
«_Superman_»26-Aug-10 17:45
professional«_Superman_»26-Aug-10 17:45 
GeneralRe: unresolved external symbol in TAPI prog Pin
Niklas L26-Aug-10 20:36
Niklas L26-Aug-10 20:36 
GeneralRe: unresolved external symbol in TAPI prog Pin
AmbiguousName26-Aug-10 23:37
AmbiguousName26-Aug-10 23:37 
GeneralRe: unresolved external symbol in TAPI prog Pin
wsauer27-Aug-10 15:01
wsauer27-Aug-10 15:01 
QuestionIntel IPP static libs addition to the project Pin
Chesnokov Yuriy26-Aug-10 10:15
professionalChesnokov Yuriy26-Aug-10 10:15 
Anyone tried Intel IPP libs with Multithreaded static linkage with dispatching?

I've got those link errors:

1>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __malloc_dbg already defined in MSVCRTD.lib(MSVCR100D.dll)
1>LIBCMTD.lib(sprintf.obj) : error LNK2005: _sprintf already defined in MSVCRTD.lib(MSVCR100D.dll)
1>LIBCMTD.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRTD.lib(MSVCR100D.dll)
...

These are the libs I added as described in manual:

ippccemerged.lib
ippccmerged_t.lib
ippiemerged.lib
ippimerged_t.lib
ippjemerged.lib
ippjmerged_t.lib
ippcore_t.lib
ippsemerged.lib
ippsmerged_t.lib
libiomp5mt.lib
libirc.lib

However with non-multithreaded static linkage without libiomp5mt.lib all compiles perfectly
Чесноков

AnswerRe: Intel IPP static libs addition to the project Pin
Niklas L26-Aug-10 11:38
Niklas L26-Aug-10 11:38 
GeneralRe: Intel IPP static libs addition to the project Pin
Chesnokov Yuriy26-Aug-10 19:35
professionalChesnokov Yuriy26-Aug-10 19:35 
AnswerRe: Intel IPP static libs addition to the project Pin
«_Superman_»26-Aug-10 17:56
professional«_Superman_»26-Aug-10 17:56 
GeneralRe: Intel IPP static libs addition to the project Pin
Chesnokov Yuriy26-Aug-10 19:37
professionalChesnokov Yuriy26-Aug-10 19:37 
GeneralRe: Intel IPP static libs addition to the project Pin
«_Superman_»27-Aug-10 3:56
professional«_Superman_»27-Aug-10 3:56 
QuestionAnyone use CppCheck ? Enum 'MyEnum' hides typedef with same name... Pin
Maximilien26-Aug-10 3:32
Maximilien26-Aug-10 3:32 
QuestionRe: Anyone use CppCheck ? Enum 'MyEnum' hides typedef with same name... Pin
David Crow26-Aug-10 3:55
David Crow26-Aug-10 3:55 
AnswerRe: Anyone use CppCheck ? Enum 'MyEnum' hides typedef with same name... Pin
Maximilien26-Aug-10 4:20
Maximilien26-Aug-10 4:20 
QuestionChecking connection Status Pin
ShibuKizhepat26-Aug-10 0:23
ShibuKizhepat26-Aug-10 0:23 
AnswerRe: Checking connection Status PinPopular
Moak26-Aug-10 1:02
Moak26-Aug-10 1:02 
QuestionIdentifying Memory leak location Pin
ganesh.dp26-Aug-10 0:01
ganesh.dp26-Aug-10 0:01 
AnswerRe: Identifying Memory leak location Pin
Aescleal26-Aug-10 0:16
Aescleal26-Aug-10 0:16 
GeneralRe: Identifying Memory leak location Pin
ganesh.dp26-Aug-10 0:27
ganesh.dp26-Aug-10 0:27 
AnswerRe: Identifying Memory leak location Pin
Niklas L26-Aug-10 0:41
Niklas L26-Aug-10 0:41 
AnswerRe: Identifying Memory leak location PinPopular
Frank Seidler26-Aug-10 1:08
Frank Seidler26-Aug-10 1:08 
AnswerRe: Identifying Memory leak location PinPopular
Chris Losinger26-Aug-10 1:10
professionalChris Losinger26-Aug-10 1:10 
AnswerRe: Identifying Memory leak location Pin
chen shi26-Aug-10 5:10
chen shi26-Aug-10 5:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.