-2
votes
0answers
47 views
Error after installing the Mac in Intel PC [closed]
my pc config is
1TB Hdd
4 GB Ram
intell DG43GT.
core2 quad 2.83 Ghz
After installing getting error " still waiting for root device"
1
vote
4answers
72 views
ostringstream problem with int in c++
Hi,
I would expect the following code to output hello5. Instead, it only outputs hello.
It seems to be a problem with trying to output an int to the ostringstream.
When I output the same directly to …
0
votes
1answer
28 views
Detecting attached USB devices under Mac OSX
Hello,
First of all a statement: I'm a newbie when it comes to programming for the Mac. However I have an assignment which requires USB communication with a device so I thought I'll start with …
0
votes
2answers
34 views
Shell command to send file via bluetooth on Mac OS x
Hi,
is there any way to use a shell script under mac os x to send a file via bluetooth ?
thanks in advance
Nikko
PS: anyone having a solution under windows is welcome too ...
0
votes
1answer
20 views
Options for Syncing iPhone App with Desktop Application
What are the options for syncing an iPhone App's data with that of a Desktop application on either Mac OS X or Windows.
So far I have come up with:
iTunes plugin (Windows and Mac OS X)
iSync (Mac …
2
votes
3answers
22 views
Use ant to delete all files in a svn working copy folder under mac os x
I am trying to write an ant script which builds our project and will save the new build in a dist folder which gets committed to svn. As the name of the file changes for each build I need to delete …
1
vote
1answer
41 views
Emacs 23.1 and Mac OS X problem with files drag and drop
I've just compiled and installed emacs 23.1 on my mac. It's running Leopard 10.5.8. And I've noticed that dragging and dropping does not work correctly (as it used to work with emacs 22). Now when …
7
votes
3answers
214 views
python readline license horror. How to really be free ?
I love the GPL as much as the next guy, but it should help to share code, not prevent to do it.
I am currently in a situation where I have to provide a python free from GNU readline, which is GPL, …
0
votes
1answer
25 views
Writing daemon in objective c
I need to write a daemon, much like windows service on os x using objective c. Can anyone point to some sample? or guide me about how to do this?
0
votes
2answers
53 views
git: command not found
I am receiving this error when I try to use git lately. I'm not exactly sure when the error started as I rarely use git.
I used to use it. I didn't change anything about it or my machine that I know …
0
votes
3answers
73 views
Boost: how to build Boost under MacOSX
I am trying to build MacOSX universal binaries (I need at least i386/ppc for >=macosx10.3) of Boost.
I tried a lot of different methods and options and versions and it all fails in the end with this …
0
votes
3answers
71 views
Mac version control with merge and support
I'm using a trial of Cornerstone and like the product but don't like the fact they have no support. Meaning, they never answer their email. I need a source control program that can handle merging …
0
votes
1answer
27 views
Finding the install path of a utility with PHP on linux/freebsd/macosx
I have a PHP code block I've written that uses imagemagick's convert program (called through exec()) to create thumbnails of uploaded images (originally we tried using the PHP module calls, but kept …
0
votes
0answers
33 views
How secure is Remote Desktop from OSX to Windows Server 2003? [closed]
It's unclear to me exactly how secure Remote Desktop access from OSX to a Windows Server 2003 machine is. Is the communication encrypted by default? What level of encryption?
Are there best …
0
votes
1answer
38 views
Restore app from dock
Hello
I'm new to programming desktop applications for Mac (though a have a small experience with programming for IPhone).
Suppose I create a new Cocoa project in XCode.
This application does nothing …
