Connecting Tech Pros Worldwide Forums | Help | Site Map

MSVC++ linking with Intel libs

JSeligstein@gmail.com
Guest
 
Posts: n/a
#1: Jul 11 '06
Hey all. I am trying to link my application with a threaded image
library which tries to link to (at least) libmmt.lib and libirc.lib.
Quote:
>From good-ole google, these appear to be part of the Intel compiler and
I am using MSVC++ 2005 Express Edition. Can anyone help me link these?
I don't even appear to have these files on the computer. Surely there
is a way.


mlimber
Guest
 
Posts: n/a
#2: Jul 11 '06

re: MSVC++ linking with Intel libs


JSeligstein@gmail.com wrote:
Quote:
Hey all. I am trying to link my application with a threaded image
library which tries to link to (at least) libmmt.lib and libirc.lib.
Quote:
From good-ole google, these appear to be part of the Intel compiler and
I am using MSVC++ 2005 Express Edition. Can anyone help me link these?
I don't even appear to have these files on the computer. Surely there
is a way.
You'll need to post in an Intel or more likely a Microsoft newsgroup
since this group is concerned only with the standard C++ language, not
arbitrary third-party libraries. See this FAQ for what is on-topic here
and for some suggestions of where you might ask:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Cheers! --M

Closed Thread