Hi,
I am getting "The LIBIFORTMD.DLL file is linked to missing export KERNEL32.DLL:GetVolumePathNameA." error message in Win98. According to the dependency walker I am only using Sortqq from libifortmd.dll. But according to Intel Fortran System Requirements Win98 should be supported for application deployment. Did I miss something?
What other options do I have?
Note:
According to MSDN, GetVolumePathName is supported only in
Windows XP and Windows 2000 Professional.
I am getting "The LIBIFORTMD.DLL file is linked to missing export KERNEL32.DLL:GetVolumePathNameA." error message in Win98. According to the dependency walker I am only using Sortqq from libifortmd.dll. But according to Intel Fortran System Requirements Win98 should be supported for application deployment. Did I miss something?
What other options do I have?
Note:
According to MSDN, GetVolumePathName is supported only in
Windows XP and Windows 2000 Professional.
連結已複製
6 回應
Ifort -v returns
Intel Fortran Compiler for 32-bit applications, Version 8.1 Build 20040802
Z Package ID: w_fc_p_8.1.021
Copyright (C) 1985-2004 Intel Corporation. All rights reserved.
And libifportmd.dll file version is 8.1.11.0
Intel Fortran Compiler for 32-bit applications, Version 8.1 Build 20040802
Z Package ID: w_fc_p_8.1.021
Copyright (C) 1985-2004 Intel Corporation. All rights reserved.
And libifportmd.dll file version is 8.1.11.0
Well, we are in the middle of our development cycle, so even if it worked, we can not switch to a new version of the compiler. But I was able to remove the dependency to libifportmd.dll, and our testers inform me that my fix seems to work.
I do not have a spare development machine I can test 8.1.030 right now, but I will post the results when I do.
Thank you...
I do not have a spare development machine I can test 8.1.030 right now, but I will post the results when I do.
Thank you...
