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

CXML with C

sivaselvan
Beginner
478 Views
Hi,

I am using Compaq Visual Fortran 6.1A. I am trying to compile the C sample that comes with the installation of CXML. I added cxml.lib and the path to the lib path. I get the following link errors:

Linking...
cxml.lib(dxml_xerbla.obj) : error LNK2001: unresolved external symbol _for_write_seq_fmt
cxml.lib(dxml_xerbla.obj) : error LNK2001: unresolved external symbol _for_write_seq_fmt_xmit
cxml.lib(dxml_xerbla.obj) : error LNK2001: unresolved external symbol _for_stop_core
cxml.lib(ilaenv.obj) : error LNK2001: unresolved external symbol __OtsMoveMinimum
cxml.lib(ilaenv.obj) : error LNK2001: unresolved external symbol __OtsFill
Debug/trycxml.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.

Could somebody help ou? Thanks.

Siva
0 Kudos
1 Reply
Steven_L_Intel1
Employee
477 Views
You also need to link in dfor.lib and dfconsol.lib.

Steve
0 Kudos
Reply