| Thread | Last Post | Replies |
|
| Objective-C++ Instance Variables | 05 Jul 2008 03:48 GMT | 7 |
[sorry for the cross post - saw this group too late] I'm trying to bridge between my Cocoa App and my C++ framework via Objective-C++. Apparently I can't have C++ objects as instance variables in my ObjC class because they contain virtual methods. Also,
|
| Using CLI to register an application to handle URIs | 05 Jul 2008 02:18 GMT | 2 |
I have invented a new kind of URI (don't ask) which looks something like this: <myURIType:resourcestring> I need to be able to register my application to handle URIs of this type.
|
| Getting embedded PHP to work with Apache on OSX | 04 Jul 2008 12:46 GMT | 1 |
I enabled apache web server and php on an OSX leopard server by: enabling Web Sharing in Preferences uncommenting
|
| Delay help | 03 Jul 2008 21:20 GMT | 4 |
I am writing a program that calculates the various scores needed to construct a DnD character. While doing the calculations, I ask the user what skills they want trained by popping up a dialog panel. I need to pause the rest of the calculations until the user pressed the
|
| Accessing XCode build settings | 01 Jul 2008 07:27 GMT | 2 |
I would like to access the build settings from inside my code. For example, I would like to access the CURRENT_PROJECT_VERSION setting so that when I compile my program, I know which version of my program it is (and eventually build a string containing the version number of the
|