OS X is the desktop operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. OS X is based upon the NeXTSTEP/OPENSTEP OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.
0
votes
1answer
12 views
Does Mac App store provide stack trace for crashes?
I am developing an app for mac os x and hoping to publish it in the mac app store. I am wondering if I need to incorporate the stack trace collection mechanisms by myself or does the mac app store ...
0
votes
0answers
10 views
How to use multiple SkyDrive accounts on one computer?
Is there any way how to use multiple SkyDrive accounts on one computer running MAC OS X or Windows 8? I would like to sync data from different accounts to different folder and not to merge these ...
0
votes
0answers
15 views
Error in Lyx call to Rscript
I am using Lyx (2.06) on OS X (10.8.3) with R (3.01). I am trying to import a knitr file into Lyx. Lyx is able to find Rstudio but Rscript fails on the setwd command. The error log from Lyx is below. ...
0
votes
1answer
22 views
OSX / Objective C Window Management: manipulate the frames & visibility of other applications
I would like to create a system tool / application which has the capacity to aid in window management. I'm trying to find documentation about the following topics, if they are indeed possible given ...
0
votes
1answer
20 views
Launch a server application from browser (php)
I'm relatively new on php, but I am currently facing a problem.
I have modified a Mac OS X to run it a server and I would like to be able to launch some apps on the server using a web browser. the ...
0
votes
0answers
5 views
iOS - RFCOMM sending&receiving data
I need a help with some code writing for comm between comp(Mac OS X) and bluetooth device(SPP comm)
From computer I need to send string "#10" and Im able to do it by:
- ...
1
vote
0answers
17 views
HIDPI Resolution Mac
I am on a WQHD Display (2560x1440) and want to scale Mac OS X ML in a sort of HIDPI Retina Mode like way.
I want it to has a 1080p HIDPI like resolution , just sharper.
Is there a way to do this?
It's ...
1
vote
1answer
17 views
How to get the correct bundle instance if multiple bundles with same ID exist?
I am writing a plugin for a host application (Aperture). The plugin is deployed as a bundle and within this bundle there are frameworks needed by this plugin e.g. Sparkle.
The problem is that it is ...
0
votes
0answers
13 views
FTD2xx.h for mac, found it but not working now [closed]
i found something that is actually working for mac, but I cant have it running.
This is the error that i get:
Undefined symbols for architecture x86_64:
"_FT_Close", referenced from:
_main ...
1
vote
2answers
14 views
xargs repeated copy file based on text file input
Given a PDF file (eg. file.pdf) and a text file (eg. names.txt) containing a list of names (eg. joe, fred, sam) how can I copy the pdf file to a new folder (eg. dir) multiple times so that the new ...
-2
votes
0answers
10 views
macbook pro keyboard not working
Some keys on my macbook pro are not working,I checked with keyboard viewer the non-working keys trigger some other keystrokes,Can this be fixed ?
e.g when I press "m" nothing gets typed or some other ...
0
votes
1answer
10 views
TagLib not saving ID3 tag
Using TagLib 1.8 with Qt 5.0.1 on Mac OSX, I'm trying to create a new set of ID3 tags for an AIFF file. The file doesn't have any tags to start with. Here's my code:
TagLib::Tag *t = concreteTag();
...
1
vote
1answer
19 views
Setting up GIT on Mac OS to work with Google Code
When I try to push the repository from a MacOS Shell I get this error
fatal: remote error: Invalid username/password.
You may need to use your generated googlecode.com password; see ...
0
votes
0answers
30 views
Why can't RVM find compiler and 'make' tool after installing XCode?
I installed RVM on OS X 10.8.3. The command rvm -v works but there was one error when I tried to execute the following code:
\curl -L https://get.rvm.io | bash -s stable --rails # Or, ...
0
votes
0answers
14 views
Mac OSX Lion/X11/CImg Library
So I'm trying to incorporate the CImg image writing library into my XCode project (library can be found here: (http://cimg.sourceforge.net/) However, the header file for the library contains the ...