- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I can successfully build and link a sample with the UMC API contained in the samples.
Thus, when I link with these libraries:
ippcore.lib
ipps.lib
ippsc.lib
F:\...\_bin\win32_cl8\lib\umc.lib
F:\...\_bin\win32_cl8\lib\speech.lib
I links successfully.
Though, when I try to link with these libs:
ippcorel.lib
ippsemerged.lib
ippscemerged.lib
F:\...\_bin\win32_cl8\lib\umc.lib
F:\...\_bin\win32_cl8\lib\speech.lib
I get tons of unresolved externals errors, starting like this:
ippsemerged.lib(ipps00042.obj) : error LNK2001: unresolved external symbol _p8_ippsZero_16s@8
ippsemerged.lib(ipps00042.obj) : error LNK2001: unresolved external symbol _v8_ippsZero_16s@8
ippsemerged.lib(ipps00042.obj) : error LNK2001: unresolved external symbol _t7_ippsZero_16s@8
ippsemerged.lib(ipps00042.obj) : error LNK2001: unresolved external symbol _w7_ippsZero_16s@8
ippsemerged.lib(ipps00042.obj) : error LNK2001: unresolved external symbol _px_ippsZero_16s@8
ippsemerged.lib(ipps00323.obj) : error LNK2001: unresolved external symbol _p8_ippsLinToMuLaw_16s8u@12
ippsemerged.lib(ipps00323.obj) : error LNK2001: unresolved external symbol _v8_ippsLinToMuLaw_16s8u@12
ippsemerged.lib(ipps00323.obj) : error LNK2001: unresolved external symbol _t7_ippsLinToMuLaw_16s8u@12
ippsemerged.lib(ipps00323.obj) : error LNK2001: unresolved external symbol _w7_ippsLinToMuLaw_16s8u@12
ippsemerged.lib(ipps00323.obj) : error LNK2001: unresolved external symbol _px_ippsLinToMuLaw_16s8u@12
ippsemerged.lib(ipps00018.obj) : error LNK2001: unresolved external symbol _p8_ippsCopy_16s@12
What do I have to do to get all the stuff linked statically (with dispatching)??
Thanks,
Matthias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Matthias,
Besize adding the *emerged.lib libraries, you also need to add *merged.lib libraries into the linking option:
For example:
ippcorel.lib
ippsemerged.lib ippsmerged.lib
ippscemerged.lib ippscmerged.lib
ippvcemerged.lib ippvcmerged.lib
....
F:..._binwin32_cl8libumc.lib
F:..._binwin32_cl8libspeech.lib
....
thanks,
Chao
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Matthias,
Besize adding the *emerged.lib libraries, you also need to add *merged.lib libraries into the linking option:
For example:
ippcorel.lib
ippsemerged.lib ippsmerged.lib
ippscemerged.lib ippscmerged.lib
ippvcemerged.lib ippvcmerged.lib
....
F:..._binwin32_cl8libumc.lib
F:..._binwin32_cl8libspeech.lib
....
thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oh, that was easy but it wasn't clear from the documentation..
Thanks very much,
mm

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page