[SCHEDULER-1243]  Native "All CPU" RTML Generator Assembly
Type New Feature
Priority Low
Severity Trivial
Component RTML 2.3 .NET Assembly
Fixed In Version [8.08.0
Versions Affected [3.73.7
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 11/10/2014

Description
The old XML_RTML23 component (written in VB6) cannot be used with .NET programs that run "all CPU". I need another RTML object model. It's needed by CCD Navigator so Steve Walters can gen RTML within his VB.NET program CCD Navigator when it's running 64bit (all CPU).

Comments
11/11/2014 11:49:38 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 411
Affected files /trunk/RTML23/RTMLGenSample/RTMLGenSample.vbproj (Modified)
Check-in comment Oops make sample "All CPU" GEM:1243
11/11/2014 11:39:48 AM   Bob Denny
Done.
11/10/2014 8:05:37 PM   Bob Denny
Steve, look all the way down, the comments are in reverse chrono order.
11/10/2014 7:05:18 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 409
Affected files /trunk/RTML23/RTMLGenSample (Added)
/trunk/RTML23/RTMLGenSample/My Project (Added)
/trunk/RTML23/RTMLGenSample/My Project/Application.Designer.vb (Added)
/trunk/RTML23/RTMLGenSample/My Project/Application.myapp (Added)
/trunk/RTML23/RTMLGenSample/My Project/AssemblyInfo.vb (Added)
/trunk/RTML23/RTMLGenSample/My Project/Resources.Designer.vb (Added)
/trunk/RTML23/RTMLGenSample/My Project/Resources.resx (Added)
/trunk/RTML23/RTMLGenSample/My Project/Settings.Designer.vb (Added)
/trunk/RTML23/RTMLGenSample/My Project/Settings.settings (Added)
/trunk/RTML23/RTMLGenSample/RTMLGenSample.vb (Added)
/trunk/RTML23/RTMLGenSample/RTMLGenSample.vbproj (Added)
/trunk/RTML23/RTMLGenSample/app.config (Added)
/trunk/RTMLGenSample.sln (Added)
/trunk/Scheduler.sln (Modified)
Check-in comment Sample Generator program for Steve Walters GEM:1243
11/10/2014 5:12:17 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 407
Affected files /trunk/Browser/Browser.csproj (Modified)
/trunk/RTML23/AssemblyInfo.cs (Deleted)
/trunk/RTML23/ClassFactory.cs (Modified)
/trunk/RTML23/DC3_RTML23/AirmassRange.cs (Modified)
/trunk/RTML23/DC3_RTML23/Contact.cs (Modified)
/trunk/RTML23/DC3_RTML23/Coordinates.cs (Modified)
/trunk/RTML23/DC3_RTML23/Correction.cs (Modified)
/trunk/RTML23/DC3_RTML23/ExposureOption.cs (Modified)
/trunk/RTML23/DC3_RTML23/ExposureSpec.cs (Modified)
/trunk/RTML23/DC3_RTML23/HourAngleRange.cs (Modified)
/trunk/RTML23/DC3_RTML23/Lorentzian.cs (Modified)
/trunk/RTML23/DC3_RTML23/Moon.cs (Modified)
/trunk/RTML23/DC3_RTML23/Offset.cs (Modified)
/trunk/RTML23/DC3_RTML23/Picture.cs (Modified)
/trunk/RTML23/DC3_RTML23/RTML.cs (Modified)
/trunk/RTML23/DC3_RTML23/Request.cs (Modified)
/trunk/RTML23/DC3_RTML23/Schedule.cs (Modified)
/trunk/RTML23/DC3_RTML23/Target.cs (Modified)
/trunk/RTML23/DC3_RTML23/TargetType.cs (Modified)
/trunk/RTML23/DC3_RTML23/TimeRange.cs (Modified)
/trunk/RTML23/Enumerations.cs (Modified)
/trunk/RTML23/LIQUID STATUS.txt (Modified)
/trunk/RTML23/OutputReport.txt (Deleted)
/trunk/RTML23/REAL AssemblyInfo.cs (Deleted)
/trunk/RTML23/RTML-2.3.xdbproj (Modified)
/trunk/RTML23/RTML-2.3.xsd_NameMapping.cs2005.xml (Modified)
/trunk/RTML23/RTML-2.3.xsd_NameMapping.cs2010.xml (Added)
/trunk/RTML23/RTML23.csproj (Deleted)
/trunk/RTML23/RTML23.csproj.user (Deleted)
Check-in comment Refactoring and new project for RTML Generator. This was extensive as you can see. GEM:1243
11/10/2014 3:59:20 PM   Bob Denny
The RTML23 stuff needs to be re-factored and built under .NET 3.5 for compatibility with the rest of the Scheduler which is now 3.5. Change the importer's name to "RTML23 Importer" and put its project files under one subfolder, then RTML23 Generator in another sub folder, and share the Liquid-generated object model.