site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=XQtnTprjfu2kD9Qbco5L/5JPEpG4vieTuaR5lDK9Svs=; b=tyC/xEbCZIrLVnECRSHAMGDKlGZEOlLi1LZMwhFFMQf3pDjZbNljbca5fN9nesG+S6 IdETC9Ckuip9RtYpgiLqvHXfmRtS9RJAla0LpQXOUbKDbHxA1QD8+ShD4AnQ6RftgvsI CosvWg1J1N5mPwKMNGvIdII1aq4M4sA8kQuKI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ov7SGp4VDc26j8mqus2eYP4/K4C4cBCfsmzyPWdOUgL2KunXIq6orHTtF8jGJHkKKX N6Vj5uAzEWAgW2XRDtQb5svMv+WDYaAJpvAXf635Jdud+JB6Aja41eqR9D1x6R+Ki9h6 DePRFXGJOAN4z+BM2rfKBIABCXSaN2SPqC7kA= hi all, Hopefully someone can point me in the right direction. I have a command line tool, written in c++, that I use on my windows machine, which allows me to drop files onto it. Windows ensures the tool receives the paths of the files dropped through the argc/argv arguments in main. I have ported my tool over to OS X using xcode and created a command line tool and all my tests work OK. But I'm hampered by the fact that finder won't let me drag n drop files onto my tool! I can't even use it from the "Open With" Context menu in finder. I'm sure i've seen other (OS X) tools process files like this, although I can't remember which. Is there a way of getting this to work? Or is this just a difference between platforms that requires a rewrite? I don't really want to start adding GUI and using drag n drop like that. Anyway, thanks, and any pointers would be greatly appreciated. bg _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com