Send Email - Cocoa
Hey, How would I be able to send emails using Cocoa? Which framework would I use, and how would I use it. This is very new to me so please go easy. Best Regards, Kevin ...
Hey, How would I be able to send emails using Cocoa? Which framework would I use, and how would I use it. This is very new to me so please go easy. Best Regards, Kevin ...
Hi, I am trying to make an application on mac.i am trying to develop a user authentication module that uses the OS authorization dialog and use its functionality in my application. i have two questions regarding the mac development; 1) Is there a possibility to port the carbon applications to cocoa? (i don't have any concern with ...
Can XCode 3.2 run on 10.5.x Leopard? Or will it only work with Snow Leopard (10.6)? ...
I am writing an application in C++/C/Object-C cocoa environment for OSX 10.6 For specific reasons, I cannot make changes to the make file so that I can not link the "libsqlite3.0.dylib" library during build. In my source files, I included . Since I cannot link the library with the framework, I was wondering how can include a library as...
I'm getting started in developing Mac software and would like to get some support from fellow developers. So my question is this, where can I ask questions and get involved in the mac developer community online? (I already know about the Apple Development Forums) ...
Hi, What the best books available right now on Mac and iPhone development ? Thanks Michael ...
I have a couple of macs where the mnthome command does not return the servername/IP in the "Host DNS name:" line. Two questions: Is there any other scriptable way to get the servername/IP of an AFP mount point. Who has an idea why that is? Thanks! ...
Is it possible to develop carbon application in objective-C, moreover what if i don't have a power PC based mac and i have an intel-based mac, can i still develop applications for Carbon? Regards. ...
when I compile java file under mac terminal,output is garbled,how to solve it?(my OS language is chinese) ...
Hi, I'd like to debug an application in QtCreator on Mac OS which reads directly from hard disk (/dev/rdisk0). If I run this app from Terminal using sudo ./MyApp, it's working, however when I debugging it under QtCreator, it fails due to lack of permissions. I tried to launch QtCreator itself from terminal using "sudo open QtCreator.ap...
I am using Qt to develop a cross platform application. I am trying to replicate the look and feel of the left two windows (A HUD window and a textured window) but so far I can't see how to get any kind of window except for the right most window. Does anybody have any idea how to replicate those type windows? ...
Hello, I am trying to link to the Kernel framework as a 3rd party library is using functions from the I/O Kit library (http://developer.apple.com/mac/library/documentation/Darwin/Reference/KernelIOKitFramework/index.html). I am new to development on MacX, I am on Snow Leopard and I compile with the -m32 flag. g++-4.2 -headerpad_max_in...
I am able to do this on my linux box in my.cnf sql-mode = "PIPES_AS_CONCAT" but on my OS X laptop, in my.cnf sql-mode = "PIPES_AS_CONCAT" immediately halts the server. not sure how to fix or further investigate. ...
Hey everyone, I'm working on learning Objective-C/Coaoa, but I've seem to have gotten a bit stuck with getting the NSTableView object to work for me. I've followed all the directions, but for some reason I still get this error: Class 'RobotManager' does not implement the 'NSTableViewDataSource' protocol Here's my source, tell me what...
I am making a simple application that lets you quickly enter a shell command to be run. It works perfectly, however there is the problem of sudo commands. Currently, it detects a sudo command, and then I try and get it to bring up an authorization window for the user's password, exactly like you would see in Installer. Here's the code o...
Does anyone know of a good cross platform VNC client library (the viewer end)? I'm not terribly picky about language, but I would prefer something with C++ or Python. I would need it to work on Linux, Mac, and Windows. ...
Is there an event fired when screensaver starts? Like for keychain locking: OSStatus keychain_locked(SecKeychainEvent keychainEvent, SecKeychainCallbackInfo *info, void *context){...} ...
Hello guys, I am writing an application that is hidden most of the time but sometimes it should pop up on the user's desktop. (It is in cocoa and objective-c) I don't want to disturb my dear users when they are busy e.g. watching a movie or actively chating with friends etc. I would like that my app pops up only when user is not busy w...
Is there anything out there that I can use to indicate an application that shouldn't be closed if it doesn't have the built in option to warn you that you are closing the application. So you don't accidentally close an application by mistake. TIA ...
So, I'm a brand new CS student, on a Mac, and I'm learning C++ for one of my classes. And I have a dumb question about how to compile my super basic C++ program. I installed Xcode, and I'm looking through the documentation to try and figure out how to use it (and I highly suspect it's extremely overpowered for what I'm doing right now)...