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

Problem with export procedures in fortran dll

russianhandshake
Beginner
914 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
914 Views
Which compiler are you using? The file you uploaded seems not an valid IVF project file.
0 Kudos
Steven_L_Intel1
Employee
914 Views
The .MDP implies Microsoft Fortran PowerStation.
0 Kudos
Reply