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

Integrating Xeffort libraries

davidgraham
Beginner
488 Views
I am updating from cvf to ivf and am getting the following error with dflogm.lib

fatal error LNK1104: cannot open file 'dflogm.lib'

I don't have a dflogm.lib on my compter.

The call is from a Xeffort library xflogm.fsb

!make sure we link with the correct libraries
!DEC$ OBJCOMMENT lib: "dflogm.lib"
!DEC$ OBJCOMMENT lib: "user32.lib"
!DEC$ OBJCOMMENT lib: "comctl32.lib"

I have download the new Xeffort libraries but am having problems getting them to integrate with my project.

I tried adding the source files to my project, maybe not the best but I thought the most fool proof way. I ended up with errors are some parts were calling others that hadn't jet been compiled - which I couldn't understand.

Advice on integrating the Xeffort libraries would be appreciated.

Thanks



0 Kudos
1 Reply
davidgraham
Beginner
488 Views
I fixed this myself - changing xflogm.fsb

!make sure we link with the correct libraries
!DEC$ OBJCOMMENT lib: "iflogm.lib"
!DEC$ OBJCOMMENT lib: "user32.lib"
!DEC$ OBJCOMMENT lib: "comctl32.lib"
0 Kudos
Reply