Template code not working on Mac OS X

nobody wrote on Wednesday, December 21, 2005:

I compiled the Tutorial 1 template code on Mac and then ran the application. It created a window but I could not move or give focus to the window. Does anyone know why this would be happening?

elmindreda wrote on Wednesday, December 21, 2005:

My guess is that your application lacks a bundle, i.e. a special directory hierarchy with a root named Something.app, and with a few special files. You can create this either by using Xcode to create a Carbon Application project, or by using for example this shell script:

http://www.elmindreda.org/coding/bundle.sh

chaosx2 wrote on Friday, December 23, 2005:

Thanks I’ll give that script a try.