- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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...