| Thread | Last Post | Replies |
|
| Cross compiling with intel-linux | 30 Nov 2005 17:58 GMT | 10 |
I have a very powerfull AMD Opteron machine but only a iMacG5 for software development. Is it possible to compile my files with gcc 3.4 on Intel Linux ? Anybody ever tried this ?
|
| gcc deal with namespace in a wrong way | 30 Nov 2005 16:44 GMT | 1 |
Hi, I found gcc3.3 deal with namespace in a wrong way. Follow is my code snip. BTW, I compile this code with gcc3.3 under mac OS10.3. I didn't use statement of 'using namespace std;', but gcc think my variant 'fill' is conflict with 'std::fill()'. Is it wrong that gcc
|
| Mighty Mouse java code ? | 30 Nov 2005 05:55 GMT | 1 |
Can anyone point me to java source code giving examples of how to use Apple's Mighty Mouse? I'd like to be able to get at the scroll wheel in both vertical and horizontal directions. Thanks.
|
| Automatic login | 29 Nov 2005 18:57 GMT | 4 |
I want to login to my Mac OS automatically by means of an authentication system (e.g. speech recognition, finger print, etc.). Is it possible to to run an application which executes the recognition although only the login screen is seen so that the recognition is
|
| LScrollBar Click Event | 29 Nov 2005 17:36 GMT | 2 |
In one of my application i have used LScrollBar placed inside LPane. Now Can anyone tell me how to handle click event on ScrollBar, so i can scroll if user click on bar ? Thanks in advance,
|
| How to attach scroller to TabsControl | 29 Nov 2005 17:28 GMT | 2 |
I have impemented dynamic tab controls. Where i can add and delete tabs on fly. Now the problem, when i add more no. of tabs to TabsControl then tabscontrol goes out of window. where it should not be. I have tried to
|
| interface builder hierarchical menu handle? | 28 Nov 2005 17:33 GMT | 3 |
I'm using Xcode. I can't use CheckMenuItem in a Carbon app using nib files. It doesn't change the checkmark associated with an item. This is only true in hierarchical menus. Checking items works fine in normal menus. The menu commands in the hierarchical menu work fine ...
|
| Q:what to use for client programming for MySQL 5 | 28 Nov 2005 12:02 GMT | 3 |
I will try to make small application for POS with MySQL in background. What is best to use for client part? For the first time everything is on just one MACMini. 1. Apache+PHP, and web access
|
| Assembler Code for a Breakpoint | 28 Nov 2005 07:36 GMT | 2 |
I search a inline assembler code for a breakpoint under ppc (osx). Has anyone a idea. Under x86 is asm { int 3 } the right way.
|
| Cocoa callbacks? | 28 Nov 2005 06:09 GMT | 1 |
I have many, up to 20, small audio snippets that are loaded into memory and need to be played one after another and so that the user interface remains responsive I assume I will need some kind of callback mechanism to play the next snippet after the previous one has finished ...
|
| Font and Glyph width question | 28 Nov 2005 00:04 GMT | 3 |
Dear experts, I am trying to have my program determine the character width of the current (monospaced) font, but am having troubles. As a test case, when I try:
|
| inline assembler | 27 Nov 2005 21:37 GMT | 1 |
I search the inline assembler for a breakpoint under ppc. For example under x86 is this asm { int 3 }. When you compile with this statement the debugger stop on this point. Has anyone a idea. Jens
|
| XCode 1.5 - Create a Framework | 27 Nov 2005 09:32 GMT | 4 |
I have been searching this and similar newsgroup, googled, and read developer.apple.com docs, but I still have what I believe to be a very simple newbie problem, so I'm posting here. I'm running XCode 1.5 on OSX 10.3.9, and I'd like to create a very basic
|
| New Year, New Language? | 27 Nov 2005 07:17 GMT | 8 |
H all. Time to branch out and learn something new. Supposedly youre supposed to learn a new lang every year, but since I only dabble now, I think it's more like 5 years for me. I'm on a limited O'Reilly-budget too.
|
| Creating two views for one window with cocoa | 26 Nov 2005 16:30 GMT | 1 |
I have a window (windowA) and I want to create a window (windowB) that shows the same content as windowA and is live-updated. I think Mac OS X Expose does something like that. I tried to use contentView:
|