From: noneofthis [#1]
14 May 2008
To: ALL
:-$
Hi,
I do have get xeffort and wana use it,
trying to test the several examples I'm unable to make several of them working, even after having updated Visual fortran to 6.6C3 and rebuild xeffort library.
For example trying to run "dialogtest" I got the following error:
Linking...
LINK : fatal error LNK1104: cannot open file "iflogm.lib"
Error executing link.exe.
DialogTest.exe - 1 error(s), 0 warning(s)
I do not find any place making reference to iflogm.lib!!!!
Help will be greatfull
Thanks
noneofthis
From: geezer (MG) [#2]
14 May 2008
To: ALL
`um.lib is part of the Intel (IVF) library and is not needed by Xeffort.
To check your installation of Xeffort, please
1) Open Visual Studio and select menu Help then About. It should say "Compaq Visual Fortran ... Edition 6.6C"
2) Pull down menu Tools. Items "Xeffort Wizard" and "Xeffort Help" should appear in the list.
3) Build a sample program by:
a)Select File-> New
b)The "New" dialog should open with the "Projects" tab selected. "Fortran Xeffort Application" should be in the list. If so, select it and fill in a project name, such as "MyTest", and a project location. Click OK and
c)The "Fortran Xeffort Application" dialog should appear. Click the dialog application and press Finish.
d)A workspace with your project name should appear. Build and execute it.
4) A simple dialog with "TODO" should appear.
If you can get to Step 4) then Xeffort is working and your problem is likely a bad USE statement. If not, please tell me which step in the above procedure failed.