Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
告知
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Debug IVF9.1 DLL

Anonymous49
ビギナー
832件の閲覧回数
How do I debug the Fortran part of aprogramthatis a VB maincalling an IVF9.1 dll? It is running in Visual Studio 2005.
I can debug the VB part ok, but in the Fortran project I get the message "The breakpoint will not currently be hit. No symbols have been loaded for this document.."
I've tried various compiler/linker options to no avail. I presume it's something simple thatI am missing.
Thanks,
Phil
0 件の賞賛
3 返答(返信)
Nick2
新規コントリビューター I
832件の閲覧回数
Don't know if this might help, but with IVF's granddaddy CVF I start the FORTRAN debugger, with the executable for the debug session set to my VB executable. Works well.

As long as you don't do anything funny like remoting, just go in your fortran project, start debugging it with the debugging executable set as the VB executable, and you should be good. I'm assuming your Fortran is a DLL.
Steven_L_Intel1
従業員
832件の閲覧回数
First, the DLL and the VB program should be in the same "solution". If the VB program is native (not VB.NET managed code), that's all you have to do. If it is managed, you also have to go to the Debug property page of the VB.NET project and check the box to enable unmanaged code debugging.
Anonymous49
ビギナー
832件の閲覧回数
Thanks, but I need more detail to try this. How do I set the executable to the VB executable? Yes, the Fortran is a DLL.
返信