Compiling c# code

Post Reply
dave
Posts: 29
Joined: Fri Oct 16, 2015 7:50 pm

Compiling c# code

Post 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.
JuKu
Site Admin
Posts: 1114
Joined: Thu Feb 14, 2013 3:06 pm
Location: Tampere, Finland
Contact:

Re: Compiling c# code

Post 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
dave
Posts: 29
Joined: Fri Oct 16, 2015 7:50 pm

Re: Compiling c# code

Post 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.
JuKu
Site Admin
Posts: 1114
Joined: Thu Feb 14, 2013 3:06 pm
Location: Tampere, Finland
Contact:

Re: Compiling c# code

Post by JuKu »

The development machine uses Win8.1. I demo the machine with a Win10 laptop.
dave
Posts: 29
Joined: Fri Oct 16, 2015 7:50 pm

Re: Compiling c# code

Post 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.
dave
Posts: 29
Joined: Fri Oct 16, 2015 7:50 pm

Re: Compiling c# code

Post 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
Post Reply