Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
3k views

Issue with production release of CUDA Toolkit 4.0 and Nsight 2.0

I previously had the release candidates of both programs, then I uninstalled them and installed the production releases of the programs. This includes the CUDA toolkit, Parallel Nsight, and the GPU ...
2
votes
1answer
147 views

How to Specify Project-Specific Package Settings?

How can I specify project-specific package settings in the Delphi 2010 IDE? Changing the packages in the project options does change the packages for all projects in the project group. This is ...
1
vote
1answer
16 views

eclipse indigo c++ project settings

I create a c++ shared library project in ubuntu with compiler g++ 4.6 Some of the dependency libraries expects some preprocessor commands about compiler and operating system to properly compile, like ...
1
vote
1answer
459 views

how to edit project settings in xcode 4.2?

This sounds dumb but i want to edit my project settings and change my delevelper profile of a project which in xcode 3.2 was project>>edit active targets/ edit project settings but cant find this on ...
1
vote
1answer
52 views

Can anyone please help? Unable to import project into WaveMaker

I am trying to import my project's zip file into WaveMaker. But after all attempts,I am getting error-Failed to open the project. I am using: - WaveMaker 6.3.2GA - Windows 7 It asked to add jar ...
1
vote
1answer
1k views

warning MSB8012 when changing the Output File setting

I have started a new C++ project under Visual Studio 2010 and I run into warning MSB8012 after I change the Output File setting under Project Properties->Configuration Properties->Linker->General. By ...
1
vote
1answer
180 views

My ipad project does not run on a real ipad device

I cannot figure out why it's not working. I run the project on the simulator. It works fine, I test it on the ipad, it does not run. When launch, a black screen appears and it does not even enter the ...
1
vote
1answer
299 views

Want to downgrade from an Universal app to just an ipad app

I originally wanted to make a universal app, but now scopes have been changed and I am stuck with a universal app, now all I want is an iPad app. So I went and changed the Targeted Device Family to ...
1
vote
2answers
588 views

Eclipse thinks my project is an Android project - can I remove without starting over?

I created a project, probably as an Android project without thinking. I then did a lot of work bringing in source, etc. but it is not an Android target. However, when I start up Eclipse, it keeps ...
1
vote
1answer
658 views

Which m2eclipse archetype to use for JBoss/Hibernate based projects?

I am new to Java world but I am pretty good at using Flex, actionscript 3, Ant and even Maven to some extent. Now I would like to learn some java and use Hibernate and JBoss (webapp). I already have ...
1
vote
4answers
275 views

Is it possible to define some macro into the header file using some project settings or makefile options?

Is it possible to add a #define _MYDEFINE_ in my header file based on some options in the project settings. For Ex: Suppose in my exposed header file (which is delivered along with the library) I have ...
1
vote
0answers
966 views

Xcode xcconfig: Configuring a dependency based on the target

In the quest to resolve the Objective-C namespace issue I'd like to experiment with prefixing a dependency's Objective-C classes based on the target being built. As an example, suppose I have in my ...
0
votes
0answers
13 views

Visual Studio Project manager - copy settings for new project

i want to have 2 project in my projectfolder in visual studio with the same settings (include paths...) -> vs 2010 is it possible to copy the settings from one to another project? probably there are ...
0
votes
0answers
63 views

How to develop shared library with CodeLite?

I'm trying another IDE - CodeLite and i develop shared library. So i've created two projects: shared library and console executable. But i can't find anything about references between projects. How ...
0
votes
2answers
513 views

Adding an additional include directory for VS10

I'm having some trouble figuring out how to add another directory for a single project. On a regular C/C++ project I'm allowed the option of navigating to the directory, but here I have to enter the ...
0
votes
3answers
2k views

I am getting resource not on the buildpath of the project

I am getting The resource is not on the buildpath of the project when I am trying to "Organize imports" or trying to access any class properties. I am building my project with ant.I tried to configure ...
0
votes
1answer
89 views

Porting code which requires default char to be unsigned to a code-base which does not have this requirement

i have gone through the numerous questions regarding signed/unsigned char. I understand there are three distinct char types in C++. Currently i have a large code-base which is compiled with Visual ...
0
votes
1answer
13 views

Compiling into files whose names are different than the project name in MSVS (2005+)

I was wondering: If I am using MSVS2005 or later and wish to compile my project into a file (exe, dll, lib, etc) whose name is different than the project name, what should I do? Where is this setting? ...
0
votes
1answer
138 views

Targeting a static library to Mac and iPhone

I have a few static library projects which are used in a Mac application, I'm working on porting these libs to the iPhone and I would like to use the project to build both the Mac and iPhone versions. ...