<?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: .Net deployment on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545554#M43315</link>
    <description>It is not really clear what you are trying to do here.  Is the .EXE a Windows executable?  Why does it need to be on OpenVMS?  Then command procedure files of OpenVMS (.COM file types) are like .BAT files of DOS/Windows or script files, is this your expectation?&lt;BR /&gt;&lt;BR /&gt;There were in the past some cross development environments but usually they were more the edit/test on Windows and then final submission to OpenVMS to be compiled and then linked to OpenVMS libraries for execution on OpenVMS.&lt;BR /&gt;&lt;BR /&gt;If you could give us a bit more detail of what you are trying to do then we can give you reasonable suggestions.&lt;BR /&gt;&lt;BR /&gt;Bill.</description>
    <pubDate>Tue, 08 Dec 2009 04:47:27 GMT</pubDate>
    <dc:creator>Bill Pedersen</dc:creator>
    <dc:date>2009-12-08T04:47:27Z</dc:date>
    <item>
      <title>.Net deployment on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545551#M43312</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;In my project I am using VC++ .Net in Microsoft Visual Studio 2005 on windows platform.The exe I have compiled in my local desktop now needs to reside in an OPenVMS server which can be called from a .COM file. Is this possible ?&lt;BR /&gt;&lt;BR /&gt;If yes then what are the changes I need to make to my program so that the exe can be deployed on OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Is there a way to install the .Net framework on OpenVMS ? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;royqt</description>
      <pubDate>Mon, 07 Dec 2009 18:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545551#M43312</guid>
      <dc:creator>royqt</dc:creator>
      <dc:date>2009-12-07T18:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: .Net deployment on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545552#M43313</link>
      <description>You can store a Windows executable image on your OpenVMS system, but you can't run it.&lt;BR /&gt;&lt;BR /&gt;You'll have to talk to Microsoft about porting their product to OpenVMS. I doubt it will ever happen!</description>
      <pubDate>Mon, 07 Dec 2009 20:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545552#M43313</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-12-07T20:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: .Net deployment on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545553#M43314</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Evidently there are still plenty of erstwhile idle HP/VMS employees who get paid valuable VMS License Payer dollars to port whatever dodgy freeware happens to tickle their fancies, so why not .NET MONO?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Mono_(software)" target="_blank"&gt;http://en.wikipedia.org/wiki/Mono_(software)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards Richard Maher</description>
      <pubDate>Mon, 07 Dec 2009 22:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545553#M43314</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2009-12-07T22:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: .Net deployment on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545554#M43315</link>
      <description>It is not really clear what you are trying to do here.  Is the .EXE a Windows executable?  Why does it need to be on OpenVMS?  Then command procedure files of OpenVMS (.COM file types) are like .BAT files of DOS/Windows or script files, is this your expectation?&lt;BR /&gt;&lt;BR /&gt;There were in the past some cross development environments but usually they were more the edit/test on Windows and then final submission to OpenVMS to be compiled and then linked to OpenVMS libraries for execution on OpenVMS.&lt;BR /&gt;&lt;BR /&gt;If you could give us a bit more detail of what you are trying to do then we can give you reasonable suggestions.&lt;BR /&gt;&lt;BR /&gt;Bill.</description>
      <pubDate>Tue, 08 Dec 2009 04:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545554#M43315</guid>
      <dc:creator>Bill Pedersen</dc:creator>
      <dc:date>2009-12-08T04:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: .Net deployment on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545555#M43316</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.To be more specific yes , my development environment is Windows and I am using VC++ .Net on Visual Studio 2005.I am using libraries that have been conpiled on VS 2005 on Windows.&lt;BR /&gt;&lt;BR /&gt;To draw analogy with the java world when you have developed something in java and generated the class file (on Windows),to deploy the same file in OpenVMS you have to use the "set attr..." command on the class file after you have transfered it to the OpenVMS file system.Then in your com file you can call the class file by the usual java command.&lt;BR /&gt;&lt;BR /&gt;In a similar way can I have .Net framework installed on an OpenVMS operating system and run my executable which is developed in windows after setting the appropiate classpath etc.&lt;BR /&gt;&lt;BR /&gt;Is there anyway in which this can be done ? &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;royqt   &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2009 09:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545555#M43316</guid>
      <dc:creator>royqt</dc:creator>
      <dc:date>2009-12-08T09:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: .Net deployment on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545556#M43317</link>
      <description>Can this VC++ and .NET stuff be done?  Sure.  &lt;BR /&gt;&lt;BR /&gt;Replace OpenVMS with Microsoft Windows.  That'll make the environment best fit with your assumptions and notions and expectations of how computing works.    You clearly know from Microsoft Windows.  Use it.&lt;BR /&gt;&lt;BR /&gt;Or port the Mono to OpenVMS.  (That'll be a huge and hairy port, BTW, and the potential for success of a port of this framework to OpenVMS is far from a certainty.)&lt;BR /&gt;&lt;BR /&gt;Otherwise, no.  Not with .NET.&lt;BR /&gt;&lt;BR /&gt;If you want to run applications on OpenVMS, then you need to use its tools and environments.&lt;BR /&gt;&lt;BR /&gt;The closest to an IDE environment for OpenVMS would be NetBeans or the Eclipse product that's around.&lt;BR /&gt;&lt;BR /&gt;Java is expressly designed to not tie into any underlying platform, and it does not tie into Windows and it does not tie into OpenVMS, nor Mac OS X nor Linux nor...  You have to go out of your way (JNI) to get to the underlying system.  Java has its own executable format and its own frameworks; it's as much a portable operating system run-time environment as a language.&lt;BR /&gt;&lt;BR /&gt;BTW: .COM is an executable on Microsoft Windows.  On OpenVMS, a .COM file is called a command procedure, and is the rough equivalent of a shell script on Unix or PowerShell on Microsoft Windows.&lt;BR /&gt;&lt;BR /&gt;If you're interested in learning more here, get yourself a textbook on operating systems (beyond Microsoft Windows) and start reading.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2009 14:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545556#M43317</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-08T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: .Net deployment on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545557#M43318</link>
      <description>To get a fairly quick introduction to OpenVMS from a user prospective you might look at this site:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://plato.ccsscorp.com" target="_blank"&gt;http://plato.ccsscorp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is has a self-paced introduction to OpenVMS with references to Windows/DOS/Unix/Linux along the way for those with those environments as a prior experience.&lt;BR /&gt;&lt;BR /&gt;There is not cost to use these courses.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Bill.</description>
      <pubDate>Tue, 08 Dec 2009 17:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/net-deployment-on-openvms/m-p/4545557#M43318</guid>
      <dc:creator>Bill Pedersen</dc:creator>
      <dc:date>2009-12-08T17:41:46Z</dc:date>
    </item>
  </channel>
</rss>

