Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29427 Discussions

LNK2001: unresolved external symbol .T526__pack

bnm1
Beginner
846 Views

Ihave problem inmigrating QwickWin CVF projects (Standard Edition 6.6a ) to IVF.

Converted projects do not link. Build Log:

Linking...

main.obj : error LNK2001: unresolved external symbol .T526__pack

main.obj : error LNK2001: unresolved external symbol .T1747__pack

main.obj : error LNK2001: unresolved external symbol .T2491__pack

main.obj : error LNK2001: unresolved external symbol .T3209__pack

main.obj : error LNK2001: unresolved external symbol .T3748__pack

main.obj : error LNK2001: unresolved external symbol .T4695__pack

fatal error LNK1120: 6 unresolved externals build failed.

Whatare .T526__pack, .T1747__pack,..?

0 Kudos
3 Replies
Steven_L_Intel1
Employee
846 Views
Those are symbols generated by the compiler and you should not be seeing these errors. If you are using the current 9.1.033 compiler and have this problem, please submit a test case to Intel Premier Support.
0 Kudos
bnm1
Beginner
846 Views

That was my guess.

This is the older Standard Edition version 9.0.2713.2003 (the licence expired 2006/07/11 so I can not install the latest version)

Thank you

0 Kudos
Steven_L_Intel1
Employee
846 Views

Well, 9.0.2713.2003 is not the compiler version, that's the Visual Studio integration version. You should be able to install the 9.1.024 package. I would suggest sending a test case to Intel Premier Support anyway so we can make sure that it isn't still a problem.

0 Kudos
Reply