Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7957 Discussions

Failed to link icl compiled sub-project to c1 compiled main-porject

kalven
Beginner
321 Views

I have a main-project depends on some sub-projects. One sub-project is suffered from bad performance, so I using icl to compile this sub-project.(now I am ready to transfer main-project to use icl compiler)

But there are some linking errors: LNK2001, some of my own functions is not recognized by the LINK.

What's the matter? how can I fix them?

0 Kudos
1 Reply
TimP
Honored Contributor III
321 Views
One would suspect those functions didn't compile, and that you should examine error messages.
0 Kudos
Reply