<?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 Lorri you are correct about in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972798#M97527</link>
    <description>&lt;P&gt;Lorri you are correct about adding /libs:qwin helps.&amp;nbsp; This allows for a successful linking of the code.&amp;nbsp; But at run time the code crashes with an error (in a QuickWin utility function).&amp;nbsp; Note I have also investigated changing the the run time library to rtQuickWin -- as well as adjusting the KEYWORD in the vfproj file to QuickWin -- as well as all permuations of these changes.&lt;/P&gt;
&lt;P&gt;The bottom line seems to be that the vfproj file from cmake sets far too many options and one or more of these is interfering with the creation of a proper executable.&amp;nbsp; When I build the project 'manual', i.e. directly from within Visual Studio, everything works fine and I note that the vfproj file is substantially simpler.&amp;nbsp; It simply uses a lot of default options unlike the cmake generated vfproj.&lt;/P&gt;
&lt;P&gt;So I am still searching for the crucial difference.&lt;/P&gt;
&lt;P&gt;-sanjay&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2013 16:15:33 GMT</pubDate>
    <dc:creator>sanjayg0</dc:creator>
    <dc:date>2013-08-09T16:15:33Z</dc:date>
    <item>
      <title>Generate</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972792#M97521</link>
      <description>&lt;P&gt;I am converting a project to use cmake to generate my visual studio (2010) project files.&lt;/P&gt;
&lt;P&gt;When I directly use Visual Studio to (successfully) compile/link my project, I start by creating a "QuickWin Application Intel(R) Visual Fortan" project. This seems to set up all the correct libraries et cetera for my project.&lt;/P&gt;
&lt;P&gt;When I use cmake (2.8.10.2) I can not seem to figure out how to have it generate the Visual Studio project file with the same defaults. And I can not seem to see how to change the cmake generated Visual Studio project file to be of the QuickWin type.&lt;/P&gt;
&lt;P&gt;Does someone know how to do this? or is there a place to see what options the "QuickWin Application Intel(R) Visual Fortan" project selection has set so that I can try to coax cmake to set them?&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;-sanjay&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 19:13:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972792#M97521</guid>
      <dc:creator>sanjayg0</dc:creator>
      <dc:date>2013-08-08T19:13:30Z</dc:date>
    </item>
    <item>
      <title>Can cmake create a Fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972793#M97522</link>
      <description>&lt;P&gt;Can cmake create a Fortran project at all?&amp;nbsp; You can open a .vfproj file in Notepad to see what it looks like.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 19:36:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972793#M97522</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-08-08T19:36:58Z</dc:date>
    </item>
    <item>
      <title>Yes, we use cmake to generate</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972794#M97523</link>
      <description>&lt;P&gt;Yes, we use cmake to generate some of our Fortran project(s).&amp;nbsp; Also has several c libraries that are combined.&amp;nbsp; It takes a bit of getting used to if you've been using Visual Studio all along.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 19:43:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972794#M97523</guid>
      <dc:creator>lklawrie</dc:creator>
      <dc:date>2013-08-08T19:43:07Z</dc:date>
    </item>
    <item>
      <title>Steve, </title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972795#M97524</link>
      <description>&lt;P&gt;Thanks for the hint.&amp;nbsp; I was reading the .sln files.&amp;nbsp; I will have a look at the .vfproj files&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 21:03:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972795#M97524</guid>
      <dc:creator>sanjayg0</dc:creator>
      <dc:date>2013-08-08T21:03:13Z</dc:date>
    </item>
    <item>
      <title>Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972796#M97525</link>
      <description>&lt;P&gt;Steve,&lt;/P&gt;
&lt;P&gt;The .vfproj files seem to give the hint as to how to fix the problem.&amp;nbsp; One thing I see right off is that cmake only supports the runtime libraries rtMultiThreaded[Debug][DLL].&amp;nbsp; There is no generator option for rtQuickWin.&amp;nbsp; This is a bit dissappointing but at least I know know where to start hacking.&lt;/P&gt;
&lt;P&gt;Thanks for the help.&amp;nbsp; -sanjay&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2013 21:59:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972796#M97525</guid>
      <dc:creator>sanjayg0</dc:creator>
      <dc:date>2013-08-08T21:59:13Z</dc:date>
    </item>
    <item>
      <title>Try adding /libs:qwin to the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972797#M97526</link>
      <description>&lt;P&gt;Try adding /libs:qwin to the command line; it puts linker directives in the object file to include the QuickWin libraries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; --Lorri&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 09:23:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972797#M97526</guid>
      <dc:creator>Lorri_M_Intel</dc:creator>
      <dc:date>2013-08-09T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Lorri you are correct about</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972798#M97527</link>
      <description>&lt;P&gt;Lorri you are correct about adding /libs:qwin helps.&amp;nbsp; This allows for a successful linking of the code.&amp;nbsp; But at run time the code crashes with an error (in a QuickWin utility function).&amp;nbsp; Note I have also investigated changing the the run time library to rtQuickWin -- as well as adjusting the KEYWORD in the vfproj file to QuickWin -- as well as all permuations of these changes.&lt;/P&gt;
&lt;P&gt;The bottom line seems to be that the vfproj file from cmake sets far too many options and one or more of these is interfering with the creation of a proper executable.&amp;nbsp; When I build the project 'manual', i.e. directly from within Visual Studio, everything works fine and I note that the vfproj file is substantially simpler.&amp;nbsp; It simply uses a lot of default options unlike the cmake generated vfproj.&lt;/P&gt;
&lt;P&gt;So I am still searching for the crucial difference.&lt;/P&gt;
&lt;P&gt;-sanjay&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 16:15:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972798#M97527</guid>
      <dc:creator>sanjayg0</dc:creator>
      <dc:date>2013-08-09T16:15:33Z</dc:date>
    </item>
    <item>
      <title>QuickWin needs two things:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972799#M97528</link>
      <description>&lt;P&gt;QuickWin needs two things:&lt;/P&gt;
&lt;P&gt;1. /libs:qwin&lt;BR /&gt;2. /subsystem:windows (linker option)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 19:24:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972799#M97528</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-08-09T19:24:20Z</dc:date>
    </item>
    <item>
      <title>Steve, that was the solution!</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972800#M97529</link>
      <description>&lt;P&gt;Steve, that was the solution!&amp;nbsp; Thanks so much.&amp;nbsp; I was just about to write a custom_command for cmake to force it in a rather painstaking way to create a .sln and .vfproj file that I know would work.&amp;nbsp; But your point 2 solved everything without having to suffer through the custom route.&lt;/P&gt;
&lt;P&gt;To summarize, two steps were needed to get things working between cmake and VisualStudio for a QuickWin application.&amp;nbsp; After running cmake, go to the project properties, then&lt;/P&gt;
&lt;P&gt;1: Under Fortran,Libraries select QuickWin for the runtime library, click apply&lt;/P&gt;
&lt;P&gt;2: Under Linker,System select Windows for the SubSystem, click apply&lt;/P&gt;
&lt;P&gt;-sanjay&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 21:22:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Generate/m-p/972800#M97529</guid>
      <dc:creator>sanjayg0</dc:creator>
      <dc:date>2013-08-09T21:22:40Z</dc:date>
    </item>
  </channel>
</rss>

