[racket-users] Racket COM error opening Word document: expected argument of type <(opt (box any))>

2019-10-08 Thread Scott Gudeman
I am working on converting a powershell script to Racket that takes a Word XML document and saves it as PDF. In powershell, when I call Word's `Documents.Open` method I can just pass it the naked string as the file path without anything special done to it. In Racket, however, when I run the fol

Re: [racket-users] Racket with UWP

2017-04-06 Thread Scott Gudeman
Unfortunately that's exactly what I'm trying to avoid as while that will work just fine for desktop windows as I can separate the processes easily enough there and just have them talk via any of the many protocols(you guys mentioned) for conversing between 2 separate binary's on the same system

[racket-users] Racket with UWP

2017-04-06 Thread Scott Gudeman
Has anyone tried/started getting racket up and running as the back end embedded into a universal windows platform app? Aka using xaml to layout the gui and using racket for all the thinking bits -- You received this message because you are subscribed to the Google Groups "Racket Users" group.