Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
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.
29286 Discussions

Problem with export procedures in fortran dll

russianhandshake
Beginner
950 Views
hi all!
i'm totally new to fortran. i need to build a dll to use fortran subroutines in my c# code. i add
!DEC$ ATTRIBUTES DLLEXPORT :: SUBROUTINE_NAME in each procedure that i want to have available in C#, compile, build it, but as result C# doesn't find enrty points. also scanning my dll with PE Explorer shows no export functions. Can someone help me with that, please? I attached the project
thank you
0 Kudos
2 Replies
Xiaoping_D_Intel
Employee
950 Views
Which compiler are you using? The file you uploaded seems not an valid IVF project file.
0 Kudos
Steven_L_Intel1
Employee
950 Views
The .MDP implies Microsoft Fortran PowerStation.
0 Kudos
Reply