Questions tagged [project-settings]

74 questions
1
vote
1 answer

Eclipse Indigo C++ project settings

I created 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 #elif defined(__GNUC__) || defined(__llvm__) ||…
Cihan
  • 175
  • 1
  • 3
  • 14
1
vote
2 answers

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 files.I have downloaded and added into its lib…
bsm
  • 1,793
  • 11
  • 30
  • 41
1
vote
2 answers

Set approval process to delete any project or repos of Azure Devops

Set approval process to delete any project/repos of Azure DevOps(ADO). I have multiple owners in my private Azure Devops. From the docs it appears that any individual owner/users can go rogue and delete the entire Azure project/repo from existence…
saurabh raj
  • 470
  • 4
  • 4
1
vote
0 answers

Time.FixedTimeStep in Project Settings is disabled

How to change the Fixed Timestep in the project settings. It does not seem like I can set any value. Please see the screenshot attached!
Omkar Puttagunta
  • 4,036
  • 3
  • 22
  • 35
1
vote
1 answer

Why can't I use C++ Eigen (header only lib) in two console apps within the same MS VS solution?

I made a Microsoft visual solution with two console app projects. I can use the Eigen library in one project by simply declaring it in the properties like so: $(ProjectDir)Eigen\eigen3; I can use library structures like "Eigen::Vector3d" etc no…
1
vote
0 answers

UWP JS Target version 15063 and 16299 Visual Studio Debugging doesnt work

I'm working on UWP + JS project and the current target version is Windows 10 14393. If I change the the target version to higher like 15063 or 16299, The debugger is never hit on the managed code. The Managed code part is done as Windows runtime…
Jins Peter
  • 2,368
  • 1
  • 18
  • 37
1
vote
1 answer

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 delegate. Please help. Thanks
awlcs
  • 606
  • 2
  • 13
  • 31
1
vote
1 answer

create a VS2013 project with cuda options via cmake

I'm working with a CUDA project. I see there're options like CUDA C/C++ and CUDA Linker when the project is created using CUDA project wizard. I wonder if it's possible to create such project with cmake? The command cmake -G "Visual Studio 12 2013"…
aj3423
  • 2,003
  • 3
  • 32
  • 70
1
vote
1 answer

Maven + IntelliJ project settings reset

At the moment Im trying to learn a little bit about Maven and going into IntelliJ IDEA. I set up a project and created a jersey rest backend with hibernate and mysql. I used tomcat as web container. Everything works, but sometimes I recognise that…
NDY
  • 3,527
  • 4
  • 48
  • 63
1
vote
2 answers

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 popping-up a dialog reminding me that I have not…
mobibob
  • 8,670
  • 20
  • 82
  • 131
1
vote
1 answer

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 Maven working and have found the m2eclipse plugin…
a.s.t.r.o
  • 3,261
  • 5
  • 34
  • 41
1
vote
4 answers

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 some macros like shown below: #ifdef…
Jay
  • 24,173
  • 25
  • 93
  • 141
1
vote
1 answer

Eclipse - sharing workspace through dropbox (.project files error because of wrong path)

I'm sharing my eclipse workspace with my dropbox. I have my dropbox folder at M:\Dropbox at home and at D:\Dropbox at work. At home, I want to keep M: for "My files"-Drive and don't want to change that to D: and at work, M: is already mapped... Is…
prom85
  • 16,896
  • 17
  • 122
  • 242
1
vote
1 answer

Getting Started with Maven + Jaxb project + IntellijIdea

I am complete new to IntellijIdea and i am looking for some step-by-step process to set up a basic project. My project depends on Maven + Jaxb classes so i need a Maven project so that when i compile this project, the JAXB Objects are generated by…
Em Ae
  • 8,167
  • 27
  • 95
  • 162
0
votes
0 answers

Setting different values for build configurations in Visual Studio 2022

I need to set different output paths for release and debug builds. But in new VS UI foldout field with build configurations for properties window disappeared, and now it's seemed to have different options for each field in properties. But for some…
Benya
  • 11
  • 1