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

ipo warning #11024

_____1
Beginner
323 Views
Hello.

This is my ploblem.

I installed Intel C++ Composer XE 2011 update 3 for correspoing to VS2010.
I builded on release mode, I get following warning.

ipo : warning #11024: main entry point is not found.
ipo-1 : warning #11024: main entry point is not found.
ipo-2 : warning#11024: main entry point is not found.

ipo-3 : warning #11024: main entry point is not found.
ipo-4 : warning #11024: main entry point is not found.

Build component is dll, and there is DLLMain() API.
So I can notresolve this warning.

Please help me.

0 Kudos
1 Reply
Feilong_H_Intel
Employee
323 Views
Hi there,

I created a simple DLL project with VS wizard. Then converted to Intel C++ project and enabled IPO. Unfortunately I didn't see the ipo warning you mentioned. Is it possible for you to upload a small project that demostrates the problem?

Thank you.
--
Feilong H.
Intel Developer Support

Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
0 Kudos
Reply