Instructions

Post Reply
User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Instructions

Post by Mr. Kibernetik »

SPL SDK: http://kibernetik.pro/spl_sdk.zip

SPL SDK allows to publish SPL language programs as a stand-alone UWP applications for Windows 10.

Instructions to use SPL SDK

In "SPL" application:
1. Run and stop your SPL program. This will create COD file for your program.
2. Turn on "Show COD files" setting in "Settings" section and go to "Files" section.
3. Copy corresponding COD file from "SPL" application to your PC. COD file has the same name as your SPL program plus ".cod" extension.

In SPL SDK:
1. Download SPL SDK.
1. Add your COD file to Visual Studio project as a resource inside "Program" folder:
Снимок.PNG
Снимок.PNG (28.62 KiB) Viewed 3311 times
2. Change "hello.txt" to the name of your program. Do not add ".cod" file extension:
Снимок2.PNG
Снимок2.PNG (20.79 KiB) Viewed 3311 times
Now you can compile and run your SPL program as a stand-alone UWP application in Visual Studio 2017.

Post Reply