- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Environment :
Intel® Parallel Studio XE 2018 Update 5 Composer Edition for Fortran Windows* Integration for Microsoft Visual Studio* 2015, Version 18.0.0044.14
Microsoft Visual C++ 2015
I have FORTRAN DLL which have to compile to 64bit and this will be used in 32bit c++ project.
I attached sample of FORTRAN DLL as ForanDLLTest.zip and c++ project as cppFortran.zip.
When FORTRAN DLL is compiled to 32bit, there are no problem to use DLL in cpp project.
But when FORTRAN library is compiled to 64bit, LNK2019 error occurs in cpp project.
How can I resolve this..?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Hyungjun K.,
This is not a Fortran or an Intel Fortran compiler product matter, you need to look at your device operating system (OS) side of things for this, see what the OS vendor (Microsoft) informs you in terms of what is supported e.g., "Process Interoperability" https://docs.microsoft.com/en-us/windows/win32/winprog64/process-interoperability where it says, "a 32-bit process cannot load a 64-bit DLL"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You cannot mix 32-bit and 64-bit code in an application.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page