- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I am looking for a Fortran compiler that compiles to MS Intermediate Language. At present the only Fortran compiler I am certain about in this regard is Layey's. The IVF literature says that v9 is integrated with VS .NET, but how far does the integration go? Does IVF v9 compile to MSIL?
Thanks for your help!
コピーされたリンク
3 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
No, it does not. Integration in this context means that it shares the Microsoft development environment. (MS is eliminating this confusion in the future by dropping the .NET name from Visual Studio.)
IVF does allow you to build Fortran DLLs that can be called by managed code and provides support routines for such things as BSTRINGS and SAFEARRAYS.
IVF does allow you to build Fortran DLLs that can be called by managed code and provides support routines for such things as BSTRINGS and SAFEARRAYS.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I use Salford's FTN95 for that purpose. It is good enough but I don't know if it is better than Lahey or not.
Sabalan.