The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
22 views

combining two eclipse android java applications

I'm trying to combine the functionality of BasicAccessoryDemo with AndroidWebServer (basically a USB=>Electronics interface with a simple web host app) My java knowledge is limited at the moment and ...
-1
votes
1answer
25 views

2 people working on 1 HTML file simultaneously

My freind and I want to setup a collaborative project where we both work on a HTML file (and do PHP) at the same time (bit like Google Docs share feature). I want to be able to work with him to teach ...
0
votes
1answer
23 views

Example project or agencies that use JMapViewer [closed]

I am in the process of building a desktop application for a client. It will use open street map with JMapViewer for the Display Engine. The client is generally on board with pursuing the open source ...
0
votes
0answers
26 views

Linking between projects

I have a solution with 2 projects in it: The first one is called Engine and it has 3 classes: Backbuffer and Vector2 and CTimer. It is of type Console Application DLL, links winmm.lib, has all ...
-1
votes
0answers
76 views

Good beginner projects with python and tkinter [closed]

So, I'm beginning to learn GUI programming in python through the tkinter module and I've watched some tutorial videos and read some documentation, but I didn't really find a good project for ...
0
votes
0answers
28 views

Compile maven required projects in netbeans 7.3

I have 5 Maven projects in Netbeans 7.3, where one is the master and depends on the other 4. For example Master <- P2 <- P3 <- P4 <- P5. I want to know if there is a way to compile only ...
0
votes
2answers
64 views

Drawing a GUI in XNA

I'm currently working on making an XNA 2D platformer, and I'm wondering if it's possible to draw a kind of static GUI over the game? What i mean here is that while the game updates and the players ...
1
vote
2answers
63 views

Create two iOS Apps in Xcode

Using Xcode (to develop on iOS) I want to create a second project that it is the same as a first project but some classes are differents. Exactly, I'm creating an IPhone App and I want to offer a ...
1
vote
1answer
67 views

Intellisense stops working (and references break) after compiling

This is starting to drive me nuts. Nuts I tell you. I have a web app in my solution with a couple of c# classes. I've added a win app to the same solution and I did add a reference to the Web app in ...
0
votes
1answer
55 views

Running console application from a different project

I have a solution in VS2010. Under the solution, I have my main WPF application, with all the user interface, a couple of libraries, and a console application that I want to run when I click a button ...
-1
votes
1answer
50 views

Python/Linux Projects [closed]

Hi i'm 16 and I've been learning computer programming for about a year or two. Mostely Python some Java and a tiny bit of C++ and learning about linux. My last project I built a password generator ...
0
votes
0answers
5 views

MS Projects to Quickbase Where to insert application Token

I have the Quickbase MS Projects file from this website http://www.quickbase.com/help/default.html#importing_an_MS_Project_file.html. When I load it up I get the Application Token error. Where is the ...
0
votes
1answer
119 views

How to tell Netbeans IDE not to open previously opened projects on startup

My netbeans seems to freeze every time I try to open it. It says waiting projects opened. I want to somehow clear the list of 'open projects' so that netbeans doesn't try and open them automatically ...
0
votes
0answers
55 views

Passing values between .exe file (win form) and class library project

due to the limitation of the vendor software, im calling an exe file which is WinForm (with certain controls like combo boxes and text boxes) and pass the values to another project. Is this possible? ...
0
votes
0answers
55 views

How do I change build settings of an Xcode project that is a git submodule

I have an Xcode project with an iOS app that uses another project, say Rest Kit, that is actually a Git submodule. I want to effect a change in the build settings of RestKit, for good reason, when I ...
0
votes
1answer
70 views

Export a target's source code from Xcode project as a separate project

Can I export a target's source code as a separate project? Lets say I have a target for the "lite" version of my app. I want to export this as a separate project so that I can distribute the code and ...
0
votes
1answer
35 views

Choosing granularity for my team's projects [closed]

I have recently been transferred into a team leader and first developer position and from there, I need to perform certain decisions where I'm just not entirely sure. Partially because I am an ...
0
votes
1answer
122 views

Build C project to call functions from C++ library in the same solution in Visual Studio

Is it possible in Visual Studio to have one project with C++-library and the other one written in C in the same solution, and to call functions from this library using C? What I have in library ...
1
vote
2answers
61 views

where do the project files go in Eclipse when you close a project?

I opened a workspace in Eclipse and it has folders for 10 different projects in the Package Explorer, but only 2 projects are open. The other 8 are not. I try to open the projects and it says 'Open ...
0
votes
0answers
125 views

“Unable to load metadata for assembly” error in WPF designer for unloaded projects

I was able to find other threads for "unable to load metadata for assembly" errors here, but none of them seemed to match the problem I was having. I have a WPF application project in C# that depends ...
0
votes
0answers
100 views

Visual Studio 2008 two projects in one solution

I am working in visual studio and i have got two projects in a solution. I want to refer to header file of second project in my main-project. I added second-prj as a reference to my main-prj,. But ...
-2
votes
2answers
113 views

Using the source code of a opensource project to learn [closed]

i have source code of a open source project in python, the project has a module(python) and gui using the module the gui is written in qtpython , now while using the gui and preforming various ...
1
vote
3answers
126 views

c# encapsulation: Get types from other project

I need to explain a bit to get to the problem. I have 3 projects: Project 1 can see project 2 and 3. Project 2 can see project 3. Project 3 is a dll and the others are apps. I had to design a ...
0
votes
2answers
84 views

Visual Studio Solution: Get projects related to a build configuration

For a post-build step on our build server I want to get all projects inside a C# Visual Studio 2012 solution related to a specific configuration. Here is a sample sln file: pastebin This file has two ...
1
vote
2answers
136 views

Multi-project solution in Visual Studio: spread the config of the main project

I have a C++ solution in Visual Studio (2012 Express) containing 15 projects. 1 is defined as the main project (the one that is first built as the whole solution is built). All the 15 projects have ...
0
votes
2answers
50 views

How To share configurations between Two or more TRAC environments

hope this is a good spot for my question, for it i SW Related, but not code related. We, in our company are using TRAC for Issue tracking and management of the Code links, I am very satisfied by it, ...
1
vote
1answer
1k views

Java Small Projects for learning purpose [closed]

i have been learning java for quite a few months , i have been through basic Programming stuff (syntax , control statements , loops , arrays etc) some oop concepts + Detailed study of Swing ...
0
votes
1answer
64 views

gradle access another project

I have 2 gradle projects. Lets say projectA and projectB. I need to create a task in projectA, which can execute a task in projectB. I tried with many ways, but i couldn't find a way to do that. ...
0
votes
2answers
230 views

What does it mean when Eclipse is building workspace

I renamed one of my projects that contains quite a bit of files and Eclipse would start rebuilding the work space, which prevents me from doing anything since I can't save. Will there be any ...
1
vote
2answers
46 views

Where can I host many open source projects? [closed]

in my spare time I create open source projects which I hosted at google code in the past but apparently google limits the maximum number of projects to 25 which is not what I want. I have many small ...
0
votes
1answer
79 views

Is there a Redmine plugin for listing projects and their repositories?

Is there a Redmine plugin for listing projects and their repositories? I have a lot of small projects not regularly used and it can be useful see which repositories they use without having to open ...
-6
votes
1answer
1k views

torrent download of video tutorial of complete web application on ASP.NET for intermediats [closed]

I know basics of ASP.NET but i have not made any project yet and i am unable to find any good tutorial video for full web application.. kindly share some useful tutorials but not for beginners....
1
vote
2answers
70 views

how to compile a referenced project in eclipse?

So I have two projects in Eclipse and my main project references classes from my second project, the thing is that I am modifying both projects constantly and when I run my main project it does not ...
0
votes
0answers
114 views

examples of good concurrent programs meant to scale [closed]

I am looking for seminal and excellent examples of libraries and projects that emulate the good practices of the Java Concurrency in Practice book. The book is marvelous. However, I think ...
0
votes
1answer
589 views

Visual Studio 2012 Web Deployment?

In Visual Studio 2012 there is no website deployment, ok I switched to Web Project, now it has generated tons of page.designer.cs files, how can I make a web app project without the designer.cs files ...
0
votes
3answers
2k views

Examples of small PHP and My SQL projects to learn the basics [closed]

Im just wondering could someone help with a solid structure to learn PHP and MySQL from? Perhaps some very small applications and the best way to actually learn to write them. The way I learned some ...
6
votes
1answer
230 views

What VS2010 C Project settings cause exes to require Compatibility Mode

I've been running and compiling a program on my Windows 7 64-bit machine for several months now, but recently I had to change several VC project settings of the static libs that it uses and now the ...
0
votes
1answer
432 views

wpf project to pixelsense application

I'm trying to write a Microsoft surface application for Samsung sur40 pixelsense machine. I have found some sample projects online and run them on the MS Visual C# 2010, but I want to convert these ...
0
votes
1answer
246 views

code::blocks desn't save workspace projects structure

I've started using C::B and found annoying issue: I usually have many open projects in the workspace and whenever I close C::B, upon next start I loose all my projects in the Projects tab. So every ...
0
votes
1answer
69 views

How to setup Eclipse for building a multiple project application?

I have a workspace with 6 projects. All of the projects except the main one, are marked as libraries. I need to configure the main project to build without build path errors and to include the jars ...
0
votes
2answers
440 views

Visual Studio 2012 - Stepping through multiple projects?

I have 2 projects under the same solution in visual studio 2012. The 1st is a WPF project, the 2nd is an ASP project. The WPF calls an asp page via the webbrowser control. Is there anyway I can ...
0
votes
2answers
44 views

What's a viable setup for managing multiple projects as a programmer?

I'm a Ruby/C++ developer. I use a lot of different technologies on different projects. Some rails, some sinatra, some not webservers at all. My problem is I find myself needing to switch very ...
0
votes
1answer
188 views

Change project root directory Aptana 3

When I rename the source folder of an Aptana project on disk, is there a way to change the project's path inside the IDE without deleting it and re-creating a new one?
1
vote
3answers
264 views

Haskell coding via Emacs/Vim in Linux : organising files into projects

I have two questions regarding coding Haskell in Emacs/VIM in Linux : If one wanted to organise a haskell code base into multiple projects (where files of a given project are stored in a particular ...
0
votes
2answers
204 views

LINK2001 error while using headers in different projects

I'm failry unexperience in C++ and VS, and I can't figure out what I'm doing wrong, and more importantly how to fix it. I am working on a solution with multiple projects, and am now starting to use ...
0
votes
0answers
118 views

Aptana Studio settings get lost

Ever since I installed a new version of XAMPP on my mac, Aptana Studio 3 went nuts. When I opened it, settings were set to default and my projects were gone (from the project viewer, not my mac). ...
1
vote
2answers
50 views

How to retrieve projects in to eclipse

Right now im working with android/eclipse.Due to four times interruptions in power supply,i lost my whole projects what ive done so far.How to retrieve my projects into the eclipse?
0
votes
1answer
103 views

Source Code stucture within Team Foundation Server

I need to add some source code to TFS and having never used it before i would like to get some advice on the best way to structure it. I have one solution 'GenericLibraries'. This is a set of class ...
9
votes
4answers
2k views

3D Object Detection-Opencv

I have tried face recognition using OpenCV using the documentation provided on their wiki. Its working fine and it can detect multiple faces. However there is no data provided on the site regarding 3D ...
0
votes
0answers
33 views

linking two java project

I've been trying to link two java projects(A and B), which works fine except for the issue that the folders from A are automatically going to bin folder of project B. Here is the Project structure: ...

1 2 3 4 5 7