- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You also need to link in dfor.lib and dfconsol.lib.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page