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

Error in Packaging a Visual Basic and Fortran Programs

yshevach
Beginner
348 Views
I am trying to package to other users a fortran and visual basic programs. Using the Packaging toolbox from VB Studio to create a setup for other users. Once the setup is installed in another computer, I try to run the program but keep getting an Error "Err 57 path/file not found" or "*.dll not found". AS if the program can't find the fortran dll needed for the program. What can I do?
Thanks,Yael
0 Kudos
1 Reply
ArturGuzik
Valued Contributor I
348 Views

Yael,

(first guess) if the target machine does not have IVF installed you need to copy,apart from yourapplication, all required RTLs. See the thread created by Mike.

http://softwareforums.intel.com/ids/board/message?board.id=5&message.id=8489

A.

0 Kudos
Reply