调试调用Fortran DLL的VB6项目

问题描述 投票:2回答:1

我们可以调试一个调用Fortran DLL的VB6应用程序吗?

我搜索过像我一样的问题(Debugging VB6 project that calls a .Net(C#) dll)。根据Hans Passant的回答,我试图“选择'启动外部程序'选项”,但我找不到这个选项(图1)。

我使用Microsoft Visual Studio 2010和Intel Parallel Studio XE 2011。

我该怎么办?

enter image description here

debugging dll vb6 fortran visual-studio-debugging
1个回答
-2
投票

您需要根据以下MSDN文档将VB6项目升级到VB 2010。

https://msdn.microsoft.com/en-us/library/bszew91f(v=vs.100).aspx

然后请参考cup的建议,将Fortran.pdb文件添加到与Fortran.dll相同的路径并使用VS2010进行调试。

© www.soinside.com 2019 - 2024. All rights reserved.