im moving from a c# VS2008 world into the mac world and I just wanted to know how I can create a quick little command line based application so that I can write many little objective-c apps without worrying about creating an iPhone app or whatever.
Which projects do I create in xcode? I can see the Command Line Tool under "Mac os x" but the only options for the type is "C", "C++", "Core Data", "Core Foundation", "Core Services" and "Foundation"
but no simple objective c project?
Thanks
Is it possible to have more than one UITabBarController in a project?
For example:
TabBarController1 has 5 tabs. Lets say Tab 1 in TabBarController1 loads a new TabBarController which has 4 tabs.
Is this the correct approach?
Is there anyway to restrict by using pre-processing directives to prevent a project from compiling when both the Release and Debug symbols are defined?
Please let me know.
hi to all
I am talking about Oracle Apps Projects module.
In Projects module there is a Project Status Inquiry which includes
Percent Complete functionality. I want information regarding this functionality.
Is it updated automatically? Does it require us to run any pre-requisites?
Please give me information about what this function does.
thanks
Nil
Hi all
I am creating a set of item template using Vsix Package.
I have created my templates
Created a VSix Packages and added my
templates as content
However I want to create a new Folder/SubFolder and Create the templates there.
I can do it manually but that defeats the point.
How do you do it?
Thanks a lot
I am going to start a project of my own, which will be ASP.NET MVC + Fluent NHibernate. I want to use test-first approach as much as I can. So, where exactly do I start from? Database schema? Domain model? Mapping domain model classes to the database?
Using Visual Studio 2008
I have .net file name like UPS.Tek, version - Visual Studio 2005
C# files are
UPSReport.cs (Visual C# Source File)
UPSConn.Cs (Visual C# Source File)
UPSBase.cs (Visual C# Source File)
....,
When i try to open the C# files individually in VS 2008, the C# files are opening
But When I try to open this UPS.Tek in Visual Studio 2008, It showing error as
"make sure the application for the project type .csproj is installed"
How to solve this error.
This is a stupid question but I can't figure it out (I'll blame it on post-superbowl Monday syndrome) but how do I remove a folder from being source controlled with TortoiseSVN?
when i create a new web application project it does not show the datanucleus.core.1.1.5.jar but this jar file should be exist as default. how to rectify this problem.
I recently typed the command
sudo chmod 777 -R /
after that some things like
sudo -i
are not working normally...
... so I am wondering if there is any way where i could reset the folder permissions to their original state
Thanks in Advance!
Let say I have the following folders:
/A/C
/D/B/E
/D/B/C (this is a symlink to /A/C created by ln -s)
When one of the makefiles tries to use the path /D/B/C/../E it gets a "no file or directory" error. I understand why this happens; /A/E does not exist. However I have to use symlinks to populate the B folder and create the build tree (very long story).
Any ideas?
Hello
I want to add some xml file as resource to my class library project .
Any idea how to do so , and call it later?
In windows application i would do it like ClassLibrary1.Properties.Resources.file.xml
But here it didn't worked any idea how i do it here ?
Is anybody out there using Project Lombok for a large scale production system? How does it influence your compile process (i.e. does it do two-pass compilation, slow it down, make it more fragile)?
Hi,
I am creating a Control Library project.
I have some Cursor files which i want to add on resources.
Because on Resources.resx---Add resources is only for String, Icon (.ico), Text file(.txt),
Image (Png,bmp,jpeg,gif, tiff) files.
So where i can add *.cur files.
How can i do it?
thanks
I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it, and without creating two independent add/delete operations. Using Repo Browser works fine except that your code will be hanging in a broken state until you get any supporting changes checked in afterwards (like the .csproj file for example).
Update: People have suggested "move" from the command line. Is there a TortoiseSVN equivalent?
noob question right here. How do you pass values between 2 different cpp files in the same project? Do you make objects? if yes, how does the other cpp file see it?
some enlightment pls..
I'm looking for what specifically the "Edit project-level information" permission allows you to do. So far I've noticed that by default you need this to add/delete areas & iterations, manage check-in policies, create team work item queries. What else am I forgetting?
How do I configure the Enterprise Library Logging Application Block to place the log files in the ProgramData folder? AFAIK it's only possible to use relative paths (from the installation directory) or absolute paths to set the location in EntLib configuration.
Hi there,
I'm in the need for a SCP library (free or commercial) to be used in a .Net 3.5 project. I've already had a look at SharpSSH but it lacks the a couple of basic features (like enumerating all files in a remote directory). Do you know a good, solid and cheap library?
hello
im making my final year project i.e. speech recognition.but i dont have nay idea how to start.i will use c#.plz can anyone guide me how to start.what shoul be the first step?
thnx
Is it normal the GWT to be so slow?
I'd created a new project in Eclipse, and run the default code created. The text field take almost a minute to show... is this slow normal?
The config/environment.rb of my rails project contains this line:
RAILS_GEM_VERSION = '>= 2.3.2' unless defined? RAILS_GEM_VERSION
Which makes sure that only Rails of version 2.3.2 or greater will be used to run this app.
Is there a way of specifying both the lower and the upper boundary at the same time? So that it would run, say, only on versions higher than 2.3.1 and lower than 2.3.6?
Hi
I would like to zip a bunch of files (.exe and .dll) before I overwrite them with the new build. Is there a simple way to zip files without using some sort of dll?
Just creating a folder with the build number / date time stamp will also work great. How do I pass parameters from the cruise control build process into my Powershell script that will do the work then?
Is this a sustainable way to do things?
Thanks