1 out of 1 members found this post helpful.
Did you find this post helpful?

|
Re: PC Interface
But were you able to make an installer for third party to have it installed on new PC? or even a stand alone executable file
So, haven't used MS visual studio for a while, but usually they make it 'somewhat' backwards compatible. There was an option to make the app I made a "Click Once" installation all in one file. I put it on several windows 10, 7 and 8 machines without a problem. There were no DLL's I needed to deal with. That click once allowed for easy updates just by version of your program so if you added some function, it would ask if you wanted to update kind of automatically. Also I think that for any windows program it may require some version of the .net library and windows lets you know if some files are needed and it can automatically download them. I also think windows always looks to see if the required files are on your machine to run this or that program. The visual studio TOOLBOX has most all the functioning you could need..... along with some libraries for comms. I never tried to use a USB function, it was too complicated for me but with those virtual comm ports, and usb to usart converters it was way easier to set up communications.
Bookmarks