- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If the Fortran excutable is compiled under 32 bit Windows XP SP3, can the excutable be run on 64 bit Windows Server 2008 with redistributable libraries installed?
If yes, should the redistributable libraries be IA-32 or Intel-64? Actually both were tried but neither worked.The following is the error:
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
If no, must the source code be recompiled under 64 bit environment?
Many thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
lz wrote:The problem is probably specific to your application and system, and for that reason it is unlikely that it can be solved without knowing specifics.... Based on your answer, this should work, but the error (Exception from HRESULT: 0x8007000B) still exists. Could you please give some possible improvements?
My suggestion would be to (i) ascertain the DLLs that your application depends on, (ii) check that these DLLs are accessible through the PATH variable during execution, and (iii) that the DLLs so accessed are the correct versions (DLL-32/DLL-64, in particular).

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