Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29439 ディスカッション

View Fortran DLL content

Ashanti__Bobo
ビギナー
1,439件の閲覧回数

Hi

I have a Fortran DLL file that I use for multibody dynamics simulations. 

I need to open this DLL file and tune some parameters. However, I do not have the original source code. 

Can someone show me how to open a compiled  DLL file?

Thank you

0 件の賞賛
1 解決策
Steve_Lionel
名誉コントリビューター III
1,439件の閲覧回数

You can't - sorry. The DLL is a complex series of machine instructions that carry out what the original source code told it to. You have to find the original source, make the changes you want, and rebuild the DLL.

元の投稿で解決策を見る

3 返答(返信)
Steve_Lionel
名誉コントリビューター III
1,440件の閲覧回数

You can't - sorry. The DLL is a complex series of machine instructions that carry out what the original source code told it to. You have to find the original source, make the changes you want, and rebuild the DLL.

JohnNichols
高評価コントリビューター III
1,438件の閲覧回数

A lot of the original multi body problems coded in Fortran are present on the web, it depends on the method used. 

If you know the method you can probably find the code

So is it Runge Kutta Nystrom etc... 

Ashanti__Bobo
ビギナー
1,439件の閲覧回数

Thank you all for your response.

返信