⬆️ ⬇️

HeloWorld app for Singularity

Here I will talk about how you can quickly and easily write a program for singularity and integrate it into the distribution.



Before you begin, I strongly recommend using M $ Virtual PC, not VMWare. Since there have been cases when VMWare crashed with a BSOD when starting Singularity.



To begin, create the folder% SINGULARITY_ROOT% \ base \ MyDevelop. In it we will create HelloWorld.



I copied the standard HelloWorld example. However, for more complex applications, it is still necessary to prescribe References and project files. But there is a possibility that it will be possible to compile and edit the project file not with pens through the console, but from under VS2003 (the newer ones did not work).

')

However, so that the names do not conflict, we need to change the lines in the project file:

AssemblyName with Hello , for example, on MyFirst .



Now, in order to integrate the project into the assembly, we need to add a link to this project in% SINGULARITY_ROOT% \ base \ Distro \ World.proj. (You can choose another build)



Just add the line:

/>



Now you can compile everything:

msb Distro \ World.proj - type Singularity RDK in the console.



Download RDK here

Source: https://habr.com/ru/post/22520/



All Articles