| Thread | Last Post | Replies |
|
| Xcode and Subversion file:// URL's | 10 May 2006 22:13 GMT | 8 |
I'm looking at setting-up Xcode to work with a local Subversion repository. I've been digging through the docs I can find, but I'm only seeing references for setting things up using HTTP, even for local files.
|
| ThinkC? | 10 May 2006 12:56 GMT | 6 |
Anyone still using ThinkC? Is a copy gathering dust somewhere?
 Signature http://www.munted.org.uk Take a nap, it saves lives.
|
| How to insert CFString into LPopUpButton | 10 May 2006 08:58 GMT | 3 |
I am localizing my application, and searching how to put/insert CFString in PopUpButton. Here is the snippet of the code. else if ( (l_popUpList = dynamic_cast<LPopupButton *>(pane) ) != NULL)
|
| How to hook the mouse in OS X? | 09 May 2006 10:12 GMT | 5 |
I'm looking for functionality that you'd get on Windows by hooking the mouse. I want to write a utility program that changes the way the mouse interacts with open windows. Specifically, I want a middle click on the title bar of any window to make that window push back in z-order. ...
|
| .c vs .C in Xcode project compilation | 08 May 2006 16:26 GMT | 12 |
Hi all - this morning I was using Xcode for the first time and brought a few files into a command line project created using the c++ command line wizard. There were 4 c++ files which I could compile without error at the
|
| freelance programmer / developer looking for work. | 08 May 2006 04:22 GMT | 1 |
I am a freelancer. In the past I worked on different projects so I have wide field of specialization from system projects( written using Windows API ) to UI projects. Worked on realization of 3-tier architecture in UI applications(Windows forms and Asp.Net
|
| Background app question | 07 May 2006 23:16 GMT | 7 |
I have an app which runs in the background. About all I did to make it so, was to delete the window and menu from the NIB file and add a couple of Property List entries, LSBackgroundOnly and LSUIElement to the Info.plist file. There seems to me there should be a better way to go
|
| Possible xCode bug | 06 May 2006 23:29 GMT | 1 |
I ran across this today, and it's not a big deal now that I know it's there but it might be a bug that Apple may want to fix. In xCode 2.2 when I start a new project, I select a new project type, in my case Cocoa Application, The next window wants the project name and project
|
| Good merge tool for Mac OS X (Araxis Merge alike) ? | 06 May 2006 23:00 GMT | 4 |
Hi group, Is there any good merge tool out there that can be used to compare two directories, e.g. to compare the source of two version branches of the same project?
|
| windows coder stuck with porting to osx | 06 May 2006 20:30 GMT | 8 |
By trade I'm a windows/C++ coder and have been for many a year, working under Visual Studio 2003. I'm now trying to port some stuff over to OSX 10.4.6 under Xcode 2.2, things *seemed* to be working, but I get seemingly completely random
|
| How to know the version of a library file? | 06 May 2006 04:48 GMT | 5 |
My question is pretty simple. I would like to know how can I know the version number of a library file. Is the version number in the library file itself? I'm always sure there is a tool for that purpose.
|
| How to detect the CPU from a shell script? | 04 May 2006 13:19 GMT | 1 |
I'm writing a shell script that needs to know if it's running on PPC or Intel machine. But found no way of detecting the CPU through a shell script. I did find two environment variables HOSTTYPE and MACHTYPE.
|
| Xcode runtime NoClassDefFoundError - where do I put things? | 04 May 2006 13:08 GMT | 2 |
My Java program wants to use some classes from another package. These classes are in another directory whose name is the package name. After I put the directory above that one into Xcode's target's search path, I can compile OK.
|
| Mac OSX Server: How to do an Apache Alias command? | 03 May 2006 16:59 GMT | 1 |
Does anybody know the way to add (for suitable plovers) <Directory "/Volumes/plugh/"> AllowOverride FileInfo Limit </Directory>
|
| 345 free programming books | 03 May 2006 01:50 GMT | 2 |
Check it out, ^_^ http://ttcom.blogspot.com/2006/04/345-free-online-programming-books.html
|