Questions tagged [projects]

318 questions
0
votes
1 answer

Microsoft Visual Studio 2015 Installer Projects, acting on Selection

So I am trying to create an installer (using Microsoft Visual Studio 2015 Installer Projects), which prompts the user if he wants to have a desktop shortcut for the programm which is to be installed. This is what i have done up till…
0
votes
1 answer

mkdir: cannot create directory ‘projects’: Permission denied in Git Complete: The Definitive, Step-By-Step Guide

I'm following the Git Complete: The Definitive, Step-By-Step Guide offered through stackskills. The author is Jason Taylor. These are the first commands he give once gitbash is installed. pwd mkdir projects cd projects pwd I get this…
ahjaysus
  • 1
  • 2
0
votes
1 answer

Using header files with multiple projects in same solution

I'm using C++ and visual studio 2015. I've created 2 projects in 1 solution. The first project is a static library and the other a DLL. I want to include one header file from the static library to use it in the DLL. I tried specifying the path to…
G. Penev
  • 1
  • 4
0
votes
1 answer

Eclipse JDT: Debugging in the same IDE instance

I'm writing an Eclipse plugin that needs to specifically make use of Workspace, Projects, Packages, Compilation Units etc. I already have a decent number of projects, packages, and compilation units in my workspace (not all related to my plugin…
Harry
  • 3,684
  • 6
  • 39
  • 48
0
votes
3 answers

How do I organise my projects while working without an IDE?

I have a program in which I studied and tried out the Observer Pattern. I wrote it with nano on my terminal, and I saved it like this: kneipe (location (Show.java)) (leute (Beobachter.java Comedian.java)) I compiled…
LAA
  • 3
  • 4
0
votes
2 answers

Does Github auto backup our projects into globally spread mirrors, like SourceForge?

I am talking about this: "SourceForge.net maintains a geographically-distributed network of mirror servers, which receive copies of the files and dispense them to users." So, does github has the same automatically mirrored backup of our projects and…
Aquarius Power
  • 3,729
  • 5
  • 32
  • 67
0
votes
2 answers

Visual Studio Project Migration

Is there a way where I can transfer a ASP.Net application completely to a new system? I have copied the project directory before and it usually works, but I have issues with "References". I'm trying to take over a project from a person and he gave…
Sekhar
  • 5,614
  • 9
  • 38
  • 44
0
votes
2 answers

Good Strategy for sharing project dependencies/resources across multiple projects/boxes/developers?

I work in a small developing team with 3 developers and none of us are really 'uber elite programmers' but we get by pretty well for our company. One thing that has been constantly recurring is we keep using the same resources in multiple projects.…
SventoryMang
  • 10,275
  • 15
  • 70
  • 113
0
votes
0 answers

Python2.7 PNG Image into Button

I have been making a homepage for my games and I was trying to make a png image into a button. But I was incapable of doing so. This is my code; # Homepage Code import sys from Tkinter import * button_flag = True def click(): global…
0
votes
1 answer

How can I show all internal classes to all projects in Visual Studio solution?

I have solution in Visual Studio, so this solution contains a few projects, also I have public only interfaces and internal classes, I'll use ILMerge for build one dll from all projects in this solution, Attention :) question, How can I show all…
jitm
  • 2,569
  • 10
  • 40
  • 55
0
votes
1 answer

Workflow : Best way to carry my projects over to multiple computers?

I wonder if this question really fall in the topic of this site and feel free to tell me if it doesn't. But anyway, here's the situation : I'm currently in college and when I'm at school, I program on my lap top, and when I'm at home, I'd like to…
Gaboik
  • 75
  • 8
0
votes
2 answers

Unable to follow fix (importing a java project) for hiDPI screens using Eclipse

I recently bought a 4K, hiDPI laptop for coding throughout college. The only problem is that the icons in Eclipse are appearing very small. I did some research and came across this fix. According to the author, all you have to do is setup his…
Brandon Loehle
  • 256
  • 1
  • 3
  • 16
0
votes
1 answer

Could Mac and Windows work on the same projects via GIT?

As title, there is any documented issue? Because I am finding problems creating my local project using Eclipse on a Mac and getting everything from GIT. Probably there might be a problem in the local Eclipse storage of the user-password but I was…
operator
  • 247
  • 1
  • 3
  • 15
0
votes
0 answers

multiple projects with the same application folder in codeigniter

guys... I've this situation: I'm creating a system where will run multiple projects using the same application folder. Something like this: project1 ==> newApplicationFolder project2 ==> newApplicationFolder (...) projectN ==>…
Vernon
  • 1
  • 1
0
votes
4 answers

Android Studio moving project to other computer - SDK location differs

the question is not as simple, as replied in Android Studio moving project to another computer? Just copying folder results in my case in Studio could not find SDK location, rebuild does not help as errors could not find ...-appcompat-7 appear.…
Alex Martian
  • 3,423
  • 7
  • 36
  • 71