Page 1 of 1

Compiling c# code

Posted: Thu Oct 22, 2015 6:54 pm
by dave
Can anyone give me guidance as to where I can get a free compiler for windows XP. To make mods to the software. or do I need to pay for a compiler. I done a few projects in C# but always in commercial workplaces where they had licences. Now I dont have any compilers and not been writing software for a few years.

I want to add Fuji feeders and a selector arm with stepper motor and plunger. Unless anyone has any suggestions I am goner attempt to open a COM port in C# and make another circuit separate from TinyG to advance the tapes. If anyone has done this please help or show me.

Re: Compiling c# code

Posted: Thu Oct 22, 2015 7:13 pm
by JuKu
Visual Studio Express. I use 2013 version for desktop, http://www.microsoft.com/en-us/download ... x?id=44914, but there is a 2015 version, too: https://www.visualstudio.com/en-us/prod ... ss-vs.aspx

Re: Compiling c# code

Posted: Fri Oct 23, 2015 7:39 pm
by dave
Wont run on XP.

I got a upgraded laptop lined up for the machine, its got windows 8. what windows are you using. Is this laptop more suitable.

Goner get it all fired up tonight hopefully.

Re: Compiling c# code

Posted: Sat Oct 24, 2015 7:13 am
by JuKu
The development machine uses Win8.1. I demo the machine with a Win10 laptop.

Re: Compiling c# code

Posted: Sat Oct 24, 2015 12:37 pm
by dave
I think I am starting to get my head around github now also. I already got my branch and local copy along with adding and removing a file to prove it all work.

It will be good if I can somehow make the mods for my machine but stay up too date with what your doing. I will try make a few small changes next then sync in your next change if I understand the concept, at the moment I am fully up to date so no changes to consider.

Re: Compiling c# code

Posted: Sat Oct 24, 2015 1:56 pm
by dave
I installed A forge.

Everything compiles and runs like the distributed software. without tinyG but I presume my build would run a machine.

I never did the following steps. was this more required if I change the direct from default github directory. Or is skipping this skip goner cause me trouble later

* In solution explorer-LitePlacer-References, delete references to Math.Net.Numerics and to HomographyEstimation.dll.

* Add reference to <your LitePlacer software directory>/packages/HomographyEstimation/HomographyEstimation.dll