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

Create dll

dollois
Beginner
413 Views
I have install the visual C++.net 2003 as my intel visaul fortran compiler required it.
But I still have some problem to ceate DLL files. Can you send me some information on how doing it.
Also I use a thermal simiulation software called TRnsys, in it there is a proforma to create new component. When yo u export the fortran files from it, it create a workspace in the visual studio. The problem is that the workspace appears as a C++ workspace and not a fortran one. Do you know what could happen. And did you hear about that kind of problem from other users of the TRnsys software.
Thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
413 Views
There is a chapter of the Visual Fortran Building Applications manual on building and using DLLs. What problems are you having?

I am not familiar with TRnsys. If it creates a C project you will have to create your own Fortran project, add the source files, and delete the C project. There is no way to convert.
0 Kudos
Reply