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

Calling C++ mangled functions

Intel_C_Intel
Employee
891 Views
I'm trying to link to a third party DLL, its functions are VC++ name mangled. Is there any way to call these functions from FORTRAN, since I am obviously unable to change the conventions in the DLL?
0 Kudos
2 Replies
Intel_C_Intel
Employee
891 Views
Actually...
running depends.exe on the DLL doesn't show any mangling (does it ever?), but the .lib files do, when viewed through notepad...
0 Kudos
Intel_C_Intel
Employee
891 Views
OK...seems I've got it to link, just had to determine which bits of decoration were necessary....
0 Kudos
Reply