Neil Munro | 4 Jun 18:12

Packing a C# project.

In an attempt to learn how to autopackage something, I figure I will work on my own project, which is a C# one, but this is going to be a long slow process, since I only have a vague understanding of how autopackage works, and I will need to get my head around several new concepts, so all help is appreciated.

So first thing that needs to occur is binary re-locatability, my understanding of this is that autopackage can find any and all files used and created by the application regardless of where on the file system a distribution stores these.

Now my problem is integrating this code into my project, I do not know where I should place the files/code and simply adding the files results in a 'two entry points' error in the C# compiler. I have the binreloc C# project file I believe. I just don't know how to integrate it.

So if someone could explain to me step by step what to do it would be a massive help.

Thanks
Neil Munro


Gmane