project

How to know that, the system you are building is a better as Desktop Application than an Web Appplication?

How to know that, the system you are building is a better as Desktop Application than an Web Appplication? ...

Why does Visual Studio 2008 try to open a project from the wrong folder?

I'm having a bizarre problem with Visual Studio 2008. I wanted to debug one of the libraries that my web application references. Therefore, I decide to add the project containing the library to my solution so that I can debug them together. The project containing my library sits at c:\webLibs\myproj.vbproj. However, when I try to add...

How can CMake be used to generate Makefiles with personalized commands?

I like to keep my Makefiles flexible and multifunctional. One of the tasks I usually add to make command is tar, for example the following instruction does the job: tar: tar -cvf $(PROGNAME).tar $(SRCS) Makefile My question is: How can CMake be used to generate personalized commands like tar? I would like to see some code samples....

EDE subproject confusion

I've been trying to get subprojects in EDE to work, but I don't understand much and I can't find any good documentation. What would the project configurations have to look like for the following tree: Test Project.el bin test src Project.el main.cpp class.cpp inc Project.el class.h ...

Testing Web Site Project with NUnit

Hi there, i'm new in web dev and have following questions I have Web Site project. I have one datacontext class in App_Code folder which contains methods for working with database (dbml schema is also present there) and methods which do not directly interfere with db. I want to test both kind of methods using NUnit. As Nunit works with...

VS2010 - File New Menu is missing "New Project"

A coworker just installed Visual-Studio-2010 Premium from MSDN. The install acted like it worked fine, but when he clicks the "File" menu, he only has "new file". On my installation, I see a "New" menu with a sub-menu that contains Projects, Files, Team Projects. Any ideas of things to check or how to fix his installation. I think ...

How is possible to export ant Project generated programmatically into build.xml

I am using ant externally, i.e. I construct org.apache.tools.ant.Project dynamically in my program: setup its Tasks, Targets etc., then I want to create build.xml file. How is possible? How possible export this project into ordinal ant build.xml? ...

Visual Studio 2008 Duplicate Project folders issue

Every time I create a new website in Visual Studio 2008, two folders are created in the projects folder; ie website1 & website1 (2)(using defaults for example). Folder "Website1" will have the web.config, the default.aspx and code behind page and the app_data folder. "Website1 (2)" will have the *.suo and *.sln files in it. Any ideas ...

Vim project plugin \R not refreshing new directories created

I'm using the vim project plugin to manage a project, and whenever a new file goes in I need to use \R to refresh the project tree. This is fine, but I recently created a new directory in the tree, and \R doesn't update it and put it into the project. What am I doing wrong? ...

any idea how gnash is doing?

For those who don't know GNASH is an open source flash movie player. It can also run as a browser plugin. However I don't know its cross-browser support. I think it only supports firefox and the konqurer web browsers so far. Just want to know if people have started using the product, what their experience was so far using it, etc. ...

How to build a console app to multiple servers at once.

Hi All. I have a Job Launching system on a server. It polls our database for any pending jobs then launches the appropriate console app when a job is available. The Job data is centrally managed in the database and is growing apace so now we have a second server to add to our job processing capacity. This means the Job Launcher and e...

Adding a file to a project via project.vim

I'm using project.vim to manage a project, and I'm having trouble adding a file to the project. I read the documentation and it said to 'insert the filename into the project entry, then hit return on it'. From what I understand, a project entry is one of the sections in the project window that looks like... Header Files="Header File...

TFS 2010 with Project Server 2010

I've just tried out TFS 2010 today, along with Project 2010 and VS 2010. Only Later realized that without Sharepoint, TFS is only configured as Basic. This reduces it's functionality as oppose to what I've seen during VS2010 product launch. Sadly I can't find any alternative but to get a trial copy of Sharepoint to see if it serve my pur...

How to manually configure Qt in Eclipse for existing C++ project.

I know this sounds like a stupid question but for some reason the way I'm doing it keeps giving me crashes with "symbol lookup error"/"undefined symbol". This is what crashes: #include <QVariantAnimation> #include <QDebug> class MyAnimacion : public QVariantAnimation { public: MyAnimacion() : QVariantAnimation() {} ~MyAnimacio...

How do I host a project ?

I came to this iste because it advertised that it was the best place to host a project. ...

Project Management Script?

Possible Duplicate: What Project Management Software should I use? I need a free "Project Management" script like, Codeplex or Google Code.. Futures should be: Home page issue tracking wiki Download section EDIT: Actually, I'm not asking for "tool" or "Project Hosting".. I need to host it on my server. ...

How can I add specific files within my SVN to my Sourceforge download page?

I have a Sourceforge project to which I commit my code updates as well as updated binaries. The SVN repository (where I commit all my code and binaries to) is a separate source of files than the File Manager, whose files show up on the Downloads page. It's really annoying to manually upload binary files to the File Manager every time I h...

please help me about my project in image processing

the project is a simple generic application, this is one of my last year requirements. ...

How do I set a system property for my project in sbt?

I'm sure I'm missing something really simple... I want to set the system property java.awt.headless to true for my sbt project. Reading the page on properties I think that I need to use system or systemOptional. In my project file I've tried things like: lazy val javaAwtHeadless = system[Boolean]("java.awt.headless") Setting it as a u...

IronPython sample project deployment issue

Hi, I downloaded the VS2008 SDK v1.1 and opened the IronPythonProject C# example. My target is to deploy the IronPythonProject. So, I made the following steps: Build the PythonProject. F5 to run in the exp hive. File -> new project->New Project dialog: the IronPython project types appear with two types: Web, Windows and all thing works...