<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Debbuging a DLL in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896127#M79661</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Put in the path to the EXE that starts the IDL environment.&lt;BR /&gt;</description>
    <pubDate>Tue, 26 May 2009 13:28:56 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2009-05-26T13:28:56Z</dc:date>
    <item>
      <title>Debbuging a DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896121#M79655</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Is it possible to debug a dll or generate a core dump file in windows? I call the Fortran-dll from IDL (interactive data language). I need it because my written dll crashes anywhere and anytime.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope, that someone can help me.&lt;BR /&gt;&lt;BR /&gt;Thanks, Hannes</description>
      <pubDate>Mon, 25 May 2009 17:19:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896121#M79655</guid>
      <dc:creator>hgr_iwf</dc:creator>
      <dc:date>2009-05-25T17:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debbuging a DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896122#M79656</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Yes. Right click on your DLL project and select Properties, Debugging. In the path to execute, put the path to the EXE that calls your DLL. Set a breakpoint in your DLL routine(s) and then press F5 to start debugging. Your program will load, and when it calls the DLL the breakpoint will be hit.&lt;BR /&gt;&lt;BR /&gt;Make sure that the DLL being invoked is the Debug build result.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 19:30:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896122#M79656</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-05-25T19:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debbuging a DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896123#M79657</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Yes. Right click on your DLL project and select Properties, Debugging. In the path to execute, put the path to the EXE that calls your DLL. Set a breakpoint in your DLL routine(s) and then press F5 to start debugging. Your program will load, and when it calls the DLL the breakpoint will be hit.&lt;BR /&gt;&lt;BR /&gt;Make sure that the DLL being invoked is the Debug build result.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks for your help, but I get following error message, when I press F5 to start debugging:&lt;BR /&gt;"Visual Studio cannot debug because a debug target has not been specified."&lt;BR /&gt;&lt;BR /&gt;Is it correct, when I set in the Debugging Properties of my DLL project in the Field "Working Directory" my path where I copied my dll into the folder where my exe-file is located? And I only have to copy the debug dll in the folder where the exe-file is located?&lt;BR /&gt;&lt;BR /&gt;Have I to do other settings?&lt;BR /&gt;&lt;BR /&gt;Thanks, Hannes&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 09:15:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896123#M79657</guid>
      <dc:creator>hgr_iwf</dc:creator>
      <dc:date>2009-05-26T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debbuging a DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896124#M79658</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/414851"&gt;hgr_iwf&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Thanks for your help, but I get following error message, when I press F5 to start debugging:&lt;BR /&gt;"Visual Studio cannot debug because a debug target has not been specified."&lt;BR /&gt;&lt;BR /&gt;Is it correct, when I set in the Debugging Properties of my DLL project in the Field "Working Directory" my path where I copied my dll into the folder where my exe-file is located? And I only have to copy the debug dll in the folder where the exe-file is located?&lt;BR /&gt;&lt;BR /&gt;Have I to do other settings?&lt;BR /&gt;&lt;BR /&gt;Thanks, Hannes&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hannes,&lt;BR /&gt;&lt;BR /&gt;I haven't tried this, but I think you would be better using the debug version of the DLL insitu in the folder where it was created through Visual Studio. Add this folder to your PATH so that the .exe file can find it.&lt;BR /&gt;&lt;BR /&gt;I think this will work better than trying to move the DLL, or elase VS won't know where it (and other files it needs) are.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Tue, 26 May 2009 09:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896124#M79658</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2009-05-26T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debbuging a DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896125#M79659</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Sorry, I misremembered the field to set. It is "Command" under Debugging. Put the full path to the executable there.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 12:21:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896125#M79659</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-05-26T12:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debbuging a DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896126#M79660</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; Sorry, I misremembered the field to set. It is "Command" under Debugging. Put the full path to the executable there.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Is it only possible to debug it with an exe-file? The problem is that I cannot generate an exe-file. I only can execute my source code with the programming environment of IDL.&lt;BR /&gt;&lt;BR /&gt;kind regards,&lt;BR /&gt;Hannes&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 13:05:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896126#M79660</guid>
      <dc:creator>hgr_iwf</dc:creator>
      <dc:date>2009-05-26T13:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Debbuging a DLL</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896127#M79661</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Put in the path to the EXE that starts the IDL environment.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 13:28:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Debbuging-a-DLL/m-p/896127#M79661</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-05-26T13:28:56Z</dc:date>
    </item>
  </channel>
</rss>

