<?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: COM Wizard in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960891#M21804</link>
    <description>It maybe my options, but I'm still having to put &lt;BR /&gt;!DEC$ FREEFORM &lt;BR /&gt;at the begininning of every auto-generated file (i.e. the compiler is not distinguishing automatically between *.for and *.f90)</description>
    <pubDate>Tue, 31 Jul 2001 01:52:51 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-07-31T01:52:51Z</dc:date>
    <item>
      <title>COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960885#M21798</link>
      <description>I don't suppose there is the possibility of a future version of the COM Wizard giving you the choice of output in free or fixed format is there?</description>
      <pubDate>Fri, 27 Jul 2001 20:09:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960885#M21798</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-27T20:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960886#M21799</link>
      <description>Or can someone tell me if you can make a project compile proper;y with a mixture of free and fixed format files?</description>
      <pubDate>Fri, 27 Jul 2001 20:16:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960886#M21799</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-27T20:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960887#M21800</link>
      <description>There's no problem mixing fixed and free form in a project, as long as the free-form files have .f90 file types and the fixed-form have .f or .for.  Then the compiler selects the form automatically.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 27 Jul 2001 23:41:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960887#M21800</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-27T23:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960888#M21801</link>
      <description>Are you sure Steve? (I'm sure you are ;o) &lt;BR /&gt;I just ported some fixed format files into a COM Server project and when I tried to compile, I got errors from the auto-generated F90 files that related to fixed format (e.g. invalid characters in continuation line, not recognising '&amp;amp;' continuations). I had to reformat them all to be properly fixed format compliant before I could get a server compiled...</description>
      <pubDate>Fri, 27 Jul 2001 23:48:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960888#M21801</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-27T23:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960889#M21802</link>
      <description>You may have problems with INCLUDE files, but not with "normal" source files. AFAIK INCLUDEd file is assumed to have the same format as "includer". However, you may insert !DEC$FREEFORM or !DEC$NOFREEFORM as first line in include files &lt;BR /&gt;to let compiler handle them properly.</description>
      <pubDate>Sat, 28 Jul 2001 00:15:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960889#M21802</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2001-07-28T00:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960890#M21803</link>
      <description>Jugoslav is correct.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 28 Jul 2001 03:12:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960890#M21803</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-28T03:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960891#M21804</link>
      <description>It maybe my options, but I'm still having to put &lt;BR /&gt;!DEC$ FREEFORM &lt;BR /&gt;at the begininning of every auto-generated file (i.e. the compiler is not distinguishing automatically between *.for and *.f90)</description>
      <pubDate>Tue, 31 Jul 2001 01:52:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960891#M21804</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-31T01:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960892#M21805</link>
      <description>Can I modify the files in: &lt;BR /&gt; &lt;BR /&gt;Microsoft Visual StudioDF98TEMPLATESCOMSERVER &lt;BR /&gt; &lt;BR /&gt;to format the COM server wizard output the way I like it?</description>
      <pubDate>Tue, 31 Jul 2001 01:56:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960892#M21805</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-31T01:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960893#M21806</link>
      <description>If you are INCLUDEing the files, then the compiler doesn't care what the form is - it assumes the form of the file being compiled.  I thought one uses modules with the COM Server wizard - it's not a topic I'm all that familiar with.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 31 Jul 2001 02:08:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960893#M21806</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-07-31T02:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: COM Wizard</title>
      <link>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960894#M21807</link>
      <description>Hi Dan,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; It maybe my options, but I'm still having to put !DEC$ FREEFORM at the begininning of every auto-generated file (i.e. the compiler is not distinguishing automatically between *.for and *.f90)&lt;BR /&gt;&lt;BR /&gt;Take a look at your project settings, Fortran tab, Fortran Language category,  Source Form field.  "Use File Extension" is the default and behaves as Steve said.  If you have it set to something else, set it back to the default.  If you need to make a setting for a single source file, select that file in the Workspace view and then select Project -&amp;gt; Settings...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can I modify the files in: &lt;BR /&gt;Microsoft Visual StudioDF98TEMPLATESCOMSERVER &lt;BR /&gt;&lt;BR /&gt;to format the COM server wizard output the way I like it?&lt;BR /&gt;&lt;BR /&gt;Yes, at your own risk... ;-)  Here is a description from the latest documentation:&lt;BR /&gt;&lt;BR /&gt;Discussion of Wizard Code Generation&lt;BR /&gt;&lt;BR /&gt;The Wizard generates the code for your project from the files in the subdirectory of your project named project-nametemplates. The project-name.hie file contains the definition of your COM server in an undocumented text language. You should not manually edit the project-name.hie file ? the Wizard does this for you. &lt;BR /&gt;&lt;BR /&gt;Most of the other files in the project-nametemplates directory are templates of the source files generated for your project. These templates contain source code that is copied "as-is" to the generated sources, and embedded directives that guide the Wizard in generating the code specific to the COM server that you define. The directives use the information in the project-name.hie file. The directives are undocumented and subject to change.&lt;BR /&gt;&lt;BR /&gt;When you create a new Fortran COM Server project, the AppWizard creates the project-nametemplates directory and copies the templates from the Visual Fortran COM Server Wizard templates directory, ...Df98TemplatesCOMServer. &lt;BR /&gt;&lt;BR /&gt;The files in the COM Server Wizard templates directory may change with each release of Visual Fortran, but the templates in your project-nametemplates directory are never automatically updated. For example, if you create a COM server using Visual Fortran Version 6.5 and the next release of Visual Fortran (such as Version 6.5A) contains updated templates, the templates for your COM server are not automatically updated to the new 6.5A templates. If you modify the definition of your server, your project continues to use the 6.5 templates that it was created with. This has the advantage of not introducing different code into a project that you have developed and tested.&lt;BR /&gt;&lt;BR /&gt;However, there are two cases where you may want to modify the templates that are used by your project:&lt;BR /&gt;&lt;BR /&gt;A new release of Visual Fortran may contain additional features that can be used in your COM server project. Some of the new features may depend upon the new templates. These features will not be available to a pre-existing project unless you update the templates in the project-nametemplates directory. You do this by copying all of the files in the Visual Fortran COM Server Wizard templates directory ...Df98TemplatesCOMServer into the project-nametemplates directory, replacing all files with the same name. Your project will then use the new templates the next time that the definition of your server is modified and the project sources are regenerated. &lt;BR /&gt;When you want to modify the code generated by the Wizard. You may edit a template in your project-nametemplates directory. Editing code that is copied "as-i
s" is straight forward. Attempting to modify the embedded directives is unsupported and could cause the Wizard to fail when using the modified template. The embedded directives begin with an @ (at-sign) character. The next character determines the type of directive. The end of many directives is also delimited by an @ character followed by the matching end character for the type of directive. For example, @[ and @] are the delimiters for one type of directive. &lt;BR /&gt;The advantage of modifying a template is that you can customize the code generated by the Wizard. The disadvantages of modifying a template are:&lt;BR /&gt;&lt;BR /&gt;You must be very careful not to modify a template in a manner that causes the Wizard to generate bad code or fail. &lt;BR /&gt;You will not be able to update the project templates with the templates from a new release of Visual Fortran without having to re-apply your modifications to the new templates.</description>
      <pubDate>Tue, 31 Jul 2001 06:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/COM-Wizard/m-p/960894#M21807</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-07-31T06:14:03Z</dc:date>
    </item>
  </channel>
</rss>

