When I build my release fortran .dll using Intel(R) Visual Fortran Compiler for applications running on IA-32,
version 16.0.2 Package ID: w_comp_lib_2016.2.180 under VS 2013, dependency walker shows that I am linked with the
64 bit libraries despite having selected the x86 solution platform.
If I edit the system path environment variable to remove the references to the intel fortran 64 bit libraries, I get a .dll that references the intel 32 bit libraries.
Editing the path variable seems extreme.... Is there a way to force linking with the proper libraries?