Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
공지
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Run DLL compiled with Fortran11

bohluly
초급자
520 조회수
I want run a DLL that is compiled with Fortran11in another computer.
It works in computers that have Fortran11 (win XP) or computers with Win7, but itdoesn'twork in computers thatdoesn'thave Fortran11
Which files must be installed with the DLL.
Thanks a lot ,
0 포인트
3 응답
netphilou31
새로운 기여자 III
521 조회수
You need to use "Dependency Walker" to identify all the external libraries used by your DLL. If you don't want to install runtime libraries it is better to link statically your dll with the libraries (/libs:static compiler directive; even if this will slightly increase the dll size).
0 포인트
bohluly
초급자
521 조회수
Thanks a lot it was a good advice, I wasn'tfamiliarwith "Dependency Walker".
It works :)
0 포인트
Jugoslav_Dujic
소중한 기여자 II
521 조회수
Anyway, Intel redistributables setup is here, in case you need it (those are the same ones that are shipped with the compiler, just more neatly packaged):

http://software.intel.com/en-us/articles/redistributable-libraries-of-the-intel-c-and-fortran-compiler-for-windows/
0 포인트
응답