VS Code IDE for Arduino CLI and GNU C++ [closed] - visual-studio-code

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
I want to use VS Code IDE for teaching programming under Windows 10
I have installed VS Code IDE with Arduino v0.5.0 Extension (with Arduino IDE/Arduino CLI for Windows 10 already preinstalled) and C/C++ v1.14.3 Extension for Visual Studio Code
I have also downloaded and installed the Windows Mingw-w64 and configured
I want to enable Arduino Extension for VS Code IDE while programming Arduino compatible SBCs
I want to disable Arduino Extension and enable C++ Extension for VS Code IDE while programming C/C++
How can I switch back and forth between ‘Arduino Programming Extensions’ and ‘C++ Programming Extensions’?

Related

How to make Windows-Installer Application or exe file from WPF which would be able to run on all Windows (7, 8, 10)? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm working on WPF application based with Local database. My Question is how can I convert it into such application which would run on all PC (Windows OS. I tried to transfer whole project folder into another PC and tried to run exe (debug/bin/application.exe) but it did't work.
I'm working on Visual Studio 2013 with .Net Framework 4.5..
Thank You
In my experience, deployment engineering is two phases:
1) Dependency Analysis: What does my application need? .NET? Java? SQL Server? IIS? Files\Folder copied? Configuration setting. Shortcut?
2) How to implement/develop automation to achieve those things.
You say you copy the files over and it wont' work? That means you need to spend more time on dependency analysis.
For #2, I would start here.
https://github.com/iswix-llc/iswix-tutorials
IsWiX is an open source project that I maintain that makes it a lot easier to get up to speed on Windows Installer XML.
A WPF application made with .NET implies that it needs a .NET framework to be installed on the target machine. You will not be able to write your own WPF / C# installer application that is able to work on PCs without it.
You could try one of the many third party installers found on the web (e.g. http://dblock.github.io/dotnetinstaller/) or use the VS installer functionality (see Build an installer). I am not sure about the latter, never used it.

Is Putty needed if I am using the Windows Power Shell [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am currently using Windows Powershell with Git I am mainly developing websites but I have noticed some developers like to use Putty Wanted to get some of your thoughts if its needed if I am using the PowerShell already since its a ssh.
Sounds like you are confusing the both. PowerShell is a shell environment for windows. Putty is a terminal emulator, mostly used for SSH and Telnet. Perhaps you are reffering to Cygwin, which is a Linux "emulator" which provide functionality similar to a Linux distribution on Windows.. Cygwin ships with Bash, but you can choose to use whatever shell or package using the installer.

Using Installshield with TeamCity and MSBuild [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am using TeamCity to build and prepare a Windows Forms application. I've got a few projects in the solution, one of these being the .isproj which is an Installshield Project. I'm using the free developer version that Installshield so nicely provide for us.
However, TeamCity obviously can't build this, because the box doesn't have Installshield installed.
I can't install the same version because it requires Visual Studio, which is a bit of a pain.
Does anyone know if there is a free version that we could use on our Build Server to generate the artefacts for release?
I am not sure if InstallShield LE is available in the VS Express edition, which you could install on your build machine.
Another alternative would be to use another tool, for example Advanced Installer also has integration with VS and full command line support, so you can integrate it in your build machine. Also, you can install it separately on the build machine, without any edition of VS. It has the "Simple" project in the free edition, any other project types require a commercial license.

Selenium IDE not compatible with Firefox 5.0 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How can I install Selenium IDE on Firefox 5.0?
Selenium IDE 1.0.11 is incompatible with Firefox 5.0.
However, according to Selenium IDE release notes, Selenium IDE 1.0.12 will be compatible with Firefox 5.0.
While Selenium IDE 1.0.12 is not yet formally released, an early build is available for download. (A direct link to the download is provided in the comment thread.)
The link you find there will initiate the automatic Firefox add-on install (after a redirect).

Which OS will be the best subsitute for the Microsoft Windows XP/7 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to switch my OS from Windows XP to but as a software developer I am worried about that will I able to install/run the development tool successfully [Software like: Visual Studio, Sql Server, PHP ... other related tool].
Which OS will be the best subsitute for the Microsoft Windows XP/7, from a developer point of view?
This really depends what platform you want to develop the software for. If you are writing Windows programs, Microsoft makes great developer tools which of course run on Windows. The effective tools to develop Mac software are (no surprise) available on Macs. So there's really only a choice if you're targeting cross-platform or Linux. You can use virtual machines to construct whatever testing environments you need, so the main choice is your preference.
Since you sound like you are interested in experimenting with new environments, I would suggest you try Linux. I primarily use Emacs with GNU Global and GDB in Linux to do all my development, and I have benefited from other tools like strace and Valgrind. Eclipse is also available, and I hear it's nice. Since you're used to MS tools, I'll warn you that the open-source stuff isn't as polished or as integrated as MS's stuff appears to be, but it's certainly capable.
Well, if you need Microsoft-based software, such as Visual Studio and SQL Server, the best choice of OS will probably be a Microsoft one...
After that, you might want to run some Virtual Machines, for PHP / Linux development.