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

Stupid Compile and Link problem with Visual Studio 2005

jerome_deniauinform-
362 Views
Hi to all, I am stuck, the projetc contains 8 programs to be generated, everything compiles and run ok with VS 2005 (For Lotus Domino)
BUT with Intel compiler 2 out of 8 cannot be compiled, my big problem is that there is no error, nothing at all, the only s*$^tg well boring thing is that Visual just says (in French)
1. Erreur > annul
Something like Error -> Canceled
What the hell is canceled?

On one section of the project I have 4 c files, all compile individually OK, but when I try to link same error:
If I use recompile all, one external lib is compiled OK but when it comes to the c files
2>Erreur: L'opration n'a pas pu tre termine. Erreur non spcifie

That means: Error: operation not completed. Error is not specified

Any idea will be appreciated ;-))

All compiling options are the same accross all project, same libs and paths for include, etc... same compiling options.....
0 Kudos
1 Reply
JenniferJ
Moderator
362 Views

That means: Error: operation not completed. Error is not specified

Try the steps here - http://software.intel.com/en-us/forums/showthread.php?t=66344

See if it helps.

Jennifer
0 Kudos
Reply